Recent Posts

Foojay Podcast #87: The Human Side of Development: Career Growth, Staying Healthy, and Why People Matter More Than AI

Author: Frank Delporte Original post on Foojay: Read More Table of Contents YouTubePodcast AppsContent What if work-life balance is a myth, and the real secret is just… life? In this Foojay Podcast we’re stepping away from pure code and diving into something equally important: how we live our lives as developers. Because let’s be honest, being a great programmer isn’t …

Read More »

The Real Mechanics of Vulnerabilities in an Upstream/Downstream, Topsy-Turvy EOL World

Author: Steve Poole Original post on Foojay: Read More Table of Contents In this article you’ll learn Introduction What this article is about Back in the real world Code Flows A different type of waterfall Unpredictable as the weather? The idealised workflow The ethics of vulnerability patching Unreported is not safe Downstream’s responsibility to the ecosystem End of Life software …

Read More »

MongoDB and WiredTiger: A Journey Through the Storage Engine

Author: Elie Hannouch Original post on Foojay: Read More Databases are the backbone of modern applications, and MongoDB stands out with its flexibility and scalability. Central to its functionality is the WiredTiger storage engine. WiredTiger, as MongoDB’s default engine, seamlessly merges document-level concurrency for high throughput, advanced compression techniques for optimized storage, and an in-memory architecture for rapid data access. …

Read More »