1. Spring and Java

>> Evolution of Java Ecosystem for Integrating AI [inside.java]

An overview of Java libraries that enable LLM integration, with a close look at Oracle’s Generative AI service and LangChain4j.

>> Project Loom: Structured Concurrency – Java [foojay.io]

And a deep dive into what structured concurrency is, with a practical example of using the StructuredTaskScope API.

Also worth reading:

Webinars and presentations:

Time to upgrade:

2. Technical & Musings

>> A solution to the problem of cluster-wide CRDs [foojay.io]

Virtual clusters can run within a single physical Kubernetes cluster. This allows teams to use CRDs (which are cluster-wide) with different versions, at a much lower cost than running separate clusters for each team.

Also worth reading:

3. Pick of the Week

The very first non-Spring course is finally live. Probably not a surprise it’s focused on testing 🙂

>> Learn JUnit