You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Clarify the constraints and identify the user cases**
21
21
@@ -35,7 +35,7 @@ Usually, a scalable system includes webserver (load balancer), service (service
35
35
For each component, you need to write the specific APIs for each component. You may need to finish
36
36
the detailed OOD design for a particular function. You may also need to design the database schema for the database.
37
37
38
-
###[[⬆]](#toc) <aname='intro'>Basic Knowledge about System Design:</a>
38
+
###[[⬆]](#toc) <aname='intro'>Basic Knowledge about System Design:</a>
39
39
40
40
Here are some articles about system design related topics.
41
41
@@ -58,7 +58,7 @@ Here are some articles about system design related topics.
58
58
Of course, if you want to dive into system related topics, here is a good collection of reading list about [services-engineering](https://github.com/mmcgrana/services-engineering), and
59
59
a good collection of material about [distributed systems](http://dancres.github.io/Pages/).
###[[⬆]](#toc) <aname='qs'>Hot Questions and Reference:</a>
137
+
###[[⬆]](#toc) <aname='qs'>Hot Questions and Reference:</a>
138
138
139
139
There are some good references for each question. The references here are slides and articles.
140
140
@@ -228,15 +228,15 @@ Reference:
228
228
Reference:
229
229
*[Introduction to Memcached](http://www.slideshare.net/oemebamo/introduction-to-memcached)
230
230
231
-
###[[⬆]](#toc) <aname='bk'>Good Books:</a>
231
+
###[[⬆]](#toc) <aname='bk'>Good Books:</a>
232
232
233
233
*[Big Data: Principles and best practices of scalable realtime data systems](http://www.amazon.com/Big-Data-Principles-practices-scalable/dp/1617290343)
234
234
*[Real-Time Analytics: Techniques to Analyze and Visualize Streaming Data](http://www.amazon.com/Real-Time-Analytics-Techniques-Visualize-Streaming/dp/1118837916)
0 commit comments