Foojay Podcast #41: Web Development with Java
Do you really need JavaScript frameworks? Why would you not just stick to Java and use one of the many great libraries that are available …
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.

Do you really need JavaScript frameworks? Why would you not just stick to Java and use one of the many great libraries that are available …

Simon Verhoeven
5,860 viewsVery useful insights, and the small bite-sized sections made it an enjoyable, educative read.

Frank Delporte
9,480 viewsWith Azul Mission Control, you can delve deep into JFR recordings to optimize your code and ensure it runs smoothly and error-free.

Jasmine Taylor
5,956 viewsIf flexibility and resilience are priorities, embracing the distributed future of software development is worth considering.

The impact of Java 21s virtual threads on the performance of MariaDB database exchanges.

Nicolas Frankel
1 viewsLast year, I started to use Excalidraw as a diagram tool. However, the SVG images didn't display the font correctly. In this post, I'd like …

Frank Delporte
5,812 viewsOne of the most "fancy" electronic components is definitely... a LED strip. It’s really cool to control a long strip of lights with only a …

Nicolas Frankel
5,761 viewsIn this short article, we detail the three options for versioning HTTP APIs: path-based, query-based, and header-based.

Simon Verhoeven
8,448 viewsUsing the concept of soft-assertions makes testing the impact of our changes on a single object a lot more convenient, and reduces the …

Johannes Bechberger
5,155 viewsThis week we'll add support eBPF maps to hello-ebpf to communicate between eBPF program and userland Java programs.