diff --git a/README.md b/README.md index fdf4a48..639c5c7 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ An updated and curated list of readings to illustrate best practices and pattern * [The Twelve-Factor App](https://12factor.net/) * [Clean Architecture](https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html) * [High Cohesion and Low Coupling](http://www.math-cs.gordon.edu/courses/cs211/lectures-2009/Cohesion,Coupling,MVC.pdf) +* [Monoliths and Microservices](https://medium.com/@SkyscannerEng/monoliths-and-microservices-8c65708c3dbf) * [CAP Theorem and Trade-offs](http://robertgreiner.com/2014/08/cap-theorem-revisited/) * [CP Databases and AP Databases](https://blog.andyet.com/2014/10/01/right-database) * [Stateless vs Stateful Scalability](http://ithare.com/scaling-stateful-objects/)