Domain-Driven Design & Clean Architecture
The Clean Architecture is a set of rules and principles for organizing a code development project, and how all its components i...
Design Patterns - Unit of Work Pattern in C# using Entity Framework Core
Before you look at the Unit of Work pattern example in C# using Entity Framework Core, you can see my post about what is the ...
Design Patterns - Unit of Work Pattern
The Unit of Work pattern is a design pattern to group one or more operations (usually to the database) in an atomic transaction...
Design Patterns - Static Factory Method Pattern in TypeScript
Before you look at the Static Factory Method pattern example in TypeScript, you can see my post about what is the ...
Design Patterns - Static Factory Method Pattern in C#
Before you look at the Static Factory Method pattern example in C#, you can see my post about what is the ...
Categories
Automation scripting Development tools Front end web development Infrastructure Kubernetes Programming guide Security Software architectureTags
Recent Posts
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
Get the download url of the latest GitHub release using PowerShell