Software architecture

In the microservice architecture, many times we need that they communicate with each other by sending messages using a message ...

The Clean Architecture is a set of rules and principles for organizing a code development project, and how all its components i...

The Unit of Work pattern is a design pattern to group one or more operations (usually to the database) in an atomic transaction...

The static factory method is a creational design pattern to create instances of a class, it works like the factory method, but ...

In Domain-Driven Design an Aggregate Root is the main Entity in an Aggregate, for example, in the ordering agg...

The repository pattern is a design pattern to encapsulate the methods to access to a data source and access to them from any la...

In Domain-Driven Design an Aggregate is a set of related entities and value objects, for example, in the ordering...

In Domain-Driven Design an Entity is an object that represents an object with identity, for example, a person,...

In Domain-Driven Design a Value Object is an identityless object that represents a property, for example, a name...
Categories
Automation Development tools Infrastructure Kubernetes Programming guide Software architectureTags
Recent Posts