Caching and Different Patterns
Caching has so many applications in computer science starting from disk page caching to advanced caching operations in redis.
Feb 12, 20233 min read52

Search for a command to run...
Articles tagged with #distributed-system
Caching has so many applications in computer science starting from disk page caching to advanced caching operations in redis.

In this post, we'll discuss consumer groups and how to achieve parallelism using them in Kafka. If you haven't read my previous blog posts about kafka, you will find them in the end. Consumer Groups As the name says, a consumer group is nothing but a...

As part of the Kafka internals series, in this post, I'll be writing a brief introduction to Kafka fundamentals, common jargon and basic architecture.

Let's crack your system design interview
