Design Patterns

[EN] CQRS Pattern explains: Why CRUD is not enough in microservices
[EN] CQRS Pattern …

Do you know that? You start a new project with a clean domain model. Your Order entity is perfectly normalized, the database relationships are cleanly defined (3rd normal form), and saving an order is lightning fast. Everything feels right.

[EN] S.O.L.I.D Design Principles
[EN] S.O.L.I.D Design …

Hello everyone,

In the world of software development, we always run into the same challenges: How do we write code that is easy to maintain, extend, and understand? How do we prevent our codebase from becoming confusing and rigid over time? The answer to these questions often lies not in a new …