awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Resurse pentru învățarea Domain-Driven Design

Clasament actualizat la 30 iun. 2026

For o listă de lecturi pentru 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.

Explorează cărți, tutoriale și ghiduri open-source pentru implementarea tiparelor de domain-driven design în arhitectura software.

Resurse pentru învățarea Domain-Driven Design

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ddd-crew/ddd-starter-modelling-processAvatar ddd-crew

    ddd-crew/ddd-starter-modelling-process

    5,890Vezi pe 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
    Vezi pe GitHub↗5,890
  • ddd-by-examples/libraryAvatar ddd-by-examples

    ddd-by-examples/library

    5,805Vezi pe 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
    Vezi pe GitHub↗5,805
  • vkhorikov/csharpfunctionalextensionsAvatar vkhorikov

    vkhorikov/CSharpFunctionalExtensions

    2,777Vezi pe 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
    Vezi pe GitHub↗2,777

Related searches

  • o listă de lecturi pentru engineering manageri
  • listă de lecturi pentru învățarea Go
  • listă de lecturi pentru învățarea Elixir
  • colecție de manuale de programare gratuite
  • traseu de studiu pentru sisteme distribuite
  • un ghid pentru design de microservicii
  • listă de lecturi pentru învățarea Scala
  • un kit de studiu pentru interviuri de system design senior