JM Orbegoso - Blog
|
Home Categories Tags About
|

Posts

thumbnail
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 ...

2021/09/15

thumbnail
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...

2021/09/13

thumbnail
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...

2021/09/12

thumbnail
Domain-Driven Design - Aggregates

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

2021/09/11

thumbnail
Domain-Driven Design - Entities

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

2021/09/08

thumbnail
Domain-Driven Design - Value Objects

In Domain-Driven Design a Value Object is an identityless object that represents a property, for example, a name...

2021/09/06

  • 1
  • 2

Categories

Automation Development tools Infrastructure Kubernetes Programming guide Software architecture

Tags

aggregate aggregate-root azure-key-vault bash c# clean-architecture constructors database-transactions design-patterns domain-driven-design entity entity-framework-core github helm kubectl kubernetes kubernetes-cronjobs kubernetes-rbac microsoft-azure mikro-orm

Recent Posts

Enable SSH Server in the Windows Subsystem for Linux (WSL)

2025/02/23

Restart Kubernetes pods following a schedule using Helm

2024/12/14

Restart Kubernetes pods following a schedule using Kubectl

2024/12/07

Create an Azure Key Vault with RBAC role assignments using Terraform

2024/11/30

Get the download url of the latest GitHub release using Bash or PowerShell

2022/10/02

© 2025 JM Orbegoso