GitHub Actions
GitHub Actions are GitHub’s solution to CI/CD. The pipelines are written in YAML, and are very similar to Azure DevOps
Learning and sharing Azure architecture and DevOps tips with GitHub
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
Last week, we learned about the basics of feature flags. This week, we are going to create our own, simple
“Feature flags”, sometimes called “feature flag toggles”, are a key piece of functionality in applications that practice continuous deployment, where
A few months ago, we added “Let’s Encrypt” certificates to our websites, allowing us to generate free certificates for our
We have been using SonarCloud for a few weeks now. We have a decent overview of what our code looks
SonarCloud has quickly become the industry standard for code analysis, especially on projects we are involved with. SonarCloud is the
This week we are going to apply what we learned last week, scaling up our YAML conversion to include our
Two weeks ago, at the Microsoft Build conference, multi-stage pipelines were announced. This was a long awaited feature, as it