Building a Real-Time AI Fraud Detection System with Spring Kafka and MongoDB
Create a Spring app that can stream in financial transactions from Apache Kafka, and upon insertion into the database, can use Atlas Vector …

Tim Kelly
17,617 viewsCreate a Spring app that can stream in financial transactions from Apache Kafka, and upon insertion into the database, can use Atlas Vector …

Jennifer Reif
9,403 viewsThe task to load some JSON data to Pinecone was much more arduous than I had anticipated, but I learned a lot along the way!

Raphael De Lio
6,236 viewsLearn how to build a semantic search app with Spring Boot and Redis. Discover how Redis OM Spring makes it easy to find results based on …

Jennifer Reif
2,829 viewsThis week I talk through my hands-on experience of what happens when embedding models for creating vectors and searching them don’t match.

Jennifer Reif
3,928 viewsThis is episode 37 of the Breaktime Tech Talks. https://www.youtube.com/watch?v=hv-FtjIHg_I&list=PLzZ7iUdr2mwS6qexoz9dsI0NfnU614p1w&index=1 …

Nicolas Frankel
3,277 viewsThis review is about DuckDB in Action by JoMark Needham, Michael Hunger, and Michael Simons from Manning.
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.

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
9,510 viewsLearn how to implement the Token Bucket rate-limiting algorithm using Redis and Java. Discover step-by-step guidance, testing with Redis …
Raphael De Lio
8,523 viewsLearn how to implement a Fixed Window Rate Limiter with Redis and Java! This detailed guide covers everything from the basics of …