
Looking for a neat Kotlin assertion library? We got a blog series looking at several Kotlin assertion libraries for you! -> Kluent
Read more

In the previous article, I showed two equivalent implementations of the same program to compare different approaches of encoding state in types. Now, I'll show the typestate pattern. Quick refresher The data structure of the...
Read more

Second Door of the blog advent calendar. This time you will learn how to spend more time with your family and less time with working.
Read more

Nowadays we developer are happy about code that we do not have to write ourselves. The common IDEs like Eclipse and IntelliJ support us with code completion and templates to write code faster. Both IDEs...
Read more

March 2017
Gson and Object Hierarchies

March 2017
A Software Crafter's Gamble

January 2017
Java: Null Checks Everywhere - Does Your Code Have Boundary Issues?