From 617ecf59a1e2877bc7989b3fa652a1b99eb62821 Mon Sep 17 00:00:00 2001 From: Dang Van Dien Date: Sun, 17 Sep 2017 10:53:22 +0700 Subject: [PATCH 1/3] 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) From c66b75d2e94b940eaa28877a87233118d19167ed Mon Sep 17 00:00:00 2001 From: Dang Van Dien Date: Sun, 17 Sep 2017 11:16:37 +0700 Subject: [PATCH 2/3] Added a link to The Clean Architecture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78c8e07..f191846 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ But knowing the stuff will help you become better! :muscle:* - :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) +- :movie_camera: [The Clean Architecture](https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html) ### Practices - :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code) From b82c6a81dfccb2511d0a5ca571c593101ed3a727 Mon Sep 17 00:00:00 2001 From: Dang Van Dien Date: Sun, 17 Sep 2017 11:23:16 +0700 Subject: [PATCH 3/3] Add Version Control Systems section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f191846..6d7fb1a 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Jepsen: how different databases behave under partition](https://aphyr.com/tags/jepsen) - :scroll: [Fallacies of Distributed Computing Explained](http://www.rgoarchitects.com/Files/fallacies.pdf) +### Version Control Systems +- :page_facing_up: [A successful Git branching model](http://nvie.com/posts/a-successful-git-branching-model/) + + ### RegExp - [RegexHQ](https://github.com/regexhq) - [Learn regex the easy way](https://github.com/zeeshanu/learn-regex.git)