Recent Posts

Java Magazine #3 2023: Java is the way to go

Summer is almost over and we hope you could get your well-deserved rest and recharge your battery. Fall is around the corner with our main conference: J-Fall. But before we get ahead of ourselves, let’s look back. We had an amazing TEQnation Conference and J-Spring. Check out our retrospect at page 22 & 26. But this wouldn’t be a Java …

Read More »

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 »