Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/heynickc/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ylorph committed Sep 3, 2016
2 parents 585122f + 29c7316 commit aa8e18e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code-of-conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at sindresorhus@gmail.com. All
reported by contacting the project team at nick@nick-chamberlain.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Thank you for your suggestions!

## Creating your own awesome list

To create your own list, check out the [instructions](create-list.md).
To create your own list, check out the [instructions](https://github.com/sindresorhus/awesome/blob/master/create-list.md).

## Adding something to an awesome list

Expand Down
12 changes: 11 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [Sample Projects](#sample-projects)
- [Libraries and Frameworks](#libraries-and-frameworks)
- [Frameworks](#frameworks)
- [Podcasts and Interviews](#podcasts-and-interviews)

## Books

Expand All @@ -25,6 +26,7 @@
- [The Anatomy of Domain-Driven Design - The Infographic](https://leanpub.com/theanatomyofdomain-drivendesign) - Scott Millet and Samuel Knight. An infographic on the anatomy of Domain-Driven Design.
- [CQRS Journey](https://msdn.microsoft.com/en-us/library/jj554200.aspx). Microsoft Patterns and Practices. Exploring CQRS and Event Sourcing.
- [Domain Driven Design Quickly](https://www.infoq.com/minibooks/domain-driven-design-quickly) - InfoQ Mini Books. "Domain Driven Design Quickly is a short, quick-readable summary and introduction to the fundamentals of DDD"
- [Domain-Driven Design in PHP](https://leanpub.com/ddd-in-php) - Carlos Buenosvinos, Christian Soronellas and Keyvan Akbary. "Real examples written in PHP showcasing DDD Architectural Styles, Tactical Design, and Bounded Context Integration"

## Training Courses

Expand Down Expand Up @@ -55,6 +57,7 @@

## Blogs

- [Nick Chamberlain: Build Please](https://buildplease.com)
- [Daniel Whittaker: CQRS and Event Sourcing](http://danielwhittaker.me)
- [Cyrille Martraire](http://cyrille.martraire.com)
- [Jimmy Bogard: Los Techies](https://lostechies.com/jimmybogard/)
Expand All @@ -71,7 +74,6 @@
- [Jérémie Chassaing: Think Before Coding](https://thinkbeforecoding.github.io/)
- [Adam Brodziak](https://medium.com/@adambrodziak)
- [Vaughn Vernon: Software Craftsman](https://vaughnvernon.co)
- [Nick Chamberlain: Build Please](https://buildplease.com)
- [Vladik Khononov](http://vladikk.com/)

## Sample Projects
Expand Down Expand Up @@ -102,6 +104,14 @@
- [Its.Cqrs](https://github.com/jonsequitur/Its.Cqrs) - Jon Sequeira. "A set of libraries for CQRS and Event Sourcing, with a Domain-Driven Design flavor."
- [AggregateSource](https://github.com/yreynhout/aggregateSource) - Yves Reynhout. "Lightweight infrastructure for doing eventsourcing using aggregates"
- [JESA](https://github.com/yreynhout/JESA) - Yves Reynhout. "Event sourced aggregates for Java"
- [EventFlow](https://github.com/eventflow/EventFlow) - Rasmus Mikkelsen. Async/await first CQRS+ES and DDD framework for .NET http://geteventflow.net/
- [cqrs.js](http://cqrs.js.org) - Adriano Raiano. CQRS implementations in node.js. Includes [node-eventstore](https://github.com/adrai/node-eventstore), [node-cqrs-domain](https://github.com/adrai/node-cqrs-domain), [node-eventdenormalizer](https://github.com/adrai/node-cqrs-eventdenormalizer), [node-cqrs-saga](https://github.com/adrai/node-cqrs-saga)

## Podcasts and Interviews
- [Deeper into DDD on DotNetRocks with David Real](http://dotnetrocks.com/?show=1151) 11 June 2015
- [Thinking in DDD on DotNetRocks with Julie Lerman and Steve Smith](http://dotnetrocks.com/?show=1023) 19 August 2014
- [Eric Evans on Domain Driven Design on DotNetRocks](http://dotnetrocks.com/?show=236) 10 May 2007
- [Jimmy Nilsson on Domain Driven Design on DotNetRocks](http://dotnetrocks.com/?show=191) 29 August 2006

## License

Expand Down

0 comments on commit aa8e18e

Please sign in to comment.