Articles About

Atlassian Engineering

At Atlassian, our internal data lake is regularly used by more than half of the company; grows in excess of...

On page 52 of my copy of K&R, in a discussion of the ?: operator, is this line of code: printf("You have %d...

When writing offline mode, attachments proved to be a uniquely difficult aspect of syncing. The nature of attachments differ from...

I want to call out a surprisingly tricky problem we ran into when developing offline mode: handling identifiers. In Trello,...

Analyzing time to an event can answer many questions about a population. Medicine, epidemiology, and actuarial science have historically analyzed...

In the last article we discussed how we sync our changes with the server. Ideally, those HTTP requests would always work –...