A summary of where we are today
This blog is about exploring Azure cloud native development from scratch, focusing on setting up infrastructure, development, DevOps, monitoring, and
Learning and sharing Azure architecture tips with DevOps
This blog is about exploring Azure cloud native development from scratch, focusing on setting up infrastructure, development, DevOps, monitoring, and
GitHub Actions are GitHub’s solution to CI/CD. The pipelines are written in YAML, and are very similar to Azure DevOps
Microsoft acquired GitHub in 2018 for $7.5 billion. As GitHub continues to grow in functionality and have many acquisitions of
We all know technical debt hurts, and we usually lean on tools to help us manage this pain. For open
The importance of shifting left We all know that automated testing is a key component of a successful DevOps practice.
While we successfully upgraded our projects to ASP.NET core 3 last week, we noted there were a few differences compared
Today we are going to upgrade our applications to the latest versions of .Net Core 3.0 and .Net Standard 2.1,
One of the best practices we’ve found over the years is to include versioning information right on our website. As