26 followers
Every Saturday morning, you will get 1 practical tip on .NET & software architecture that you can easily implement.
Monoliths get a bad rap in our industry. We're told they're legacy, that they don't scale, and that we need microservices to succeed. After spending...
I've been experimenting with different approaches to integrating LLMs into .NET apps, and I want to share what I've learned about using...
Writing tests is a crucial part of my daily work. Over the years, I've learned that good tests can make or break a project. One project I worked on...
"Your task is to rewrite this system. It powers our entire operation. Oh, and it's written in APL." That's how my journey with this legacy rewrite...
Most ASP.NET Core applications need to handle background processing - from sending reminder emails to running cleanup tasks. While there are many ways...
Every article about modular monoliths tells you to use public APIs between modules. But they rarely tell you why these APIs exist or how to design...