Recent Articles

Getting Started with Spring Data Specifications

If you are looking for a better way to manage your queries or want to generate dynamic and typesafe queries then you might find your solution in Spring Data JPA Specifications.

Read more

Managing Multiple JDK Installations With SDKMAN!

In the world of microservices and the 6-month release cycle of Java, we often have to change between Java versions multiple times a day.

Read more

12 Factor Apps with Spring Boot

The Twelve-Factor App is a set of guidelines for building cloud-native applications. By cloud-native, we will mean an application that is portable across environments, easy to update, and scalable enough to take advantage of the elastic capabilities of the cloud.

Read more

Managing Multiple JDK Installations With jEnv

As developers, we’re often working on different codebases at the same time. Especially in environments with microservices, we may be switching codebases multiple times a day.

Read more

Book Notes: Essentialism

TL;DR: Read this Book, when… you feel you’re busy, but not productive you’re stretched thin between many different commitments you need arguments to say “no” to the next person asking you to do something Book Facts Title: Essentialism Authors: Greg McKeown Word Count: ~ 90.

Read more

Full-Text Search with Hibernate Search and Spring Boot

If you want to integrate extensive full-text search features in your Spring Boot application without having to make major changes, Hibernate Search may be a way to go.

Read more