Recent Posts

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 »

The 5 Knights of the MCP Apocalypse 😱

Author: Jonathan Vila Original post on Foojay: Read More Table of Contents 1. The “My Prompt is Leaking Secrets” Problem 2. The “Is My Server a Double Agent?” Problem 3. The “Black Box of Vulnerabilities” Problem 4. The “Context Pollution and Poisoning” Problem 5. The “Too Many Cooks” Problem (MCP Sprawl) Final Check: You’re an Auditor Let’s talk about that …

Read More »