#system-design
Read more stories on Hashnode
Articles with this tag
Hands-on guide on building a scalable, distributed, fault-tolerant, task scheduler platform using Zookeeper in Java · What do we want? We want to create...
Architectural deep dive of Clockwork - the in-house distributed job scheduler at PhonePe · While working at PhonePe, I had the privilege of working on...
Practical guide to explain Observer Design Pattern · Problem Statement Imagine, you have a pool of workers and a set of jobs that need execution. How are...
Practical guide to explain Chain of Responsibility Design Pattern · Problem Statement In real-world applications, we frequently have to run a series of...
Practical guide to explain Visitor Design Pattern · Problem Statement Consider the below Animal interface. If you want to add new methods to the...
A multipart hands on series about building a distributed job scheduler from scratch. · Recap Welcome back to the third part of our tutorial series on...