Skip to content

Commit b2f6a8f

Browse files
Chris WuChris Wu
Chris Wu
authored and
Chris Wu
committed
update readme
1 parent ef355bc commit b2f6a8f

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

README.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Because I wanted to help others like me.
66
If you like my answer, a star on GitHub means a lot to me.
77
https://github.com/wuduhren/leetcode-python
88

9+
910
# Similar Problems
1011
I found it make sense to do similar problems together, so that we can recognize the problem faster when we encounter a new one.
1112

@@ -139,6 +140,21 @@ I found it make sense to do similar problems together, so that we can recognize
139140

140141
This [list](https://docs.google.com/spreadsheets/d/1SbpY-04Cz8EWw3A_LBUmDEXKUMO31DBjfeMoA0dlfIA/edit#gid=126913158) is made by **huahua**, I found this on his [youtube](https://www.youtube.com/user/xxfflower/videos).
141142

143+
144+
# System Design
145+
1. More resource
146+
<https://github.com/shashank88/system_design>
147+
148+
2. Architecture 101
149+
<https://engineering.videoblocks.com/web-architecture-101-a3224e126947>
150+
151+
3. How to scale up? There are also lots of tech interview related topic in his channel.
152+
<https://www.youtube.com/watch?v=yPF94QiI2qk&t=385s>
153+
154+
4. Narendra talks about many system design.
155+
<https://www.youtube.com/channel/UCn1XnDWhsLS5URXTi5wtFTA/playlists>
156+
157+
142158
# Other Resources
143159
These are the interview resources I personally used and only if it is really helpful I will put it here.
144160

@@ -165,19 +181,12 @@ These are the interview resources I personally used and only if it is really hel
165181
Basic data structure and algorithm online course taught in Python. This course is design to help you find job and do well in the interview.
166182
<https://classroom.udacity.com/courses/ud513>
167183

168-
## System Design
169-
1. More resource
170-
<https://github.com/shashank88/system_design>
171-
172-
2. Architecture 101
173-
<https://engineering.videoblocks.com/web-architecture-101-a3224e126947>
174-
175-
3. How to scale up? There are also lots of tech interview related topic in his channel.
176-
<https://www.youtube.com/watch?v=yPF94QiI2qk&t=385s>
177-
178-
4. Narendra talks about many system design.
179-
<https://www.youtube.com/channel/UCn1XnDWhsLS5URXTi5wtFTA/playlists>
180-
181184
## Interview Question Survey
182185
<https://www.glassdoor.com/index.htm>
183186
<https://www.careercup.com/>
187+
188+
189+
# Interview Knowledge Base Quesion
190+
1. [Session vs Cookie](https://medium.com/@chriswrite/session-vs-cookie-software-engineer-top-asked-question-1-9bdbc0766739)
191+
2. [Token Authentication](https://medium.com/@chriswrite/token-authentication-software-engineer-top-asked-question-2-76dd2ed7c2d5)
192+
Still making

0 commit comments

Comments
 (0)