How To Design A Good API and Why it Matters - Joshua Bloch

This commit is contained in:
binhnguyennus 2018-03-08 08:30:57 +08:00
parent 111cdf03b5
commit 75141df115

View File

@ -75,6 +75,7 @@ An updated and curated list of selected readings to illustrate High Scalability,
* [Design for Evolution](https://docs.microsoft.com/en-us/azure/architecture/guide/design-principles/design-for-evolution)
* [Learn from Mistakes](http://highscalability.com/blog/2013/8/26/reddit-lessons-learned-from-mistakes-made-scaling-to-1-billi.html)
* [Linux Performance](http://www.brendangregg.com/linuxperf.html)
* [How To Design A Good API and Why it Matters - Joshua Bloch](https://www.infoq.com/presentations/effective-api-design)
## Scalability
* [Microservices and Orchestration](https://hackernoon.com/microservices-are-hard-an-invaluable-guide-to-microservices-2d06bd7bcf5d)