I started reading "Cracking the Coding Interview, 6th Edition" book recently and it inspired me to experiment a bit. It’s been a while since I implemented the quicksort algorithm the l... (more…)
Read more »
There are many frameworks out there that do a great job at doing what they do. Selecting a right one can be very challenging and everyone… (more…)
Read more »
Modern JVM languages such as Kotlin, Groovy, Scala and some others offer many language features that let you write code in a more concise… (more…)
Read more »
How Value Objects will make it possible to write readable object oriented code with the performances of primitive based code. Get a first glimpse at what Val... (more…)
Read more »
Java 9 introduces unified logging, a central mechanism configurable with -Xlog to observe class loading, threading, garbage collector, module system, etc. (more…)
Read more »