-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystemdesign.json
More file actions
17 lines (17 loc) · 834 Bytes
/
Copy pathsystemdesign.json
File metadata and controls
17 lines (17 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"tech": "System Design",
"emoji": "âš™ï¸",
"tagline": "Design scalable, reliable systems",
"description": "System Design covers architecting large-scale distributed systems — critical for senior engineering interviews and real-world apps.",
"category": "Core CS",
"level": "Advanced",
"videoUrl": "https://www.youtube.com/watch?v=UzLMhqg3_Wc",
"videoTitle": "System Design Full Course (Gaurav Sen)",
"nextSteps": [
"Learn about load balancers, caching, and databases",
"Study CAP theorem and consistency models",
"Practice designing systems like Twitter or Netflix"
],
"videoEmbedUrl": "https://www.youtube.com/embed/UzLMhqg3_Wc",
"videoId": "UzLMhqg3_Wc"
}