Code Analysis with SonarCloud
SonarCloud has quickly become the industry standard for code analysis, especially on projects we are involved with. SonarCloud is the
Learning and sharing Azure architecture and DevOps tips with GitHub
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
HTTPS is so important to ensure that we keep our data safe. It can also affect the amount of traffic
A CDN, (or Content Delivery Network), helps us to improve performance of static files, such as images, JavaScript, CSS, videos,
Today we are going to finish the refactoring of our release so we can deploy to a new environment with
It is important in this industry to be flexible and be able to evolve – especially when just about everything
Today we are going to look at the Azure Advisor to see where we can improve our implementations. This will
Today we are going to optimize our SQL data access, using Redis to cache our data calls. Caching data typically
As we develop code, we can enforce our standards with the code review process in our pull requests. While the