Posted on November 23, 2017
What is technical debt, and how does it affect us? What does it come from and how can we deal with it? And is technical debt always a bad thing?
Posted on March 28, 2016
Ever had doubts about when and how to bump a version number? Both GitFlow and Semantic Versioning have very detailed specifications; making it very clear how you should work with branches, what to name them and under what circumstances you should bump your version number. But what does an actual implementation look like? This is what I came up with.
Posted on October 24, 2015
Keeping a development journal is a great way of making sure that we continuously capture the rationale behind the decisions we make, which can be of tremendous help further down the road when we encounter some seemingly suboptimal construct.