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...DiscussGoogle
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 ...Discuss·10 likesGoogle
Mayur Patilmayurpatil77.hashnode.dev·Aug 12, 2023Case Study: Debouncing in Flipkart's Autosuggest FeatureIntroduction: In the rapidly evolving landscape of e-commerce, user experience plays a pivotal role in determining the success of an online platform. Flipkart, one of India's leading e-commerce giants, consistently strives to enhance its user experie...Discuss·82 readsflipkart