-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathLanguages.js
More file actions
366 lines (361 loc) · 16.6 KB
/
Languages.js
File metadata and controls
366 lines (361 loc) · 16.6 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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
let languages = [
{
title: "C++",
path: "/languages/cpp",
image: "https://download.logo.wine/logo/C%2B%2B/C%2B%2B-Logo.wine.png",
documentation: "https://devdocs.io/cpp/",
content: {
youtube: [
"https://www.youtube.com/watch?v=vLnPwxZdW4Y ",
"https://www.youtube.com/watch?v=_bYFu9mBnr4 ",
"https://www.youtube.com/playlist?list=PLVlQHNRLflP8_DGKcMoRw-TYJJALgGu4J ",
"https://www.youtube.com/watch?v=mUQZ1qmKlLY"
],
websites: [
"https://www.reddit.com/r/cpp/ ",
"https://stackoverflow.com/questions/tagged/C++ ",
"https://gist.github.com/johnmcfarlane/1b2d9c83e4d3f700ba61e2df4077c613 ",
"https://www.cplusplus.com/",
"https://www.mycplus.com/featured-articles/50-c-cpp-source-code-websites/",
"https://www.geeksforgeeks.org/c-plus-plus/"
],
courses: [
"https://www.codingninjas.com/courses/onlline-c-plus-plus-course ",
"https://www.udemy.com/course/unrealcourse/ ",
"https://codingblocks.com/classroom-courses/c-plus-plus-for-beginners.html",
"https://www.udemy.com/course/beginning-c-plus-plus-programming/"
],
tips: [
"https://medium.com/dsc-dypcoe/must-know-c-tips-and-tricks-for-competitive-programming-part-1-d8a4d38243f5",
"https://www.informit.com/articles/article.aspx?p=1712962",
"http://www.cplusplus.com/articles/tips/ ",
"https://medium.com/@marinamakarova/26-tips-on-c-programming-61cb54900234 "
],
github: [
"https://github.com/trending/c++",
"https://github.com/TheAlgorithms/C-Plus-Plus",
"https://gist.github.com/johnmcfarlane/1b2d9c83e4d3f700ba61e2df4077c613",
"https://github.com/facebook/folly"
]
}
},
{
title: "C#",
path: "/languages/c#",
image:
"https://fiverr-res.cloudinary.com/images/q_auto,f_auto/gigs/131633729/original/7dd1af11d0c947b49b002eee795f24b3403cc0e6/code-in-c-sharp-for-your-project.png",
documentation: "https://docs.microsoft.com/en-us/dotnet/csharp/",
content: {
youtube: [
"https://www.youtube.com/watch?v=SuLiu5AK9Ps",
"https://www.youtube.com/watch?v=GhQdlIFylQ8",
"https://www.youtube.com/watch?v=gfkTfcpWqAY",
"https://www.youtube.com/watch?v=IFayQioG71A",
"https://www.youtube.com/watch?v=wLg-XdAmrak",
"https://www.youtube.com/watch?v=zfz49gjnjcY"
],
websites: [
"https://www.tutorialspoint.com/csharp/index.htm",
"https://docs.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/?redirectedfrom=MSDN",
"https://dotnet.microsoft.com/apps/aspnet",
"https://stackify.com/learn-c-sharp-tutorials/",
"https://csharp-station.com/",
"https://csharp-station.com/ExternLinks/CSharpSites"
],
courses: [
"https://www.coursera.org/learn/introduction-programming-unity",
"https://www.coursera.org/projects/programming-in-c",
"https://www.udemy.com/course/basics-of-object-oriented-programming-with-csharp/",
"https://www.udemy.com/course/understandingc/",
"https://www.udemy.com/course/programming-fundamentals-the-basics-with-c-for-beginners/",
"https://www.udemy.com/course/c-sharp-programming/"
],
tips: [
"https://www.feedspot.com/infiniterss.php?_src=feed_title&followfeedid=4653641&q=site:https%3A%2F%2Fwww.c-sharpcorner.com%2Frss%2Farticles%2Fcsharp-programming-articles",
"https://www.feedspot.com/infiniterss.php?_src=feed_title&followfeedid=4652200&q=site:http%3A%2F%2Fcsharphelper.com%2Fblog%2Ffeed%2F",
"https://www.feedspot.com/infiniterss.php?_src=feed_title&followfeedid=5272512&q=site:https%3A%2F%2Fwww.csharpnet.co.in%2Ffeed%2F",
"https://www.feedspot.com/infiniterss.php?_src=feed_title&followfeedid=4651769&q=site:http%3A%2F%2Fwww.thebestcsharpprogrammerintheworld.com%2Ffeed%2F",
"https://www.feedspot.com/infiniterss.php?_src=feed_title&followfeedid=5024536&q=site:https%3A%2F%2Fchristianfindlay.com%2Ffeed%2F"
],
github: [
"https://github.com/grpc/grpc",
"https://github.com/shadowsocks/shadowsocks-windows",
"https://github.com/nothings/stb",
"https://github.com/GavinYellow/SharpSCADA"
]
}
},
{
title: "C",
path: "/languages/c",
image:
"https://cdn.iconscout.com/icon/free/png-512/c-programming-569564.png",
documentation: "https://devdocs.io/c/",
content: {
youtube: [
"https://youtu.be/KJgsSFOSQv0",
"https://youtu.be/wKoGImLA2KA",
"https://youtu.be/8PopR3x-VMY",
"https://youtu.be/Bjzfag1zZPg",
"https://youtu.be/EjavYOFoJJ0",
"https://youtu.be/RBSGKlAvoiM"
],
websites: [
"https://www.cprogramming.com/",
"https://www.learnc.net/",
"https://www.geeksforgeeks.org/c-programming-language/?ref=ghm",
"https://www.w3schools.in/c-tutorial/",
"https://www.learnvern.com/course/advanced-c-language-tutorial-hindi",
"https://www.learn-c.org/"
],
courses: [
"https://www.udemy.com/course/c-programming-for-beginners-/?ranMID=39197&ranEAID=JVFxdTr9V80&ranSiteID=JVFxdTr9V80-3bw4Bq2UCIxL2BuLyTMy7g&LSNPUBID=JVFxdTr9V80&utm_source=aff-campaign&utm_medium=udemyads",
"https://www.coursera.org/specializations/c-programming?ranMID=40328&ranEAID=JVFxdTr9V80&ranSiteID=JVFxdTr9V80-GVERwFS9oCnq56hxC05uCg&siteID=JVFxdTr9V80-GVERwFS9oCnq56hxC05uCg&utm_content=10&utm_medium=partners&utm_source=linkshare&utm_campaign=JVFxdTr9V80",
"https://www.udemy.com/course/c-programming-for-beginners/?ranMID=39197&ranEAID=JVFxdTr9V80&ranSiteID=JVFxdTr9V80-ggRMpzRFYfzyFmXpkvJV6w&LSNPUBID=JVFxdTr9V80&utm_source=aff-campaign&utm_medium=udemyads",
"https://www.pluralsight.com/courses/c-lang-fundamentals?clickid=RofSH8QI%3AxyLWENwUx0Mo3QnUkBwJTRRdQjoVI0&irgwc=1&mpid=1193463&aid=7010a000001xAKZAA2&utm_medium=digital_affiliate&utm_campaign=1193463&utm_source=impactradius",
"https://www.coursera.org/specializations/c-programming",
"https://nptel.ac.in/courses/106/104/106104128/"
],
tips: [
"https://www.techbeamers.com/top-c-programming-tips-and-tricks-for-you/",
"https://hownot2code.com/2016/11/29/c-programming-tips/",
"https://www.amazon.com/Programming-Language-Brian-W-Kernighan/dp/0131103628",
"https://www.learn-c.org/"
],
github: [
"https://github.com/trending/c",
"https://github.com/TheAlgorithms/C"
]
}
},
{
title: "CSS",
path: "/languages/css",
image:
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT7V8NwiMLHK77hAeQ6XX2jrLlS4ptjoInMyPKXICYzmrIqIbHOykKuhSdfVYCSUWhrLd8&usqp=CAUhttps://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT7V8NwiMLHK77hAeQ6XX2jrLlS4ptjoInMyPKXICYzmrIqIbHOykKuhSdfVYCSUWhrLd8&usqp=CAU",
documentation: "https://developer.mozilla.org/en-US/docs/Web/Css",
content: {
youtube: [
"https://www.youtube.com/watch?v=Edsxf_NBFrw&t=29139s",
"https://www.youtube.com/watch?v=WyxzAU3p8CE",
"https://www.youtube.com/watch?v=-G7bJVAIiEI&t=55s",
"https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ",
"https://www.youtube.com/watch?v=hkQv0NIxKQY",
"https://www.youtube.com/watch?v=CxC925yUxSI"
],
websites: [
"https://developer.mozilla.org/en-US/docs/Web/Css",
"https://www.w3schools.com/css/",
"https://www.geeksforgeeks.org/css-tutorial/",
"https://www.javatpoint.com/css-tutorial",
"https://www.learn-css.org/",
"https://www.codecademy.com/learn/learn-css"
],
courses: [
"https://www.coursera.org/learn/introcss",
"https://www.coursera.org/specializations/web-design",
"https://www.coursera.org/specializations/website-development",
"https://www.coursera.org/learn/responsivedesign",
"https://www.udemy.com/course/css-the-complete-guide-incl-flexbox-grid-sass/",
"https://www.udemy.com/course/design-and-develop-a-killer-website-with-html5-and-css3/"
],
tips: [
"https://css-tricks.com/beginner-css-tips-for-your-blog/",
"https://css-tricks.com/",
"https://bloggingfordevs.com/css-blogs/",
"https://www.creativebloq.com/features/css-tricks-to-revolutionise-your-layouts",
"https://www.webfx.com/blog/web-design/100-exceedingly-useful-css-tips-and-tricks/"
],
github: [
"https://github.com/topics/css",
"https://github.com/primer/css",
"https://github.com/animate-css/animate.css",
"https://github.com/airbnb/css"
]
}
},
{
title: "HTML",
path: "/languages/html",
image:
"https://cdn.pixabay.com/photo/2017/08/05/11/16/logo-2582748_1280.png",
documentation: "https://developer.mozilla.org/en-US/docs/Web/Html",
content: {
youtube: [
"https://www.youtube.com/watch?v=BsDoLVMnmZs",
"https://www.youtube.com/watch?v=qz0aGYrrlhU",
"https://www.youtube.com/watch?v=QXPWs00RD3A",
"https://www.youtube.com/watch?v=pQN-pnXPaVg",
"https://www.youtube.com/watch?v=DmRjKZJ4c7g",
"https://www.youtube.com/watch?v=-G7bJVAIiEI"
],
websites: [
"https://developer.mozilla.org/en-US/docs/Web/Html",
"https://www.w3schools.com/html/",
"https://www.geeksforgeeks.org/html-tutorial/",
"https://www.javatpoint.com/html-tutorial",
"https://www.learn-html.org/",
"https://www.codecademy.com/learn/learn-html"
],
courses: [
"https://www.coursera.org/learn/html-css-javascript-for-web-developers",
"https://www.coursera.org/learn/html",
"https://www.coursera.org/projects/html-css-single-page",
"https://www.udemy.com/course/hmtl5-training/",
"https://www.udemy.com/course/web-development-learn-by-doing-html5-css3-from-scratch-introductory/",
"https://www.codecademy.com/learn/learn-html"
],
tips: [
"https://hacks.mozilla.org/2016/08/a-few-html-tips/",
"https://html.com/blog/",
"https://blogclarity.com/5-html-tips-every-blogger-should-know/",
"https://neilpatel.com/blog/essential-html-tags/",
"https://designyourownblog.com/html-and-css-design-bloggers-guide/"
],
github: [
"https://github.com/whatwg/html",
"https://github.com/h5bp/html5-boilerplate",
"https://github.com/w3c/html",
"https://github.com/niklasvh/html2canvas"
]
}
},
{
title: "Java",
path: "/languages/java",
image: "https://1000logos.net/wp-content/uploads/2020/09/Java-Emblem.jpg",
documentation: "https://docs.oracle.com/javase/tutorial/",
content: {
youtube: [
"https://youtu.be/eIrMbAQSU34",
"https://youtu.be/8cm1x4bC610",
"https://youtu.be/r59xYe3Vyks",
"https://nptel.ac.in/courses/106/105/106105191",
"https://youtu.be/grEKMHGYyns",
"https://youtu.be/hkx_JFFwM1o"
],
websites: [
"https://www.javatpoint.com/java-tutorial",
"https://www.geeksforgeeks.org/java/",
"https://www.w3schools.com/java/",
"https://www.learnjavaonline.org/",
"https://hyperskill.org/tracks/1?_gl=1%2a11ps2ta%2a_ga%2aMTE2OTI3NDAxMS4xNjIzNjAyNjgz%2a_ga_V0XZL7QHEB%2aMTYyMzYwMjY4Mi4xLjEuMTYyMzYwMjczNy4w&_ga=2.218268112.812953107.1623602683-1169274011.1623602683"
],
courses: [
"https://www.udemy.com/course/java-programming-tutorial-for-beginners/",
"https://www.coursera.org/specializations/java-programming",
"https://www.coursera.org/specializations/core-java",
"https://www.coursera.org/specializations/object-oriented-programming",
"https://nptel.ac.in/courses/106/105/106105191/",
"https://codeforcause.org/ds-algo-with-java"
],
tips: [
"goodworklabs.com/java-developer-tips/",
"https://medium.com/javarevisited/9-tips-to-become-a-better-java-programmer-cad4c9334cc1",
"https://dzone.com/articles/10-tips-to-become-a-better-java-developer-in-2018",
"https://www.geeksforgeeks.org/how-do-i-become-a-good-java-programmer/"
],
github: [
"https://github.com/TheAlgorithms/java",
"https://github.com/trending/java",
"https://github.com/codeforcauseorg-archive/DSA-live-Java-March-2021"
]
}
},
{
title: "JavaScript",
path: "/languages/javascript",
image:
"https://1000logos.net/wp-content/uploads/2020/09/JavaScript-Logo.png",
documentation: "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
content: {
youtube: [
"https://youtu.be/uDwSnnhl1Ng",
"https://youtu.be/cvvwkgp4HBg",
"https://youtu.be/Qqx_wzMmFeA",
"https://youtu.be/Lgxgm-T9cgA",
"https://youtu.be/PMsVM7rjupU",
"https://youtu.be/pU722vRd66A"
],
websites: [
"https://developer.mozilla.org/en-US/docs/Web/JavaScript",
"https://www.w3schools.com/js/",
"https://www.geeksforgeeks.org/javascript-tutorial/",
"https://javascript.info/",
"https://www.learn-js.org/",
"https://learnjavascript.online/"
],
courses: [
"https://www.coursera.org/learn/javascript-basics",
"https://www.coursera.org/specializations/javascript-beginner",
"https://www.udemy.com/course/the-complete-javascript-course/",
"https://www.udemy.com/course/modern-javascript-from-the-beginning/",
"https://www.udemy.com/course/javascript-the-complete-guide-2020-beginner-advanced/",
"https://codeforcause.org/ds-algo-with-js"
],
tips: [
"https://blog.bitsrc.io/10-super-useful-tricks-for-javascript-developers-f1b76691199b?gi=ba0dc147e012",
"https://www.educative.io/blog/javascript-tips-simplify-code",
"https://www.lambdatest.com/blog/21-tips-to-become-better-in-javascript-much-much-better/",
"https://ibaslogic.com/how-to-learn-javascript-fast/",
"https://hackr.io/blog/how-to-learn-javascript"
],
github: [
"https://github.com/FrontendMasters/front-end-handbook-2018",
"https://github.com/TheAlgorithms/javascript",
"https://github.com/trending/js",
"https://github.com/codeforcauseorg-archive/DSA-Live-JS-Jan-0121"
]
}
},
{
title: "Python",
path: "/languages/python",
image:
"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/768px-Python-logo-notext.svg.png",
documentation: "https://docs.python.org/3/",
content: {
youtube: [
"https://www.youtube.com/watch?v=_uQrJ0TkZlc ",
"https://www.youtube.com/watch?v=rfscVS0vtbw",
"https://www.youtube.com/watch?v=WGJJIrtnfpk",
"https://www.youtube.com/watch?v=4F2m91eKmts",
"https://www.youtube.com/watch?v=t8pPdKYpowI",
"https://www.youtube.com/watch?v=woVJ4N5nl_s"
],
websites: [
"https://www.geeksforgeeks.org/python-programming-language/",
"https://www.tutorialspoint.com/python/index.htm",
"https://www.upgrad.com/blog/python-projects-ideas-topics-beginners/",
"https://www.programiz.com/python-programming",
"https://data-flair.training/blogs/python-project-ideas/",
"https://intellipaat.com/blog/python-project-ideas-for-beginners/"
],
courses: [
"https://www.udemy.com/share/101W8Q/",
"https://developers.google.com/edu/python/",
"https://www.codecademy.com/catalog/language/python",
"https://www.coursera.org/specializations/python",
"https://www.pepcoding.com/resources/python-and-machine-learning",
"https://www.geeksforgeeks.org/free-python-course-for-beginners/"
],
tips: [
"https://medium.com/star-gazers/10-python-tips-and-tricks-that-make-your-code-better-f8f78d335bae",
"https://medium.com/pythonland/30-python-language-tricks-that-will-make-you-a-better-coder-f08f811a7b0f",
"https://medium.com/fintechexplained/top-python-tips-tricks-dd996b807865",
"https://realpython.com/python-beginner-tips/",
"https://www.geeksforgeeks.org/optimization-tips-python-code/",
"https://www.programming-hero.com/blog/20-python-tips-and-tricks-for-new-python-developers.html"
],
github: [
"https://github.com/codingforentrepreneurs/30-Days-of-Python",
"https://github.com/CodementorIO/Python-Learning-Resources",
"https://github.com/qiwsir/StarterLearningPython",
"https://github.com/jerry-git/learn-python3",
"https://github.com/trekhleb/learn-python",
"https://github.com/coodict/python3-in-one-pic"
]
}
}
];
export default languages;