-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnodejs.json
More file actions
17 lines (17 loc) · 744 Bytes
/
Copy pathnodejs.json
File metadata and controls
17 lines (17 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"tech": "Node.js",
"emoji": "🟢",
"tagline": "JavaScript on the server side",
"description": "Node.js lets you run JavaScript outside the browser, ideal for building APIs and real-time apps.",
"category": "Backend",
"level": "Intermediate",
"videoUrl": "https://www.youtube.com/watch?v=TlB_eWDSMt4",
"videoEmbedUrl": "https://www.youtube.com/embed/TlB_eWDSMt4",
"videoTitle": "Node.js Full Course for Beginners (Programming with Mosh)",
"nextSteps": [
"Build a REST API with Express",
"Learn file system and HTTP modules",
"Connect to a database"
],
"videoId": "TlB_eWDSMt4"
}