Recent Posts

🍃✍️Swagger OpenAPI Spring: Document Your Spring REST APIs with Annotations

Author: Vincent Vauban Original post on Foojay: Read More Table of Contents TL;DR WHY IT MATTERS CHEAT SHEET (MOST-USED ANNOTATIONS) MINI EXAMPLE (SPRING) HOW TO START TODAY TAKEAWAYS GO FURTHER WITH JAVA CERTIFICATION Swagger OpenAPI Spring is a simple way to turn your Spring REST APIs into clear and reliable documentation. By adding a few annotations to your controllers and …

Read More »

Micrometer & Prometheus in Spring Boot: Kafka Burger Orders🍔📨

Author: Vincent Vauban Original post on Foojay: Read More Table of Contents 1) Expose a Counter with Tags (Micrometer)2) REST Controller → Produce to Kafka3) Kafka Consumer → Count “DukeBurger”4) Avro Bytes → Object (utility)References 👨‍💻 GitHub: https://github.com/vinny59200/dukeburger 🔵⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪ TL;DR This guide shows how to use Micrometer and Prometheus in Spring Boot to track a custom metric for a Kafka-driven …

Read More »

Beyond Keywords: Hybrid Search with Atlas And Vector Search (Part 3)

Author: Ricardo Mello Original post on Foojay: Read More Table of Contents One search might not be enoughMerging the best of both worldsPrerequisitesThe vector searchThe full-text search Implementing the full-text index Executing a basic text query Improving the experience with fuzzy search Refining results with score boosting Combining forces with hybrid search The $rankFusion How to decide the right weights …

Read More »