buzzchart.info
buzz<hart
Open main menu
home
tag
architecture
Defining Microservice Scope - Integrators and Disintegrators
Microservice architecture has become a widely adopted approach for building scalable and...
Aug 16, 2024
3 min
1 chart
5 Ways to Fail at Implementing a modular monolith
The [modular monolith](/post/modular-monolith) architecture isn’t new, but it’s become more...
Aug 15, 2024
6 min
3 charts
Modular Monolith
🚀 **Understanding the Modular Monolith Architecture: A Balanced Approach** A **Modular...
Aug 11, 2024
1 min
1 chart
Breaking Changes
Breaking changes is a result of a code changes, that how the API behaves. It can be low level...
Mar 11, 2024
5 min
1 chart
Transform View
The challenge of rendering HTML markup has been present since the inception of the web. This...
Mar 3, 2024
2 min
1 chart
Model View Controller MVC
Model View Controller is a well known pattern, which was described in the late 1970s. Since then,...
Feb 25, 2024
5 min
1 chart
ACID in Database Transactions
ACID (Atomicity, Consistency, Isolation, Durability) in IT is a properties of a business (or...
Jan 4, 2024
1 min
1 chart
Concurrency Issues and Solutions
Concurrency is a complex problem of the IT field. I'll try to explain some issues related to the...
Jan 3, 2024
2 min
1 chart
Domain Model vs Transaction Scripts
In the book Patterns of *Enterprise Application Architecture by Martin Fowler* two patterns are...
Dec 31, 2023
4 min
4 charts
Microservice Communication Patterns
Microservices can communicate synchronously and asynchronously. These are the main group of...
Dec 24, 2023
4 min
5 charts
CAP theorem
CAP abbreviation means: Consistency, Availability and Partitioning tolerance. Theorem states,...
Dec 9, 2023
1 min
1 chart
Domain Driven Design
Domain driven design (DDD) is a methodology for designing software with a focus on the domain....
Dec 13, 2023
2 min
5 charts
Distributed "Transactions" in Microservices
Transactions in microservices are not possible, because of the distributed nature of...
Nov 26, 2023
1 min
4 charts
Coupling & Cohesion
Coupling types listed from the weakest: - Domain coupling - different modules shares the same...
Nov 19, 2023
1 min
6 charts
Application decomposition patterns in microservices
- Page based decomposition - each microservice has ts own dedicated page. This pattern enables...
Nov 12, 2023
1 min
4 charts
© 2025 buzzchart.info
info@buzzchart.info