Recent Posts

Logging: how to do it right

3 minute read

Many developers ignore the power of a good implementation of logging on your software. Good logging will help you to understand what’s happening in the softw...

Why check null is a bad smell

2 minute read

Since my early years of development, the Java null was a nightmare: it just could appear anywhere, anytime.