Sustainability Starts with Your Runtime: Meet a Green JVM
Whether you’re a sustainability lead, a FinOps architect, or a Java developer who just cares about clean code and a cleaner planet, Azul …
Whether you’re a sustainability lead, a FinOps architect, or a Java developer who just cares about clean code and a cleaner planet, Azul …

This is the final part of the JCON 2025 interviews with a lot of tips and tricks! In the three previous podcasts, we featured interviews …

One of the discussions that always leaves me with both doubts and excitement is the one about system architecture.

In this series, I'm focusing on what's old in the JDK, not that known, and can be useful. A few hidden gems in the JDK.

In the second part of our JCON interviews, recorded at the conference in May, we focuses on general evolutions within the Java world and how …

Explore the refined Java Structured Concurrency API. Learn about new task scopes, joiners, and improved error handling for cleaner, more …

We are celebrating Java's 30th anniversary this May! This is a very special anniversary episode of the Foojay Podcast! As we approach May …

Using Java together with Project Panama and virtual threads to create async file IO that is also very performant.

Since 2018, we’ve had a new release of the Java platform every six months. With Swiss watch-like regularity, the latest version of Java is …

Clean your Memory: exploring approaches for cleaning native resources, starting from finalize() method to the Cleaner API