-
Notifications
You must be signed in to change notification settings - Fork 75
/
paths.json
163 lines (162 loc) · 4.91 KB
/
paths.json
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
[
{
"id" : 1,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Fundamentals of AWS",
"link" : "https://www.educative.io/path/fundamentals-of-aws",
"difficulty" : "Beginner",
"module_number" : 3,
"certification" : "paid"
},
{
"id" : 2,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Become an AWS Professional",
"link" : "https://www.educative.io/path/become-an-aws-professional",
"difficulty" : "Intermediate",
"module_number" : 3,
"certification" : "paid"
},
{
"id" : 3,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Python for Programmers",
"link" : "https://www.educative.io/path/python-for-programmers",
"difficulty" : "Beginner",
"module_number" : 5,
"certification" : "paid"
},
{
"id" : 4,
"platform" : "educative",
"free_course" : "no",
"course_name" : "DevOps for Developers",
"link" : "https://www.educative.io/path/devops-for-developers",
"difficulty" : "Beginner",
"module_number" : 10,
"certification" : "paid"
},
{
"id" : 5,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Fundamentals of DevOps",
"link" : "https://www.educative.io/path/fundamentals-of-devops",
"difficulty" : "Beginner",
"module_number" : 4,
"certification" : "paid"
},
{
"id" : 6,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Become an AWS and Terraform Expert",
"link" : "https://www.educative.io/path/become-an-aws-and-terraform-expert",
"difficulty" : "Beginner",
"module_number" : 3,
"certification" : "paid"
},
{
"id" : 7,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Become a Machine Learning Engineer",
"link" : "https://www.educative.io/path/become-a-machine-learning-engineer",
"difficulty" : "Intermediate",
"module_number" : 6,
"certification" : "paid"
},
{
"id" : 8,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Ace the Python Coding Interview",
"link" : "https://www.educative.io/path/ace-python-coding-interview",
"difficulty" : "Beginner",
"module_number" : 7,
"certification" : "paid"
},
{
"id" : 9,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Pandas: Python for Data Analysis",
"link" : "https://www.educative.io/path/python-for-data-analysis",
"difficulty" : "Intermediate",
"module_number" : 5,
"certification" : "paid"
},
{
"id" : 10,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Ace the Java Coding Interview",
"link" : "https://www.educative.io/path/ace-java-coding-interview",
"difficulty" : "Beginner",
"module_number" : 7,
"certification" : "paid"
},
{
"id" : 11,
"platform" : "educative",
"free_course" : "no",
"course_name" : "React for Front-End Developers",
"link" : "https://www.educative.io/path/react-front-end-developer",
"difficulty" : "Beginner",
"module_number" : 4,
"certification" : "paid"
},
{
"id" : 12,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Zero to Hero in Front-End Development with Angular",
"link" : "https://www.educative.io/path/zero-to-hero-in-front-end-development-with-angular",
"difficulty" : "Beginner",
"module_number" : 6,
"certification" : "paid"
},
{
"id" : 13,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Pandas: Python for Data Analysis",
"link" : "https://www.educative.io/path/python-for-data-analysis",
"difficulty" : "intermediate",
"module_number" : 5,
"certification" : "paid"
},
{
"id" : 16,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Become a Distributed Systems Professional",
"link" : "https://www.educative.io/path/become-a-distributed-systems-professional",
"difficulty" : "beginner",
"module_number" : 3,
"certification" : "paid"
},
{
"id" : 15,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Ace the APIs for Social Media",
"link" : "https://www.educative.io/path/ace-the-api-for-social-media",
"difficulty" : "beginner",
"module_number" : 3,
"certification" : "paid"
},
{
"id" : 14,
"platform" : "educative",
"free_course" : "no",
"course_name" : "Computer Science Bootcamp",
"link" : "https://www.educative.io/path/computer-science-bootcamp",
"difficulty" : "beginner",
"module_number" : 21,
"certification" : "paid"
}
]