Are you confused with Root User and IAM User in AWS account ?When you create an AWS account, you get a root user by default. However, AWS strongly recommends not using the root user for daily…Mar 12Mar 12
Basic Understanding about HazelCastHazelcast is an open-source, in-memory data grid (IMDG) platform that provides distributed data storage and computation capabilities. It is…Feb 23Feb 23
Understanding Factory Design PatternFactory is an creational Design Pattern that provides an interface for creating objects but allows subclasses to alter the type of objects…Feb 23Feb 23
Understanding Circuit Breaker Design PatternThe Circuit Breaker Design Pattern is a software design approach that prevents a system from making repeated calls to a failing service or…Jan 14Jan 14
Understanding Chain of Responsibility Design PatternThe Chain of Responsibility is an Behavioral Design Pattern, which allows handle the request along a chain of handlers. Each handler in the…Jan 4Jan 4
Understanding Singleton Design PatternThe Singleton Design pattern is one of the most important Design Pattern that every software developer must know. The main goal of the…Jan 3Jan 3
Understanding KISS, DRY, YAGNI Design PrinciplesThe KISS, DRY, and YAGNI Principles are used to write Clean and Efficient Code.Jan 3Jan 3
Understanding Strangler Design Pattern (Monolithic to Microservice)A monolithic program can be progressively converted to microservices using the Strangler Design Pattern, which involves replacing…Jan 3Jan 3
Understanding Materialized ViewsA materialized view is a database object that stores the results of a query physically on disk, like a snapshot of the query’s output…Dec 25, 2024Dec 25, 2024