A Plain English Introduction To Paxos Protocol
A few weeks ago, I had to have a look at the distributed consensus protocol Paxos. Even though I know its purpose and I’ve built and used distributed systems...
A few weeks ago, I had to have a look at the distributed consensus protocol Paxos. Even though I know its purpose and I’ve built and used distributed systems...
A few months ago, after receiving good feedback from my regular readers, I posted my latest article Is There Any Room for the Not-Passionate Developer ? on H...
It might be possible to discover performance regressions before running your long and large scale benchmarks !
I’m currently wrapping up an alpha of a unit testing ruby gem that allows to assert the complexity of a piece of code. It’s the result of an experiment to le...
From Wikipedia : Overclocking is configuration of computer hardware components to operate faster than certified by the original manufacturer …
As I already wrote about before, my colleague Ahmad from Beirut gave a talk at Agile Tour Beirut about how we adopted XP to a distributed team at work. I was...
First of all, what is that ? Usually, Scrum zombies go in groups, and quite often, you’ll find a full team of them :
I decided to use my latest side project as an occasion to learn Docker. I first used Heroku as a platform for deployment (see previous post). It works fine b...