Quick and dirty helm chart
Yesterday, I posted about how to create a quick and dirty container using Visual Studio and ASP.NET Core. Today, I will be continuing the demo to show how to create a quick helm chart for an ASP.NET Core application.
Yesterday, I posted about how to create a quick and dirty container using Visual Studio and ASP.NET Core. Today, I will be continuing the demo to show how to create a quick helm chart for an ASP.NET Core application.
Want to know how to containerize an ASP.NET Core application the quick and dirty way? You’re in the right place.
Keeping code DRY is a great concept in writing clean code. It reminds developers to write modularized that is easier to maintain. But taking this principle outside of code, can be dangerous. Taking it to architecture, infrastructure as code, and...
A co-worker shared this blog post from the Advent calendar. It makes sense, organization complexity is the best predictor of bugs. Also also interesting, low code coverage is crucial and not enough to find bugs.
I hear it often. Companies looking to adopt agile so that they can move faster. To streamline their slow processes. To improve the quality of software they build. What happens if a company tries to adopt Agile without DevOps? What...