Skip to content

Commit d96c36f

Browse files
Chris WuChris Wu
Chris Wu
authored and
Chris Wu
committed
resources
1 parent f7567ca commit d96c36f

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,30 @@
55

66
3. The question is at `https://leetcode.com/problems/the-file-name/`.
77

8-
For example, `merge-sorted-array.py`'s question is at `https://leetcode.com/problems/merge-sorted-array/`.
8+
For example, `merge-sorted-array.py`'s question is at `https://leetcode.com/problems/merge-sorted-array/`.
9+
10+
# Really Great Resources
11+
## System Design
12+
<https://github.com/shashank88/system_design>
13+
14+
## Data Structure and Algorithm
15+
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.
16+
<https://classroom.udacity.com/courses/ud513>
17+
18+
## Architecture 101
19+
<https://engineering.videoblocks.com/web-architecture-101-a3224e126947>
20+
21+
## Overall Mindset
22+
This is a speech from Sean Lee on "How to Get a Job at the Big 4". I highly recommend this because it gives me the right mindset on how to put in the work.
23+
<https://youtu.be/YJZCUhxNCv8>
24+
25+
CS DoJo on "How I Got a Job at Google as a Software Engineer". There are also lots of technique on coding interview in his channel.
26+
<https://www.youtube.com/watch?v=UPO-9iMjBpc>
27+
28+
## How to scale up
29+
There are also lots of tech interview related topic in his channel.
30+
<https://www.youtube.com/watch?v=yPF94QiI2qk&t=385s>
31+
32+
## Interview Question Survey
33+
<https://www.glassdoor.com/index.htm>
34+
<https://www.careercup.com/>

0 commit comments

Comments
 (0)