-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcertificates.json
More file actions
132 lines (132 loc) · 5.25 KB
/
Copy pathcertificates.json
File metadata and controls
132 lines (132 loc) · 5.25 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
[
{
"lessons": [
"1-fundamentals/what-is-devchallenges",
"1-fundamentals/where-to-get-help",
"1-fundamentals/visual-studio-code-introduction",
"1-fundamentals/command-line-basics",
"1-fundamentals/introduction-to-git-and-github",
"1-fundamentals/writing-good-commit-messages",
"1-fundamentals/free-hosting-for-web-projects"
],
"certificate": "1-fundamentals",
"title": "Developer",
"description": "You have completed the fundamentals of web development. You have gained knowledge in using Git for version control and hosting websites",
"interactiveTutorials": [],
"challenges": [],
"id": 0
},
{
"lessons": [
"2-responsive-web/introduction-to-html-and-css",
"2-responsive-web/html-cheat-sheet",
"2-responsive-web/css-essential-cheat-sheet",
"2-responsive-web/css-flexbox",
"2-responsive-web/css-grid",
"2-responsive-web/css-positioning",
"2-responsive-web/css-units",
"2-responsive-web/css-functions",
"2-responsive-web/css-custom-properties",
"2-responsive-web/css-advanced-selectors",
"2-responsive-web/css-animation",
"2-responsive-web/responsive-design",
"2-responsive-web/form-and-form-validation",
"2-responsive-web/accessibility"
],
"certificate": "2-responsive-web",
"description": "gained knowledge in using HTML and CSS for building Responsive Website.",
"interactiveTutorials": [],
"challenges": [],
"id": 1,
"title": "Responsive Web Roadmap",
"instructions": "Complete at least 70% of the roadmap and a minimum of 8 challenges to earn this certificate",
"challenge_ids": [
73, 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 34, 33, 32, 31, 30, 29,
28, 27
],
"minimal_completion": 8,
"challenges_link": "/challenges-dashboard?path=%2C1",
"path_id": 1
},
{
"lessons": [
"3-javascript/introduction-to-javascript",
"3-javascript/javascript-variables-and-data-types",
"3-javascript/javascript-functions",
"3-javascript/javascript-arrays",
"3-javascript/javascript-objects",
"3-javascript/javascript-loops",
"3-javascript/javascript-conditionals",
"3-javascript/javascript-modules-basics",
"3-javascript/javascript-recursion",
"3-javascript/javascript-dom-and-events",
"3-javascript/javascript-scope-and-closures",
"3-javascript/javascript-async-and-api",
"3-javascript/javascript-functional-programming",
"3-javascript/javascript-oop-concepts",
"3-javascript/javascript-regular-expressions",
"3-javascript/javascript-storing-data-in-browser",
"3-javascript/introduction-to-typescript",
"3-javascript/typescript-oop-concepts",
"3-javascript/typescript-generics",
"3-javascript/typescript-modules",
"3-javascript/typescript-decorators",
"3-javascript/typescript-advanced-concepts"
],
"certificate": "3-javascript",
"description": "gained knowledge in using JavaScript and TypeScript for building dynamic and interactive websites.",
"interactiveTutorials": [],
"challenges": [],
"id": 2,
"title": "JavaScript Roadmap",
"instructions": "Complete at least 70% of the roadmap and a minimum of 5 challenges to earn this certificate",
"challenge_ids": [41, 40, 39, 38, 37, 36, 35, 74],
"minimal_completion": 5,
"challenges_link": "/challenges-dashboard?path=%2C2",
"path_id": 2
},
{
"lessons": [
"4-frontend-libraries/introduction-to-react",
"4-frontend-libraries/setting-up-react",
"4-frontend-libraries/jsx-in-react",
"4-frontend-libraries/react-components",
"4-frontend-libraries/react-state-management",
"4-frontend-libraries/side-effects-in-react",
"4-frontend-libraries/react-router",
"4-frontend-libraries/context-api",
"4-frontend-libraries/react-hook-deep-dive",
"4-frontend-libraries/custom-hooks",
"4-frontend-libraries/react-patterns",
"4-frontend-libraries/error-boundaries",
"4-frontend-libraries/react-performance-optimization",
"4-frontend-libraries/react-19-new-features",
"4-frontend-libraries/react-server-components"
],
"certificate": "4-frontend-libraries",
"title": "Frontend Roadmap",
"description": "gained knowledge in using popular frameworks like React or Vue.js for building scalable and maintainable web applications.",
"interactiveTutorials": [],
"challenges": [],
"id": 3,
"instructions": "Complete at least 70% of the roadmap and a minimum of 5 challenges to earn this certificate",
"challenge_ids": [54, 52, 51, 50, 49, 48, 47, 46, 45, 42],
"minimal_completion": 5,
"challenges_link": "/challenges-dashboard?path=%2C3",
"path_id": 3
},
{
"lessons": [],
"certificate": "5-fullstack",
"title": "Fullstack Roadmap",
"description": "gained knowledge in using backend technologies for building RESTful APIs and managing databases.",
"interactiveTutorials": [],
"challenges": [],
"id": 4,
"instructions": "Complete at least 70% of the roadmap and a minimum of 5 challenges to earn this certificate",
"challenge_ids": [61, 60, 59, 58, 57, 56],
"minimal_completion": 5,
"challenges_link": "/challenges-dashboard?path=%2C4",
"path_id": 4
}
]