#microservices
Read more stories on Hashnode
Articles with this tag
True monoliths are difficult to change. But, difficult change is bigger than overcoming spaghetti code. Ask yourself, if you were modifying a couple...
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...
I get it. I too often times want to find a problem to a solution I want to use. This mindset can be dangerous, especially with system...
In a previous post, I talked about the huge learning curve for Kubernetes, especially for .NET developers. How could a team progressively start...
December 3, 2019 .NET Developers and the Path to Kubernetes Many .NET developers working on enterprise applications are feeling stuck doing...
Conventional wisdom tells us that we have to design big and plan for worst case - that’s how we prepare for the unexpected. When we release to...