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
We all know technical debt hurts, and we usually lean on tools to help us manage this pain. For open
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
Today we are going to create an ASP.Net Core WebAPI service, with an automated continuous integration build using YAML, and