Articles
Tags
AllClient-Side ArchitectureDomain-Driven DesignEnterprise Node + TypeScriptGraphQLNetworking & OpsSoftware DesignSoftware ProfessionalismWeb Development
15
Showing 15 article(s) about "Domain-Driven Design"

Make Illegal States Unrepresentable! - Domain-Driven Design w/ TypeScriptDomain-Driven Design
By using TypeScript's static type system, not only can we enforce (typically challenging things like) business rules and error sta...

How to Handle Updates on Aggregates - Domain-Driven Design w/ TypeScriptDomain-Driven Design
In this article, you'll learn approaches for handling aggregates on Aggregates in Domain-Driven Design.

Decoupling Logic with Domain Events [Guide] - Domain-Driven Design w/ TypeScriptDomain-Driven Design
In this article, we'll walk through the process of using Domain Events to clean up how we decouple complex domain logic across the...

Does DDD Belong on the Frontend? - Domain-Driven Design w/ TypeScriptDomain-Driven Design
Should we utilize Domain-Driven Design principles and patterns in front-end applications? How far does domain modeling reach from ...

An Introduction to Domain-Driven Design - DDD w/ TypeScriptDomain-Driven Design
Domain-Driven Design is the approach to software development which enables us to translate complex problem domains into rich, expr...

Handling Collections in Aggregates (0-to-Many, Many-to-Many) - Domain-Driven Design w/ TypeScriptDomain-Driven Design
In this article, we discuss how we can use a few CQS principles to handle unbounded 0-to-many or many-to-many collections in aggre...