26 followers
Every Saturday morning, you will get 1 practical tip on .NET & software architecture that you can easily implement.
I've been meaning to write this article for a while now. This problem has been bugging me, and I finally found the time to address it. What problem is...
Pagination is crucial for efficiently handling large datasets. While offset pagination is widely used and gets the job done, cursor-based pagination...
"We need to implement CQRS? Great, let me install MediatR." If you've heard this in your development team - or perhaps said it yourself - you're not...
Introducing .NET 8 resilience packages built on top of Polly has made it much easier to build robust HTTP clients. These packages provide standard...
A single exposed API key or database password can compromise your entire infrastructure. Yet many developers still store sensitive data with basic...
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...