Recent Posts

Book review: “Tidy first?”

price: €39.99 for the eBook publication date: October 2023 publisher: O’Reilly Media, Inc. pages: 99 ISBN: 9781098151249 Kent Beck, who certainly is not an unknown name in the software development world recently published this book, which is based upon his newsletter with the same name. In this book, which is the start of a new series we dive into the …

Read More »

Java Flight Recording and Analysis with Azul Mission Control

Java Flight Recording (JFR) is a Java Virtual Machine (JVM) profiling and diagnostics tool. It enables you to collect and analyze data regarding the performance and behavior of a Java application. As JFR is included in the JVM, there is no need for additional tools or installations to make recordings of your applications. By utilizing JFR, you gain valuable insights …

Read More »

Microservices Architecture: Navigating the Buzz

Lately I’ve been exploring what all the talk around ‘microservices architecture’ is really about. From it popping up in every other social media debate to it increasingly becoming a must-have skill on job listings, what is it that has caused this strong divide between the proponents of the traditional monolithic approach and those who have embraced the microservices paradigm. In …

Read More »