home / tag / modeling
UML - Sequence Diagram
UML - Sequence Diagram
Jan 28, 2024
1 min read
1 charts

UML stands for Unified Modeling Language. It was created to facilitate the communication and documentation of IT designs and architectures. A UML sequence diagram is a type of...

umlmodeling
UML - Class Diagram
UML - Class Diagram
Jan 14, 2024
2 min read
7 charts

UML stands for Unified Modeling Language. It was created to communicate and document IT designs and architecture. UML class diagram is a static structure diagram, that describes...

umlmodeling
Domain Driven Design
Domain Driven Design
Dec 13, 2023
2 min read
5 charts

Domain driven design (DDD) is a methodology for designing software with a focus on the domain. DDD is one of the main practices used in the microservices development. I'll cover 3...

architecturedddmicroservices