awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Ressources d'apprentissage du Domain-Driven Design

Classement mis à jour le 30 juin 2026

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.

Ressources d'apprentissage du Domain-Driven Design

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ddd-crew/ddd-starter-modelling-processAvatar de ddd-crew

    ddd-crew/ddd-starter-modelling-process

    5,890Voir sur GitHub↗

    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.

    Bounded Context DefinitionDomain Driven Design
    Voir sur GitHub↗5,890
  • ddd-by-examples/libraryAvatar de ddd-by-examples

    ddd-by-examples/library

    5,805Voir sur GitHub↗

    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.

    JavaBounded ContextsDomain Driven Design
    Voir sur GitHub↗5,805
  • vkhorikov/csharpfunctionalextensionsAvatar de vkhorikov

    vkhorikov/CSharpFunctionalExtensions

    2,777Voir sur GitHub↗

    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.

    C#Value Objects
    Voir sur GitHub↗2,777

Related searches

  • une liste de lecture pour engineering managers
  • liste de lecture pour apprendre Go
  • liste de lecture pour apprendre Elixir
  • collection de manuels de programmation gratuits
  • parcours d'étude sur les systèmes distribués
  • un guide sur la conception de microservices
  • liste de lecture pour apprendre Scala
  • un kit de préparation aux entretiens de conception système senior