This commit is contained in:
Dien Dang 2017-09-17 04:23:29 +00:00 committed by GitHub
commit 99363d4c0b
1 changed files with 6 additions and 0 deletions

View File

@ -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)
@ -83,6 +87,8 @@ 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)
- :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)