Rule of Simplicity
Rule of Simplicity: Design for simplicity; add complexity only where you must.
I'm a Cloud Solution Architect, Speaker, Teacher, Learner, Engineer, Craftsman, Whovian with his head in the Cloud.
Rule of Simplicity: Design for simplicity; add complexity only where you must.
Communication between services can be costly in more ways than one. Let's compare Rest/JSON and gRPC/Protobuf.
The Rule of Clarity: Clarity Is Better Than Cleverness
Containers are a handy way to package your application. Let's take a look at using them for monoliths.
Let's take a look at using MongoDB in AspNet Core applications.
I was getting a `NullReferenceException` when trying to use TestContainers inside a devcontainer.
Rule of Modularity: Write simple parts connected by clean interfaces.
The dev containers for dotnet published by Microsoft do not have all the prerequisites for Rider or any other JetBrains IDE.
Earlier this year, I set out to build an IAM solution. In this article, I discuss my experience and findings in making it work.