- Home>
- CQRS
In this post, I want to share how I might have overused the Command Query Responsibility Segregation (CQRS) pattern when developing .NET applications that follow clean architecture.
Continue readingIn this short post, I share some of the core frameworks, libraries and design patterns I worked with on a regular basis.
Continue readingThe Interface Segregation Pattern (ISP) is one of the principle in SOLID. As a recap, SOLID is an acronym which stands for the five software design principles: