Spring Cloud Stream: Demystifying Event-Driven Architecture
Introduction Consider a bustling restaurant environment. The kitchen receives a flood of orders, waitstaff dart between tables, and patrons …

Mahendra Rao B
7,160 viewsIntroduction Consider a bustling restaurant environment. The kitchen receives a flood of orders, waitstaff dart between tables, and patrons …

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

Loic Mathieu
19,839 viewsWhat's new in Java 24 for us, developers
Raphael De Lio
4,198 viewsLearn how to implement a Sliding Window Counter Rate Limiter using Redis and Java. Discover an efficient way to manage API request limits.

Mikael Francoeur
4,849 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,164 viewsAfter working on a new online Spring Data Neo4j course, I learned a couple more things about updating an entity.
Raphael De Lio
12,632 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 …

Mahendra Rao B
17,331 viewsLearn about structured concurrency, a paradigm that simplifies concurrent programming by bringing order and predictability to task …
Raphael De Lio
9,510 viewsLearn how to implement the Token Bucket rate-limiting algorithm using Redis and Java. Discover step-by-step guidance, testing with Redis …