Software As A Factory – Stories

Below is the full directory of all my writings, ordered by the original issue date

Recent Posts

GitHub’s Enfant Terrible: Pull Requests

10 minute read

Considering the fact that Git is a superior version control system and GitHub is a platform that uses Git intensely. It’s a bit of a mystery how poorly GitHu...

The Full Assessment

7 minute read

Continuous Delivery is to software development what lean is to manufacturing. We strive for Lean Software Development. A one-piece flow with quality built-in.

Git aliases

28 minute read

Git aliases are mostly used for nifty shorthand variants or combinations of existing git commands. But aliases can do anything that you can fit into one line...

The DORITH principle

5 minute read

DORITH is a contraction of sentence “DO the RIght THing”. It’s a principle that enables you to make decisions that will appear to be tactical and still allow...