#2articles1week
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...
Simplified introduction to various concepts of linux file system · While working on creating a directory-like hierarchy for an application at work, I...
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 Prototype Design Pattern · Problem Statement Functional programming heavily prefers Immutability i.e. objects should not be...
Practical guide to explain Strategy Design Pattern · Problem Statement If you want to dynamically make decisions in your class based on certain actions,...