JSON vs Protobuf Performance and Cost Comparison
Communication between services can be costly in more ways than one. Let's compare Rest/JSON and gRPC/Protobuf.
I'm a Cloud Solution Architect, Speaker, Teacher, Learner, Engineer, Craftsman, Whovian with his head in the Cloud.
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.
Out of curiosity, I wanted to see what offered the best performance when inserting records: database generated or application generated ids.