From 75141df1153cf43320052e845fcd7cda284cddc6 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Thu, 8 Mar 2018 08:30:57 +0800 Subject: [PATCH] How To Design A Good API and Why it Matters - Joshua Bloch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6dc8b46..e72e4fd 100644 --- a/README.md +++ b/README.md @@ -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)