Core Java
-

Isolating the Domain Logic
In one design patterns class, I had an interesting discussion about modelling domain logic. Specifically, it was about isolating the…
Read More » -

Unit testing Java data classes immutability with the Mutability Detector
In all our project, we use data classes which, by definition, contain data (fields) but no (business) logic. According to…
Read More » -

[MEGA DEAL] Ultimate Java Development & Certification Guide (59% off)
Master Java Programming Concepts with This Intro to One of the World’s Most Popular Programming Languages Hey fellow geeks, This…
Read More » -

If You’ve Written Java Code in 2016 – Here Are the Trends You Couldn’t Have Missed
The most interesting Java-related-topics that were ‘it’ during 2016 There are a lot of trending topics when it comes to…
Read More » -

Adding microbenchmarking to your build process
Introduction As an industry, we are adopting higher transparent and more predictable build processes in order to reduce the risks…
Read More » -

Interesting things happening in Language Engineering
If you read this blog you will know that I strongly believe in the power of languages. So I am…
Read More » -

MapStruct : Transferring data from one bean to another
Converting data from one form to another is a highly utilized concept in IT industry. MapStruct allows annotation based bean…
Read More » -

No, being wary doesn’t hurt Java. A comment about Java licensing.
So. Oracle want’s to make money from Java. And The Register published a very polarising piece with a super catchy title…
Read More » -

Publishing Snapshots With Gradle’s maven-publish Plugin
I’ve recently started a new project with Gradle and decided to jump straight in – no Gradle experience, no clue…
Read More »

