Articles by tag: DDD
DDD in Go: how to avoid errors with exchange rates in payments
We analyze a real case of applying DDD in a payment system on Go. How fixing the exchange rate in the aggregate closed critical bugs. Read the team's experience.
DDD and Clean Architecture in Go: pragmatic approach
How to avoid overengineering in Go? Pragmatic application of DDD and Clean Architecture: project structure, code examples, key rules. Reducing technical debt.
Software Architecture Courses 2026: top for middle
Review of 7 Software Architecture Courses: CQRS, DDD, Kubernetes. Self-paced and intensive. Choose a program for growth from middle to senior developer.
DDD in ASP.NET: scalability issues after 30 aggregates
Breaking down why classic DDD with EF Core slows down in projects with 30+ aggregates: heavy queries, specifications, transactions. Hybrid approaches for optimization. Learn how to speed up development.