Skip to content

Commit 4014d37

Browse files
authored
Merge pull request #24 from bryant1410/master
Fix broken headings in Markdown files
2 parents 1646de1 + 461cdfb commit 4014d37

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This repository only teaches you how to handle the system design interview with
1515
- [ ] [Good Books](#bk)
1616
- [ ] [Object Oriented Design](#ood)
1717

18-
###[[]](#toc) <a name='tips'>System Design Interview Tips:</a>
18+
### [[]](#toc) <a name='tips'>System Design Interview Tips:</a>
1919

2020
**Clarify the constraints and identify the user cases**
2121

@@ -35,7 +35,7 @@ Usually, a scalable system includes webserver (load balancer), service (service
3535
For each component, you need to write the specific APIs for each component. You may need to finish
3636
the detailed OOD design for a particular function. You may also need to design the database schema for the database.
3737

38-
###[[]](#toc) <a name='intro'>Basic Knowledge about System Design:</a>
38+
### [[]](#toc) <a name='intro'>Basic Knowledge about System Design:</a>
3939

4040
Here are some articles about system design related topics.
4141

@@ -58,7 +58,7 @@ Here are some articles about system design related topics.
5858
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
5959
a good collection of material about [distributed systems](http://dancres.github.io/Pages/).
6060

61-
###[[]](#toc) <a name='blog'>Company Engineering Blogs:</a>
61+
### [[]](#toc) <a name='blog'>Company Engineering Blogs:</a>
6262

6363
If you are going to have an onsite with a company, you should read their engineering blog.
6464

@@ -98,7 +98,7 @@ If you are going to have an onsite with a company, you should read their enginee
9898
* [PayPal Engineering Blog](https://www.paypal-engineering.com/)
9999
* [Nextdoor Engineering Blog](https://engblog.nextdoor.com/)
100100

101-
###[[]](#toc) <a name='system'>Products and Systems:</a>
101+
### [[]](#toc) <a name='system'>Products and Systems:</a>
102102

103103
The following papers/articles/slides can help you to understand the general design idea of different real products and systems.
104104

@@ -134,7 +134,7 @@ The following papers/articles/slides can help you to understand the general desi
134134
* [DropBox Design](https://www.youtube.com/watch?v=PE4gwstWhmc)
135135
* [Splunk Architecture](http://www.splunk.com/view/SP-CAAABF9)
136136

137-
###[[]](#toc) <a name='qs'>Hot Questions and Reference:</a>
137+
### [[]](#toc) <a name='qs'>Hot Questions and Reference:</a>
138138

139139
There are some good references for each question. The references here are slides and articles.
140140

@@ -228,15 +228,15 @@ Reference:
228228
Reference:
229229
* [Introduction to Memcached](http://www.slideshare.net/oemebamo/introduction-to-memcached)
230230

231-
###[[]](#toc) <a name='bk'>Good Books:</a>
231+
### [[]](#toc) <a name='bk'>Good Books:</a>
232232

233233
* [Big Data: Principles and best practices of scalable realtime data systems](http://www.amazon.com/Big-Data-Principles-practices-scalable/dp/1617290343)
234234
* [Real-Time Analytics: Techniques to Analyze and Visualize Streaming Data](http://www.amazon.com/Real-Time-Analytics-Techniques-Visualize-Streaming/dp/1118837916)
235235
* [Building Microservices](http://www.amazon.com/Building-Microservices-Sam-Newman/dp/1491950358)
236236

237-
###[[]](#toc) <a name='ood'>Object Oriented Design:</a>
237+
### [[]](#toc) <a name='ood'>Object Oriented Design:</a>
238238

239-
####Tips for OOD Interview
239+
#### Tips for OOD Interview
240240

241241
**Clarify the scenario, write out user cases**
242242

@@ -254,7 +254,7 @@ Identify attributes for each class: change noun to variable and action to method
254254

255255
Use design patterns such that it can be reused in multiple applications.
256256

257-
####Useful Websites
257+
#### Useful Websites
258258

259259
* [101 Design Patterns & Tips for Developers](http://sourcemaking.com/design-patterns-and-tips)
260260

0 commit comments

Comments
 (0)