Articles
Tags
AllClient-Side ArchitectureDesign PrinciplesDomain-Driven DesignEnterprise Node + TypeScriptGraphQLNetworking & OpsSoftware DesignSoftware ProfessionalismTest-Driven DevelopmentWeb Development
16
Showing 16 article(s) about "Domain-Driven Design"

Transcribing Video With DDD Discussion | Domain Driven Design w/ TypeScriptDomain-Driven Design
A design discussion about transcribing video using DDD and the clean/hexagonal architecture.

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