Blog

Learn the Gitflow workflow – in 5 mins or less.

The Gitflow Workflow defines a strict branching model designed around the project release. — Atlassian docs The overall flow of Gitflow A develop branch is created from master A release branch is created from develop Feature branches are created from develop When a feature is complete it is merged into the develop branch When the…

Storypoints for dummies

Imagine a king who has established a unit of measurement based on the size of his foot. The king cannot prevent other kings from using their own feet to set the measurement standards in their kingdoms. The Chinese apparently had their own unit of measure; it was nearly ten percent larger than the American version,…

Become an awesome programmer by following these 10 rules

If you are a programmer, you often search for guidance on style and best practices. However, the truth is that after a few years of programming in any given language you start to create your own style. This style will most likely resemble the style of others with the same level of experience. For those…

Algorithms to live by

Summer is almost here, time for vacation. On vacation, I leave the laptop at home. So when on vacation I like to bring a good book. You know a book that’s related to development but not one of those dusty technical in-depth doorstoppers. If you are looking for a book to read this summer. Then…