Recent Posts

Spring Boot 4 OpenTelemetry Guide: Metrics, Traces, and Logs Explained

Author: Mahendra Rao B Original post on Foojay: Read More Table of Contents Key TerminologyWhy OpenTelemetry?Step-by-Step Guide Testing with Docker Compose Conclusion References In my previous article, I outlined a comprehensive list of features introduced in Spring Framework 7 and Spring Boot 4. In this series of articles, we will explore these features in detail using a pragmatic approach. In this …

Read More »

Optimizing MongoDB Queries in Java Applications

Author: Farhan Hasin Chowdhury Original post on Foojay: Read More Modern Java applications often struggle with performance bottlenecks that have little to do with the JVM itself. In most cases, the culprit lies deeper in how the application interacts with its database. Slow queries, missing indexes, or inefficient access patterns can quietly degrade user experience, increase latency, and inflate infrastructure …

Read More »

JC-AI Newsletter #11

Author: Miro Wengner Original post on Foojay: Read More Fourteen days have passed, and it is time to present a fresh collection of readings that could influence developments in the field of artificial intelligence. This newsletter explores the evolution of agentic AI systems, provides valuable insights into the Chain-of-Thought (CoT) approach, Vibe coding, and discusses the pattern-matching capabilities of LLMs. …

Read More »