-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlessons.json
More file actions
66 lines (66 loc) · 1.75 KB
/
lessons.json
File metadata and controls
66 lines (66 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[
{
"name": "Serving Static Websites Using Express",
"path": "/lesson-express-static-site",
"topics": ["static sites", "express.js"]
},
{
"name": "CRUD API Built with NeDB and Express",
"path": "/lesson-nedb-crud-api",
"topics": ["api", "crud", "nedb", "express.js"]
},
{
"name": "CRUD API with NeDB, JOI Validation and Promises",
"path": "/lesson-nedb-crud-api-async-validation",
"topics": [
"api",
"crud",
"nedb",
"express.js",
"validation",
"joi schema",
"promises",
"async/await"
]
},
{
"name": "Promises and Async/Await",
"path": "/lesson-promises-async-await",
"topics": ["static sites", "express.js", "promises", "async/await"]
},
{
"name": "Generate Static Site Using Node",
"path": "/lesson-generate-static-site",
"topics": ["static sites", "express.js"]
},
{
"name": "Make HTTP Requests Using Node",
"path": "/lesson-make-http-request",
"topics": ["api", "http", "axios", "async/await", "promises"]
},
{
"name": "Destructuring Examples",
"path": "/lesson-destructuring-examples",
"topics": ["destructuring", "collection", "json"]
},
{
"name": "Basic CLI Built with Arg, Inquirer and ESM",
"path": "/lesson-cli",
"topics": ["cli", "interactive", "arg", "inquirer", "esm"]
},
{
"name": "Environment Configuration Using Dotenv",
"path": "/lesson-env-config",
"topics": ["dotenv", "env", "config"]
},
{
"name": "Make API Request From Client",
"path": "/lesson-make-api-request-from-client",
"topics": ["api", "http", "client", "fetch"]
},
{
"name": "Design Basics for Non-Designers",
"path": "/lesson-design-basics",
"topics": ["design", "css", "ui"]
}
]