Recent Posts

Refactor For Maintainability

16 minute read

I stumbled across a blog post series and a repository implementing the Raft consensus algorithm in Go. Eli, the author, did a great job there, but in my opin...

Better Commits - Part 2 - Refactorings

9 minute read

In the first part Better Commits - Part 1 - Code Format I presented a way how you can make your code history easier to read by committing format changes sepa...