23 followers
Every Saturday morning, you will get 1 practical tip on .NET & software architecture that you can easily implement.
As a .NET developer, I've spent countless hours working with external APIs. It's a crucial part of modern software development, but let's be honest -...
I've been coding in .NET for years, but I never built an event sourced system. Event sourcing has always intrigued me, though. The idea of capturing...
If you were to glance at the folder structure of your system, could you tell what the system is about? And here's a more interesting question. Could a...
Have you ever wondered how large-scale systems handle traffic spikes or maintain performance even when parts of the system are temporarily down? The...
Okay, let's be honest. We all have a million things on our plates, and diving deep into every nook and cranny of EF Core might not be at the top of...
Writing good code is important for any software project. It's also something I deeply care about. However, it can be hard to spot problems by just...