Articles
Technical writing on backend development, cloud infrastructure, and software architecture.
When I first worked with event sourcing, I found it difficult to understand. However, once I grasped the basic concepts, I realized it was actually quite simple and I was able to apply it to projects right away. In my experience, people tend to overcomplicate it. That’s why I’ll explain the concept in simple terms, without academic fluff, so you can easily understand what it’s about and see practical tips for the .NET ecosystem.
After working for about years as developer in multiple companies as contractor, staff, employee and freelancer, I learned&copied tricks from different companies, customers, professionals, courses and I will share what I learned.
Understand what is DI in simple terms.
I took me eternity to get the big picture that and actually boost applications correctly.
Clean Architecture it's overused and loved in .NET community, the more you master it, the easier it will be to work.
Task and ValueTask in .NET are powerful tools for asynchronous programming and parallelism, far superior to manual thread management.