Remote Development Made Simple with DevPod
DevPod is a nice tool around your toolbelt that allows your development team(s) to share the same machine configuration without hassle.
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.

Nicolas Frankel
4,209 viewsDevPod is a nice tool around your toolbelt that allows your development team(s) to share the same machine configuration without hassle.

Mikael Francoeur
4,894 viewsSee how to implement a declarative API with Spring AOP and SpEL to perform tasks belonging to cross-cutting concerns like auditing.

Foojay Podcast #66: Let's Talk About Java Code! Diving into a few Foojay blog posts...

Jennifer Reif
7,250 viewsAfter working on a new online Spring Data Neo4j course, I learned a couple more things about updating an entity.
Raphael De Lio
12,843 viewsBuild a sliding window log rate limiter with Redis and Java. Track requests in a rolling window, expire old entries, and test your setup for …

Geertjan Wielenga
3,953 viewsOn Thursday, March 13, Azul is hosting a virtual celebration of 30 years of Java, starting at 09:00 PST / 17:00 GMT / 18:00 CET.

Frank Delporte
3,795 viewsHere is the first overview of the JavaFX LinksOfTheMonth for 2025. You can find the weekly lists on jfx-central.com. Did we miss anything? …

Nicolas Frankel
2,375 viewsIn my previous company, I developed a batch job that tracked metrics across social media, such as Twitter, LinkedIn, Mastodon, Bluesky, …

Nicolas Frankel
2,955 viewsThe problem of some Kubernetes objects: they are cluster-wide and lock all teams working on the same cluster to use the same version.

Mahendra Rao B
17,590 viewsLearn about structured concurrency, a paradigm that simplifies concurrent programming by bringing order and predictability to task …