-
Core Java
Don’t Miss out on Writing Java 8 SQL One-Liners with jOOλ or jOOQ
More and more people are catching up with the latest update to our platform by adopting functional programming also for…
Read More » -
Agile
Six Tips for Interviewing Scrum Masters, Part 1
People want to know the “secret sauce” for hiring Scrum Masters and agile coaches. I wish it was easy to…
Read More » -
Enterprise Java
Jar Hell made Easy – Demystifying the classpath with jHades
Some of the hardest problems a Java Developer will ever have to face are classpath errors: ClassNotFoundException, NoClassDefFoundError, Jar Hell,…
Read More » -
Enterprise Java
Java EE 7 with Angular JS – CRUD, REST, Validations – Part 2
This is the promised follow up to the Java EE 7 with Angular JS – Part 1. It took longer…
Read More » -
Enterprise Java
Kafka Benchmark on Chronicle Queue
Overview I was recently asked to compare the performance of Kafka with Chronicle Queue. No two products are exactly alike,…
Read More » -
Enterprise Java
How to connect to MongoDB from a Java EE stateless application
In this post I will present how to connect to MongoDB from a stateless Java EE application, to take advantage…
Read More » -
Core Java
Reducing the frequency of major GC pauses
This post will discuss a technique to reduce the burden garbage collection pauses put on the latency of your application.…
Read More » -
Core Java
Dead simple configuration
Whole frameworks have been written with the purpose of handling the configuration of your application. I prefer a simpler way.…
Read More »