top of page
Tech Talk
Max Morrow
Nov 13, 20223 min read
780
Max Morrow
Sep 2, 20213 min read
5081
Search
Max Morrow
Nov 13, 20223 min read
DevOps Patterns: Scaling with Declarative Pipelines Using Template Modularization
Use the Pipeline Template Modularization strategy to scale your DevOps implementation.
78 views0 comments
Max Morrow
Sep 2, 20213 min read
Azure DevOps: Deploying Docker Containers To Azure App Services Using YAML Pipelines
So, you've got a few Docker containers lying around and you're looking for a cheap, fast solution for deploying them. Azure App Services...
508 views1 comment
Max Morrow
May 21, 20212 min read
Azure DevOps YAML Pipelines: Configuration Transformation in .NET Core Projects
There are a bunch of different methods you can use to perform configuration transformation in .NET Core. Let's go through one option...
2,040 views0 comments
Max Morrow
Feb 10, 20212 min read
Azure DevOps: Choosing a Branching Strategy for Your CI/CD Pipelines
A topic that I believe does not get enough discussion is that of branching strategies and how they can affect the CI/CD flow. There are...
552 views0 comments
Max Morrow
Feb 10, 20211 min read
Azure DevOps: If Statements in Your YAML Pipelines
If Statements are a fantastic feature in YAML pipelines that allows you to dynamically customize the behavior of your pipelines based on the
49,766 views1 comment
Max Morrow
Jan 28, 20212 min read
Azure DevOps: Setting Pre-Deployment Approvals for YAML Pipelines
If you're creating a pipeline that is deploying to many environments, including production, chances are that you're looking to set up...
1,961 views0 comments
Max Morrow
Jan 26, 20211 min read
Automate Database Deployments With Entity Framework Core
Having worked with a variety of different database deployment strategies, I've started to really enjoy using Entity Framework Core as a...
327 views0 comments
Max Morrow
Jan 12, 20213 min read
Azure DevOps: Using Azure DevOps YAML Templates
For those of you who use Azure DevOps day-to-day for your source control and CI/CD pipelines you've probably had the conversation...
1,036 views0 comments
bottom of page