Recent posts

A simple Merge Git workflow

5 minute read

In this post I explain the Git workflow I’ve found most useful, easy, clean and safe to work with using only git merge.

Safe Python code formatting with autopep8

4 minute read

Having consistent code formatting in a team makes it easier to review and read other people’s code. Here I explain how I use autopep8 to format code safely. ...