@iamgautam03
A Developer with learnings in many different languages, frameworks and technologies.
I am a developer with learnings in many different languages, frameworks and technologies.
Nothing here yet.
Jan 7 · 4 min read · In this article, I will explain the Observer Design Pattern simply and understandably. I will use a hospital patient monitor system as an example. Picture a hospital room. One patient. One heart monitor. But several different things care about that d...
Join discussionDec 18, 2025 · 4 min read · Have you ever heard of the Prototype Design Pattern? Today, I will explain this in an easy-to-understand manner. First, let’s take the following example: You are creating a team-based first-person shooter game where there will be one real player and ...
Join discussionDec 1, 2025 · 4 min read · In this article, I will explain the factory design pattern in a simple and straightforward manner. First, let’s look at one example and see what the problem is: public class CoffeeService { public Drink prepareDrink(String type) { if (typ...
Join discussion