
Engineering Fast Search with Inverted Indexes
How modern search systems organize and work for efficient and fast information retrieval.
This newsletter is about learning engineering concepts at a level beginners can understand snd seniors appreciate.
Live Last read · last published · next check

How modern search systems organize and work for efficient and fast information retrieval.

Understanding how systems prevent and handle conflicting transactions under the hood

Easy explanation of how HDDs and SSDs store data from database

Understanding the core components of Kafka for System design interviews

In this post, we’ll break down Bloom filters from first principles and see how they’re used in real-world systems.

Understanding forward proxies and reverse proxies from first principles, plus how they differ from VPNs and firewalls

From foundational building blocks to multi-agent systems: A deep dive into agentic patterns and memory in agents

Everything about caches - layers, strategies, eviction policies, and production edge cases.

CAP in one scenario (no fluff)

Deep dive into consistent hashing, and why knowing about this is important