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, so all of them are successfully executed or if at least one fails, no change is made.
Examples
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