This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Challenges in Implementing MicroServices | |
https://www.youtube.com/watch?v=yPf5MfOZPY0 | |
Web API Design Tips | |
https://github.com/redcenter/api-design-tips |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Domain-Driven Design in PHP | |
https://leanpub.com/ddd-in-php?a=3P3nyDgKnF4A3fXqb-m5Pz | |
Domain-Driven Design and MVC Architectures | |
http://blog.fedecarg.com/2009/03/11/domain-driven-design-and-mvc-architectures/ | |
Domain Driven Design Quickly | |
http://www.infoq.com/minibooks/domain-driven-design-quickly | |
Domain Driven Security |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The deep synergy between testability and good design | |
https://www.youtube.com/watch?v=4cVZvoFGJTU |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Academic/Background | |
------------------------------------------------------------------------------------------------------------ | |
Software Architecture, Perspectives on an emerging discipline - Mary Shaw, David Garlan | |
Introduction / Practice within Business | |
------------------------------------------------------------------------------------------------------------ | |
Software Architecture in Practice - Len Bass, Paul Clements, Rick Kazman | |
In depth handbook for reaching requirements | |
------------------------------------------------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Clean Code Talks | |
by Misko Hevery | |
Unit Testing | |
http://www.youtube.com/watch?v=wEhu57pih5w | |
Don't Look For Things! | |
http://www.youtube.com/watch?v=RlfLCWKxHJ0 | |
Inheritance, Polymorphism, & Testing |