Software Engineering and Stuff

From Ember to Rails

October 13, 2015

Spoiler: this is not a sad story.

Design your API with objects, not actions

August 31, 2015

Designing an API is hard. You think of endpoints as you imagine them; implement them and sometimes sooner or later, you realise things aren’t built the way they should have been.

Time Out Quickly

December 5, 2014

Working with our support team, I often see customers having timeout problems. Typically, their applications will start throwing H12 errors.

HTTP Streaming in Golang

December 13, 2013

For the past few months, I’ve been experimenting with go quite a bit.

Conclusion of one year of remote working

September 11, 2011

For the past year, I have been working on Oahu. For all that time, I lived in Lyon, while Oahu’s HQ is based in Paris.

Do you fetch or pull

December 6, 2009

I’m used to, when I want to update my local git repository with the distant one, to use git pull It works well. Until …