buzzchart.info
buzz<hart
Open main menu
home
post
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
Session State
Session state is a concept in the software applications to share a user-specific data across...
Apr 19, 2024
3 min
1 chart
Webpack Module Federation
Module federation is a webpack 5 features. It allows independent deployments for you different...
Apr 7, 2024
1 min
1 chart
HTML Import Map
How to load JS in the runtime, from a separate server? Browsers provide a native feature called...
Apr 1, 2024
4 min
1 chart
Versioning in NPM
## Overview [NPM](https://www.npmjs.com/) stands for Node Package Manager. It is the largest...
Mar 24, 2024
3 min
1 chart
Semantic Versioning (SemVer)
It was introduced in 2009 by Tom Preston-Werner, co-founder of a GitHub. It was designed to...
Mar 17, 2024
4 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
Repository and Query Object
The Repository is a design pattern, which helps to load data from the database providing abstract...
Feb 17, 2024
5 min
1 chart
Lazy Load
Lazy load is a pattern to get data the data at the last moment, when it is actually required....
Feb 11, 2024
4 min
1 chart
Unit of Work
Unit of work is A Martin Fowlers design (architectural) pattern, to handle...
Feb 3, 2024
2 min
3 charts
UML - Sequence Diagram
UML stands for Unified Modeling Language. It was created to facilitate the communication and...
Jan 28, 2024
1 min
1 chart
UML - Class Diagram
UML stands for Unified Modeling Language. It was created to communicate and document IT designs...
Jan 14, 2024
3 min
7 charts
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
Microservices Scaling patterns
You want to scale your microservice, when the load exceeds the available resources. Resources can...
Dec 17, 2023
1 min
2 charts
CAP theorem
CAP abbreviation means: Consistency, Availability and Partitioning tolerance. Theorem states,...
Dec 9, 2023
1 min
1 chart
Observability
Observability is a superset of tools and techniques to understand how a system works, exploring...
Nov 26, 2023
2 min
5 charts
Progressive Delivery
## BlueGreen Deployment The goal is to have zero-down time for deployment of the new version of...
Dec 3, 2023
2 min
5 charts
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