Sachin Alluganisachin505.hashnode.dev·Nov 27, 2023Factory Design PatternFactory is the most used and well know design pattern. Let me explain this to you with a small scenario I have. So when I was working on a backend application, I was suppose to interact with the database, but in order to make my backend application m...Google
Sachin Alluganisachin505.hashnode.dev·Oct 18, 2023Builder Design PatternBasically Builder Design pattern is something that is used to create object for classes with more attributes. Learning this design pattern is so fun, trust me you will say the same once you are done reading this article. Suppose you are dealing with ...Google
Sachin Alluganisachin505.hashnode.dev·Oct 15, 2023Design Patterns : Singleton Design Patternlet me start with what and why, I mean what are these patterns and why do we need them? Usually, in software development, there is a constant strive to develop the software in a way that executes fast, has less memory consumption and is scalable at t...26 readsGoogle
Sachin Alluganisachin505.hashnode.dev·Oct 11, 2023Solid PrinciplesIn the previous article, Solid Principles part-1 I told you about how I have achieved SRP(Single Responsibility Principle) and OCP (Open and Closed Principle). Which is by creating a separate class for each bird, and I also mentioned that there is a ...10 likesGoogle
Yaser Mohammedyasermohammed.hashnode.dev·Aug 21, 2023Started the Journey ...Hey Devs, this is Yaser Mohammed, a Presentation Designer with 11 years of overall experience. Now started a new journey of learning Full-Stack Developer with Scaler Academy. Please help/guide me to make this journey easy with your input on how to st...Developer