Recent Posts

Optimizing the Garbage Collector when Migrating Cloud Workloads

Author: Kieran Hejmadi Original post on Foojay: Read More Introduction to Java on Arm You might associate Arm primarily with smartphones and the Java-based Android runtime. However, OpenJDK has supported AArch64 on Linux since 2014— before Arm-based cloud instances were widely available. Fast forward a decade and major cloud providers have their own Arm-based instances like AWS Graviton, Microsoft Azure …

Read More »

Breaktime Tech Talks (Ep39): Why embedding models should match + Advice for starting a blog

Author: Jennifer Reif Original post on Foojay: Read More This is episode 39 of the Breaktime Tech Talks podcast. I’m at a conference this week presenting on a variety of different topics, but I stopped for just a few minutes to document some recent learnings while I was preparing the code projects for this week’s sessions. I’ll chat about a …

Read More »

A Guide to Creating JavaFX Native Images

Author: Catherine Edelveis Original post on Foojay: Read More Combining JavaFX-based applications with GraalVM Native Image will enable you to create platform-specific executables that don’t require the JVM to run. In this article, we will look into two ways of turning JavaFX applications into native images: manually and with the Maven plugin. We will also learn to integrate this process …

Read More »