Build local LLM applications with Quarkus, Ollama, Testcontainers
Explore how to combine Quarkus with Ollama, a platform for running AI models locally. We’ll also demonstrate how tools like Testcontainers …

Explore how to combine Quarkus with Ollama, a platform for running AI models locally. We’ll also demonstrate how tools like Testcontainers …

What's new in Java 24 for us, developers
Learn how to implement a Sliding Window Counter Rate Limiter using Redis and Java. Discover an efficient way to manage API request limits.

See 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...

After working on a new online Spring Data Neo4j course, I learned a couple more things about updating an entity.
Build a sliding window log rate limiter with Redis and Java. Track requests in a rolling window, expire old entries, and test your setup for …

Learn about structured concurrency, a paradigm that simplifies concurrent programming by bringing order and predictability to task …
Learn how to implement the Token Bucket rate-limiting algorithm using Redis and Java. Discover step-by-step guidance, testing with Redis …

There is a lot of documentation for sending mails, but gathering information about the receiving and processing part is less easy.This …