Skip to content

Instantly share code, notes, and snippets.

@kgoralski
Last active May 29, 2018 04:58
Show Gist options
  • Select an option

  • Save kgoralski/124fe370bb1b14bff680e4298e322bde to your computer and use it in GitHub Desktop.

Select an option

Save kgoralski/124fe370bb1b14bff680e4298e322bde to your computer and use it in GitHub Desktop.
DDD resources

Domain-driven design (DDD) is an approach to software development for complex needs by connecting the implementation to an evolving model. The premise of domain-driven design is the following

  • placing the project's primary focus on the core domain and domain logic;
  • basing complex designs on a model of the domain;
  • initiating a creative collaboration between technical and domain experts to iteratively refine a conceptual model that addresses particular domain problems.

https://en.wikipedia.org/wiki/Domain-driven_design

books:

https://github.com/ddd-by-examples/factory The missing, complete example of Domain-Driven Design enterprise application backed by Spring stack

links:

presentations:

glossary:

frameworks:

samples:

ruby / rails related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment