Skip to content

Commit

Permalink
Adds link for podcast about DDD and python
Browse files Browse the repository at this point in the history
Adds link for podcast about DDD and python
  • Loading branch information
luistm authored Jul 10, 2019
1 parent 8a5fc5f commit 07cdf84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ So let's go!

[Implementing Domain-Driven Design in PHP](https://dzone.com/articles/implementing-domain-driven-design-in-php) - Introduce Domain Driven Design and how to Implementing in Laravel with PHP by Alireza Rahmani Khalili.

## Talks, videos
## Talks, videos, Podcasts

[Domain-Driven Design with Python](https://skillsmatter.com/skillscasts/5025-domain-driven-design-with-python) - Great talk about DDD and Python with explanations of many DDD topics and code examples by Robert Smallshire from Skills Matter

Expand Down Expand Up @@ -103,6 +103,8 @@ So let's go!

[Eventsourcing 101](https://www.youtube.com/watch?v=0l8vuYaaBUs) - the talk about event sourcing with live coding in Python by Bob Gregory. He codes an event sourced e-commerce basket from scratch.

[Domain Driven Design For Python - Episode 219](https://www.pythonpodcast.com/domain-driven-design-episode-219/) - When your software projects start to scale it becomes a greater challenge to understand and maintain all of the pieces. In this episode Henry Percival shares his experiences working with domain driven design in large Python projects.

## Code, code, code!

[dry-python](https://github.com/dry-python) - A set of Python libraries for pluggable business logic components.
Expand Down

0 comments on commit 07cdf84

Please sign in to comment.