
Java SPI: The Built-in Superpower Every Developer Should Know
There is a plugin system hiding inside the JDK that most developers never use on purpose. Java SPI (ServiceLoader) lets you add behavior without touching the code that consumes it. I show it with real code from my NES emulator, kill the fragile META-INF file with Google AutoService, cover the modern JPMS variant, and finish with how Quarkus does the same idea at build time.

Event-Driven on the Free Tier: OCI Notifications (ONS) as an Event Bus
Discover how to implement Event-Driven Architecture on OCI Always Free using OCI Notifications (ONS). ONS delivers 1M HTTPS notifications/month and 1000 emails/month for free.

Floci: a Free, Drop-in LocalStack Alternative Built on Quarkus
LocalStack Community froze in March 2026 and now asks for an auth token. Floci is the no-strings-attached replacement: a free, MIT-licensed, Quarkus-native local AWS emulator. I test it for real: AWS CLI, a real Lambda, two ways of wiring a Quarkus app (Dev Services and Testcontainers), and a LocalStack migration.

The Active Record Pattern and Hibernate Reactive: Entities That Save Themselves in Quarkus
Entities that save themselves! Refactor your orders application to the Active Record pattern with PanacheEntity, learn when to choose Repository vs. Active Record, and enter the reactive world with Hibernate Reactive and @WithTransaction.

AI Agent Tools in Quarkus LangChain4j: When the REST Client Becomes the LLM's Right Hand
Build an AI agent that calls real REST APIs as tools, without writing any orchestration logic. REST Client + @Tool = automatic tool. The LLM decides when to call, which to call, and with what arguments. Everything runs locally with Ollama via Dev Services, zero API key.

Persistence with Panache: From Spring Data JPA to the Repository Pattern in Quarkus
No more in-memory lists! Evolve your orders application with real persistence using Hibernate ORM with Panache in the Repository pattern. Dev Services, pagination, HQL queries and the transition from Spring Data JPA.

Quarkus Native on Knative: 5x Faster Cold Start, 20x Less Memory
What does a 3-second cold start cost you in production? SLO breaches on every scale-from-zero event and 19x more cloud spend on memory. I benchmarked a real Quarkus app in containers and the numbers make the case.

Java AI Libraries Compared: LangChain4j, Spring AI, and Quarkus LangChain4j
I built the same AI app with LangChain4j, Spring AI, and Quarkus LangChain4j. One of them took 92 lines. The others took 192 and 180.

Why You Should Be Part of the Quarkus Community
Contributing to open source doesn鈥檛 have to be scary. A true story of how interacting with the Quarkus community led to a contribution to a newly launched project in less than 48 hours.

Committer Mission: A Journey into Open Source
How a mentorship session with Luiz Real made me plan to become a Quarkus committer in 12 months.