Circuit breakers are a common pattern in distributed systems to deal with failures across your system.
Tag Archives: Architecture
A tale about application infrastructure
In this post, I talk about the evolution of the infrastructure of the applications, obviously, this is a topic that has size and information to be a book, but I tried to summarize it in few lines to understand the key points and the background quickly.
Single responsibility principle
Single responsibility principle is also known as SRP is a computer programming principle that consists of classes, functions or modules that can’t have more than one responsibility.
Antipatterns of stability
System stability and availability is always a recurrent topic, it’s a mistake to think that errors will not occur, it always occurs and on the worst time.