Design Patterns
Anti Corruption Layer Pattern
Find out what is Anti-Corruption Layer Pattern, in which context it can be used and considerations when planning to use it.
Find out what is Anti-Corruption Layer Pattern, in which context it can be used and considerations when planning to use it.
What are traditional transactions and distributed transactions. How to use saga pattern for distributed transactions?
What is 3 phase commit and how it is different from 2 phase commits
What is distributed transaction and how it can be done using 2 phase commit protocol
What are the differences between sql and nosql databases. The most asked question during interviews.
What are the different steps to follow when answering System Designing interview questions?
What is Sidecar pattern, when to use it, how to use it and what are advantages of it.
What is the CAP Theorem? CAP theorem states that any distributed system can support only two among : Consistency Availability Partition tolerance Before we proceed, understand that in a distributed system, each instance of system is referred as node below. What do you mean by Consistency? Consistency implies: When data Read more…