SSSajal Sahainkumtechexplore.hashnode.dev·Dec 9, 2024 · 5 min readPrototype Design PatternThe Prototype Design Pattern is a creational pattern that allows objects to be cloned instead of creating new instances from scratch. This pattern is particularly useful when object creation is resource-intensive or when you need a copy of an object ...00
SSSajal Sahainkumtechexplore.hashnode.dev·Dec 8, 2024 · 3 min readDecorator Design PatternThe Decorator Design Pattern is a structural pattern that allows you to dynamically add behavior or responsibilities to an object without modifying its structure. It is particularly useful when you need to enhance the functionality of an object at ru...00
SSSajal Sahainkumtechexplore.hashnode.dev·Sep 24, 2024 · 3 min readElasticsearch - a quick overviewElasticsearch is an open-source search and analytics engine where you can gather, process, store, analyze and visualize big volumes of real time data. Benefits of using ElasticSearch : Rapid speed in searching (unlike relational DB which takes time ...00
SSSajal Sahainkumtechexplore.hashnode.dev·Aug 30, 2024 · 3 min readSolution ArchitectSolution Architecture (SA) involves designing detailed plans to solve specific business challenges or meet particular needs. For a retail company struggling with integrating online and offline sales channels to create a seamless omnichannel experienc...00