LRU Cache

LRU Cache

Introduction In this article, we will go over LRU in depth. These topics will be covered in the post. Useful scenarios Problems and how LRU could be used How does LRU work? Implementation of LRU Useful scenarios When you visit a domain you are essentially making a...
WhatsApp System Design

WhatsApp System Design

Introduction In this blog, we are going to discuss the system design of popular chat application WhatsApp. This is a generic system design and could be used as a base for designing any chat application. We are going to focus on implementing some key features. If you...