Skip to content

Commit

Permalink
add new link
Browse files Browse the repository at this point in the history
  • Loading branch information
meysamhadeli committed Dec 4, 2021
1 parent 140561b commit 201eb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion architectural-patterns/cqrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 72,7 @@
- [On .NET Live - Commands, Queries, and other architectural patterns for your .NET Application](https://www.youtube.com/watch?v=ysxgpVfyeNA)
- [Fat Controller CQRS Diet Talk](https://www.youtube.com/watch?v=icyvKTuZkzE)
- [Should you use the Repository Pattern? With CQRS, Yes and No!](https://www.youtube.com/watch?v=01lygxvbao4)

- [Mini Course #1 Clean Architecture CQRS](https://www.youtube.com/watch?v=NzcZcim9tp8&t=23796s)
## 📦 Libraries
- [eventflow/EventFlow](https://github.com/eventflow/EventFlow) - Async/await first CQRS ES and DDD framework for .NET
- [gautema/CQRSlite](https://github.com/gautema/CQRSlite) - A lightweight framework to help creating CQRS and Eventsourcing applications in C#
Expand Down
1 change: 1 addition & 0 deletions architectural-patterns/modular-monolith.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 38,7 @@
- [How to design and code a scaleable solution (from monolith to microservices)](https://www.youtube.com/watch?v=rzjy2DDPwio)
- [Deconstructing the Monolith (Shopify Unite Track 2019)](https://www.youtube.com/watch?v=ISYKx8sa53g)
- [Message Driven Architecture to DECOUPLE a Monolith](https://www.youtube.com/watch?v=bxGkavGaEiM)
- [Mini Course #2 Modular Monolith](https://www.youtube.com/watch?v=MkdutzVB3pY&t=4393s)
## 🚀 Samples
- [kgrzybek/modular-monolith-with-ddd](https://github.com/kgrzybek/modular-monolith-with-ddd) - Full Modular Monolith application with Domain-Driven Design approach.
- [kgrzybek/modular-monolith-with-ddd-fe-react](https://github.com/kgrzybek/modular-monolith-with-ddd-fe-react) - FrontEnd React application for Modular Monolith With DDD repository and system
Expand Down

0 comments on commit 201eb1b

Please sign in to comment.