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

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 ...

Functional Error Handling with Express.js and DDD | Enterprise Node.js + TypeScriptEnterprise Node + TypeScript
How to expressively represent (database, validation and unexpected) errors as domain concepts using functional programming concept...

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...