For une liste de lecture sur le domain-driven design, the strongest matches are ddd-crew/ddd-starter-modelling-process (This repository provides a structured DDD modelling process and), ddd-by-examples/library (This repository is a functional reference implementation of Domain-Driven) and vkhorikov/csharpfunctionalextensions (This repository is a functional programming library with DDD-related). Each is ranked by relevance to your query, popularity and recent activity.
Explorez des livres, tutoriels et guides open source pour implémenter les modèles de conception du Domain-Driven Design (DDD) dans l'architecture logicielle.
This project is a Domain-Driven Design framework and strategic design methodology. It provides a structured workflow for translating business knowledge into technical implementations, guiding the decomposition of complex business domains into manageable software models. The methodology focuses on strategic domain decomposition, identifying core domains to inform build-versus-buy decisions, and defining bounded contexts to establish system responsibilities. It employs collaborative visual techniques to build a shared mental model of the problem domain between technical and non-technical team m
This repository provides a structured DDD modelling process and methodology, but it is a practical framework for doing DDD rather than a curated collection of books, tutorials, and learning resources for study and reference.
This project is a reference implementation of Domain-Driven Design patterns, functional domain modeling, and event-driven state coordination. It demonstrates the application of strategic and tactical design patterns to manage complex business requirements. The implementation utilizes a functional domain model with pure functions and immutable objects to manage state transitions and side effects. It features a Command Query Responsibility Segregation architecture to separate read and write models, alongside event-driven coordination to maintain consistency across autonomous business boundaries
This repository is a functional reference implementation of Domain-Driven Design patterns in Java, not a curated collection of books, tutorials, and learning resources organized by difficulty or topic.
CSharpFunctionalExtensions is a functional programming library for C# that provides a framework of monadic containers, pipeline orchestration tools, and immutable domain object patterns. It implements the result pattern to handle operation success and failure as values, reducing the reliance on exceptions for control flow. The library enables railway-oriented programming by chaining multiple operations into sequences that execute only upon the success of previous steps. It provides specialized wrappers for optional and result types to minimize null checks and nested conditional logic, alongsi
This repository is a functional programming library with DDD-related constructs like value objects and entities, but it is not a curated collection of books, tutorials, or learning resources as the search requests.