Design

Beyond Docker: Why We Need Kubernetes and AWS EKS

If you are working with microservices, you are probably already using Docker. Docker is fantastic it packages your application and its dependencies into a single, portable unit. It runs exactly the same on your local machine as it does in production.

But as your system grows, a common question …

Bloom Filters: The Read-Heavy Crisis & The Probabilistic Solution

Welcome to the world of “Bloom Filters.” we’re diving deep into a powerful combination: the probabilistic prowess of Bloom filters, the flexible data handling of MongoDB, and the lightning-fast in-memory performance of Redis. Our mission? To supercharge your read-heavy …

Understanding Design Patterns: A Beginner-Friendly Overview

Ever found yourself wrestling with a common coding problem and thinking, “There has to be a better, more established way to do this”? If so, you’re ready to discover the power of Design Patterns! They’re a fantastic tool in any tech person’s arsenal, helping to build …