
Design Patterns - Static Factory Method Pattern
The static factory method is a creational design pattern to create instances of a class, it works like the factory method, but ...

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

Design Patterns - Repository Pattern
The repository pattern is a design pattern to encapsulate the methods to access to a data source and access to them from any la...

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

Domain-Driven Design - Entities
In Domain-Driven Design an Entity is an object that represents an object with identity, for example, a person,...
Categories
Automation Development tools Infrastructure Kubernetes Programming guide Software architectureTags
Recent Posts
Enable SSH Server in the Windows Subsystem for Linux (WSL)
Restart Kubernetes pods following a schedule using Helm
Restart Kubernetes pods following a schedule using Kubectl
Create an Azure Key Vault with RBAC role assignments using Terraform
Get the download url of the latest GitHub release using Bash or PowerShell