Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xrmx/buildingmicroservicesbook
A list of books suggested for further reading in Sam Newman's book Building Microservices
https://github.com/xrmx/buildingmicroservicesbook
Last synced: about 1 month ago
JSON representation
A list of books suggested for further reading in Sam Newman's book Building Microservices
- Host: GitHub
- URL: https://github.com/xrmx/buildingmicroservicesbook
- Owner: xrmx
- License: cc0-1.0
- Created: 2015-09-18T20:21:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T20:47:01.000Z (about 9 years ago)
- Last Synced: 2024-10-14T12:21:39.815Z (about 1 month ago)
- Size: 137 KB
- Stars: 22
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Building Microservices further reading list
===========================================Here's a list of the books suggested for futher reading by Sam Newman in his
Building Microservices book.Chapter 1: Microservices
------------------------- *Domain-Driven Design* by Eric Evan
Chapter 3: How to Model Services
--------------------------------- *Domain-Driven Design* by Eric Evan
- *Implementing Domain-Driven Design* by Vaughn VernonChapter 5: Splitting the Monolith
---------------------------------- *Working Effectively with Legacy Code* by Michael Feathers
Chapter 6: Deployment
---------------------- *Continuous delivery* by Jez Humble and Dave Farley
Chapter 7: Testing
------------------- *Agile Testing* by Lisa Crispin and Janet Gregory
- *Succeeding with Agile* by Mike CohnChapter 8: Monitoring
---------------------- *Information Dashboard Design: Displaying Data for At-a-glance Monitoring* by Stephen Few
Chapter 9: Security
-------------------- *Cryptography Engineering* by Niels Ferguson, Bruce Schneier, and Tadayoshi Kohno
Chapter 11: Microservices at Scale
----------------------------------- *Antifragile* by Nassim Taleb
- *Release It!* by Michael Nygard
- *REST in Practice* by Jim Webber, Savas Parastatidis, Ian Robinson