Software Development
-
A Few Valid Reasons to Reject a Bug Fix
A bug exists when something doesn’t work as expected. A bug fix is basically a patch (a pull request) to…
Read More » -
Build your own robot arm – programming
Now, that the arm is assembled it is time to take it to the next level. It is time to…
Read More » -
Devoxx UK 2015 – The League of Extraordinary Developers
The third edition of Devoxx UK 2015 was in London, between 17th and 19th June. This was my first conference…
Read More » -
The Prolonged Death Spiral Business Model
I recent message from a friend tells me he is putting on his parachute. He can’t take it anymore. He’s…
Read More » -
R: Speeding up the Wimbledon scraping job
Over the past few days I’ve written a few blog posts about a Wimbledon data set I’ve been building and…
Read More » -
Two people coding is twice as productive, right?
Stands to reason, doesn’t it? If one person can make 5 widgets an hour, then two people can make 10 widgets an…
Read More » -
Build your own robot arm – assembly
I have written a few posts about software development, coding and Java related topics. This time I decided to share…
Read More » -
The “Done” Fallacy
One of the earliest ideas you learn as an agile practitioner is “Done, Done, Done”. There’s a lot of thinking…
Read More » -
Blue-Green Deployment With a Single Database
A blue-green deployment is a way to have incremental updates to your production stack without downtime and without any complexity…
Read More »