Articles
Technical writing on backend development, cloud infrastructure, and software architecture.
Always use Clean Architecture even if you don't need it.
Clean Architecture it's overused and loved in .NET community, the more you master it, the easier it will be to work.
Mastering Task and ValueTask in .NET: Asynchronous Tools Meet Real Parallelism and Architecture
Task and ValueTask in .NET are powerful tools for asynchronous programming and parallelism, far superior to manual thread management.