From 617ecf59a1e2877bc7989b3fa652a1b99eb62821 Mon Sep 17 00:00:00 2001 From: Dang Van Dien Date: Sun, 17 Sep 2017 10:53:22 +0700 Subject: [PATCH] Add Microservices architecture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88022d2..78c8e07 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ But knowing the stuff will help you become better! :muscle:* - :movie_camera: [CQRS and Event Sourcing](https://www.youtube.com/watch?v=JHGkaShoyNs) - :book: [Practical Object Oriented Design in Ruby](http://www.poodr.com/) - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) +- :scroll: [Microservices](https://martinfowler.com/articles/microservices.html) ### Practices - :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code)