@Jeetjyoti
Nothing here yet.
Nothing here yet.
Jan 10 · 8 min read · Welcome to the next blog in this series on Software Architecture and Design Patterns. In this post, we’ll explore The Factory Method Pattern, a creational design pattern that focuses on how objects are created, rather than how they are used. Instead ...
Join discussion
Dec 30, 2025 · 7 min read · Welcome to the second blog in this series on Software Architecture and Design Patterns. In this post, we’ll explore one of the most widely used and influential behavioral design patterns — the Observer Pattern, more commonly known as the Publish–Subs...
Join discussion
Dec 26, 2025 · 5 min read · I recently started learning about design patterns from Head First Design Patterns. The book primarily focuses on object-oriented design patterns and uses Java for most of its examples. While going through it, I thought—why not try to replicate these ...
Join discussion