java How to publish artifacts on maven central Quick guide to learn how to deploy artifacts to maven central so they are available for everyone
java Java Micro benchmarks (or how to enjoy holidays) Brief tutorial for setting up a jmh project to measure performance of java code using micro benchmarks
best practices Featured There are null reasons This post will try and maybe fail to convince you that using `null` in your code is an error. For those of you willing to listen, here are my reasons to stop using it.
best practices Caring about coding The Broken Window Theory states that how much people care about something is an important factor in how much you care about the same thing. Can it be applied to our code?
java Java generics and inheritance (part 2) Learn more about java generics and inheritance with Dario!
java Featured Java generics and inheritance (part 1) Learn about java generics and inheritance with Dario!
java Automatically change configuration based on the current environment How to let the application knew its different running environments so it could change its configuration automatically based on the current one?