1
1
const courses = {
2
2
'course 1: github action setup' : {
3
3
title : 'Course 1: GitHub Action Setup' ,
4
+ author : 'Dev Gautam Kumar' ,
4
5
image : 'https://dummyimage.com/600x400/000/fff&text=GitHub+Action' ,
5
6
description : 'Learn how to automate your development workflows with GitHub Actions.' ,
6
7
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -15,6 +16,7 @@ const courses = {
15
16
} ,
16
17
'course 2: github pages guide' : {
17
18
title : 'Course 2: GitHub Pages Guide' ,
19
+ author : 'Dev Gautam Kumar' ,
18
20
image : 'https://dummyimage.com/600x400/000/fff&text=GitHub+Pages' ,
19
21
description : 'Deploy static websites using GitHub Pages.' ,
20
22
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -28,6 +30,7 @@ const courses = {
28
30
} ,
29
31
'course 3: introduction to firebase' : {
30
32
title : 'Course 3: Introduction to Firebase' ,
33
+ author : 'Dev Gautam Kumar' ,
31
34
image : 'https://dummyimage.com/600x400/000/fff&text=Firebase' ,
32
35
description : 'Get started with Firebase to build modern web and mobile apps.' ,
33
36
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -41,6 +44,7 @@ const courses = {
41
44
} ,
42
45
'course 4: working with cloudflare' : {
43
46
title : 'Course 4: Working with Cloudflare' ,
47
+ author : 'Dev Gautam Kumar' ,
44
48
image : 'https://dummyimage.com/600x400/000/fff&text=Cloudflare' ,
45
49
description : 'Learn how to use Cloudflare to enhance website performance and security.' ,
46
50
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -54,6 +58,7 @@ const courses = {
54
58
} ,
55
59
'course 5: everything you need to know about domain hosting' : {
56
60
title : 'Course 5: Everything You Need to Know About Domain Hosting' ,
61
+ author : 'Dev Gautam Kumar' ,
57
62
image : 'https://dummyimage.com/600x400/000/fff&text=Domain+Hosting' ,
58
63
description : 'A comprehensive guide to understanding domain registration and hosting.' ,
59
64
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -67,6 +72,7 @@ const courses = {
67
72
} ,
68
73
'course 6: how to: discord bot' : {
69
74
title : 'Course 6: How to Build a Discord Bot?' ,
75
+ author : 'Dev Gautam Kumar' ,
70
76
image : 'https://dummyimage.com/600x400/000/fff&text=Discord+Bot' ,
71
77
description : 'Learn how to create and deploy a Discord bot using JavaScript.' ,
72
78
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -80,6 +86,7 @@ const courses = {
80
86
} ,
81
87
'course 7: how to: telegram bot' : {
82
88
title : 'Course 7: How to Build a Telegram Bot?' ,
89
+ author : 'Dev Gautam Kumar' ,
83
90
image : 'https://dummyimage.com/600x400/000/fff&text=Telegram+Bot' ,
84
91
description : 'Create and manage a Telegram bot using the Telegram Bot API.' ,
85
92
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -93,6 +100,7 @@ const courses = {
93
100
} ,
94
101
'course 8: using webhooks for dev' : {
95
102
title : 'Course 8: Using Webhooks for Dev' ,
103
+ author : 'Dev Gautam Kumar' ,
96
104
image : 'https://dummyimage.com/600x400/000/fff&text=Webhooks' ,
97
105
description : 'Master the art of integrating webhooks into your applications.' ,
98
106
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -106,6 +114,7 @@ const courses = {
106
114
} ,
107
115
'course 9: oh my zsh setup' : {
108
116
title : 'Course 9: OH MY ZSH Setup' ,
117
+ author : 'Dev Gautam Kumar' ,
109
118
image : 'https://dummyimage.com/600x400/000/fff&text=ZSH+Setup' ,
110
119
description : 'Enhance your terminal experience with OH MY ZSH.' ,
111
120
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -118,6 +127,7 @@ const courses = {
118
127
} ,
119
128
'course 10: learn to customize terminal' : {
120
129
title : 'Course 10: Learn to Customize Terminal' ,
130
+ author : 'Dev Gautam Kumar' ,
121
131
image : 'https://dummyimage.com/600x400/000/fff&text=Customize+Terminal' ,
122
132
description : 'Learn how to create a productive and visually appealing terminal environment.' ,
123
133
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -130,6 +140,7 @@ const courses = {
130
140
} ,
131
141
'course 11: windows operational' : {
132
142
title : 'Course 11: Windows Operational' ,
143
+ author : 'Dev Gautam Kumar' ,
133
144
image : 'https://dummyimage.com/600x400/000/fff&text=Windows+Operational' ,
134
145
description : 'A complete guide to operating and optimizing your Windows system for development.' ,
135
146
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -142,6 +153,7 @@ const courses = {
142
153
} ,
143
154
'course 12: linux for devs' : {
144
155
title : 'Course 12: Linux for Devs' ,
156
+ author : 'Dev Gautam Kumar' ,
145
157
image : 'https://dummyimage.com/600x400/000/fff&text=Linux+for+Devs' ,
146
158
description : 'Master Linux commands and workflows for software development.' ,
147
159
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -154,6 +166,7 @@ const courses = {
154
166
} ,
155
167
'course 13: portfolio development' : {
156
168
title : 'Course 13: Portfolio Development' ,
169
+ author : 'Dev Gautam Kumar' ,
157
170
image : 'https://dummyimage.com/600x400/000/fff&text=Portfolio+Development' ,
158
171
description : 'Build and showcase your skills with a professional online portfolio.' ,
159
172
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -166,6 +179,7 @@ const courses = {
166
179
} ,
167
180
'course 14: guide to page indexing' : {
168
181
title : 'Course 14: Guide to Page Indexing' ,
182
+ author : 'Dev Gautam Kumar' ,
169
183
image : 'https://dummyimage.com/600x400/000/fff&text=Page+Indexing' ,
170
184
description : 'Understand the process and importance of search engine indexing.' ,
171
185
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -178,6 +192,7 @@ const courses = {
178
192
} ,
179
193
'course 15: why to use codespace' : {
180
194
title : 'Course 15: Why Use Codespace?' ,
195
+ author : 'Dev Gautam Kumar' ,
181
196
image : 'https://dummyimage.com/600x400/000/fff&text=Codespace' ,
182
197
description : 'Learn why Codespace is essential for cloud-based development.' ,
183
198
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -190,6 +205,7 @@ const courses = {
190
205
} ,
191
206
'course 16: website prototype designing' : {
192
207
title : 'Course 16: Website Prototype Designing' ,
208
+ author : 'Dev Gautam Kumar' ,
193
209
image : 'https://dummyimage.com/600x400/000/fff&text=Prototype+Designing' ,
194
210
description : 'Learn the principles of website prototyping and user interface design.' ,
195
211
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -202,6 +218,7 @@ const courses = {
202
218
} ,
203
219
'course 17: how to request a pull request' : {
204
220
title : 'Course 17: How to Request a Pull Request?' ,
221
+ author : 'Dev Gautam Kumar' ,
205
222
image : 'https://dummyimage.com/600x400/000/fff&text=Pull+Request' ,
206
223
description : 'Master the process of contributing to open-source projects via pull requests.' ,
207
224
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -214,6 +231,7 @@ const courses = {
214
231
} ,
215
232
'course 18: working with readme' : {
216
233
title : 'Course 18: Working with README' ,
234
+ author : 'Dev Gautam Kumar' ,
217
235
image : 'https://dummyimage.com/600x400/000/fff&text=README' ,
218
236
description : 'Learn to create clear and effective README files for your projects.' ,
219
237
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -226,6 +244,7 @@ const courses = {
226
244
} ,
227
245
'course 19: code websites in snaps (bootstrap)' : {
228
246
title : 'Course 19: Code Websites in Snaps (Bootstrap)' ,
247
+ author : 'Dev Gautam Kumar' ,
229
248
image : 'https://dummyimage.com/600x400/000/fff&text=Bootstrap' ,
230
249
description : 'Learn to build responsive websites quickly using Bootstrap.' ,
231
250
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -238,6 +257,7 @@ const courses = {
238
257
} ,
239
258
'course 20: code websites in snaps (tailwind)' : {
240
259
title : 'Course 20: Code Websites in Snaps (Tailwind)' ,
260
+ author : 'Dev Gautam Kumar' ,
241
261
image : 'https://dummyimage.com/600x400/000/fff&text=Tailwind' ,
242
262
description : 'Create modern websites quickly with Tailwind CSS.' ,
243
263
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -250,6 +270,7 @@ const courses = {
250
270
} ,
251
271
'course 21: fix browser routing in gh pages' : {
252
272
title : 'Course 21: Fix Browser Routing in GH Pages' ,
273
+ author : 'Dev Gautam Kumar' ,
253
274
image : 'https://dummyimage.com/600x400/000/fff&text=Browser+Routing' ,
254
275
description : 'Learn how to fix common routing issues in GitHub Pages.' ,
255
276
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -261,6 +282,7 @@ const courses = {
261
282
} ,
262
283
'course 22: centering an element' : {
263
284
title : 'Course 22: Centering an Element' ,
285
+ author : 'Dev Gautam Kumar' ,
264
286
image : 'https://dummyimage.com/600x400/000/fff&text=Centering' ,
265
287
description : 'Learn how to center elements using CSS.' ,
266
288
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -273,6 +295,7 @@ const courses = {
273
295
} ,
274
296
'course 23: convert raw json data to web interface' : {
275
297
title : 'Course 23: Convert Raw JSON Data to Web Interface' ,
298
+ author : 'Dev Gautam Kumar' ,
276
299
image : 'https://dummyimage.com/600x400/000/fff&text=JSON+to+Web' ,
277
300
description : 'Learn to display and manipulate JSON data on your website.' ,
278
301
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -285,6 +308,7 @@ const courses = {
285
308
} ,
286
309
'course 24: working with linux in windows wsl' : {
287
310
title : 'Course 24: Working with Linux in Windows WSL' ,
311
+ author : 'Dev Gautam Kumar' ,
288
312
image : 'https://dummyimage.com/600x400/000/fff&text=WSL' ,
289
313
description : 'Learn to use the Windows Subsystem for Linux (WSL) for development.' ,
290
314
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -297,6 +321,7 @@ const courses = {
297
321
} ,
298
322
'course 25: designing cli with ascii characters' : {
299
323
title : 'Course 25: Designing CLI with ASCII Characters' ,
324
+ author : 'Dev Gautam Kumar' ,
300
325
image : 'https://dummyimage.com/600x400/000/fff&text=CLI+Design' ,
301
326
description : 'Learn how to make your CLI programs visually appealing with ASCII.' ,
302
327
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -309,6 +334,7 @@ const courses = {
309
334
} ,
310
335
'course 26: hosting a free site' : {
311
336
title : 'Course 26: Hosting a Free Site' ,
337
+ author : 'Dev Gautam Kumar' ,
312
338
image : 'https://dummyimage.com/600x400/000/fff&text=Free+Hosting' ,
313
339
description : 'Learn how to host a website for free using popular platforms.' ,
314
340
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -321,6 +347,7 @@ const courses = {
321
347
} ,
322
348
'course 27: registering a free domain' : {
323
349
title : 'Course 27: Registering a Free Domain' ,
350
+ author : 'Dev Gautam Kumar' ,
324
351
image : 'https://dummyimage.com/600x400/000/fff&text=Free+Domain' ,
325
352
description : 'Learn how to get a free domain for your website.' ,
326
353
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -333,6 +360,7 @@ const courses = {
333
360
} ,
334
361
'course 28: using modules in several languages' : {
335
362
title : 'Course 28: Using Modules in Several Languages' ,
363
+ author : 'Dev Gautam Kumar' ,
336
364
image : 'https://dummyimage.com/600x400/000/fff&text=Modules' ,
337
365
description : 'Learn to use and create modules across different programming languages.' ,
338
366
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -345,6 +373,7 @@ const courses = {
345
373
} ,
346
374
'course 29: getting started in cybersec: kid package' : {
347
375
title : 'Course 29: Getting Started in Cybersecurity: Kid Package' ,
376
+ author : 'Dev Gautam Kumar' ,
348
377
image : 'https://dummyimage.com/600x400/000/fff&text=Cybersecurity+Basics' ,
349
378
description : 'An introductory guide to cybersecurity for beginners.' ,
350
379
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -357,6 +386,7 @@ const courses = {
357
386
} ,
358
387
'course 30: python for web scraping' : {
359
388
title : 'Course 30: Python for Web Scraping' ,
389
+ author : 'Dev Gautam Kumar' ,
360
390
image : 'https://dummyimage.com/600x400/000/fff&text=Web+Scraping' ,
361
391
description : 'Learn to extract data from websites using Python.' ,
362
392
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -369,6 +399,7 @@ const courses = {
369
399
} ,
370
400
'course 31: automate arduino speech recognition based project' : {
371
401
title : 'Course 31: Automate Arduino Speech Recognition Based Project' ,
402
+ author : 'Dev Gautam Kumar' ,
372
403
image : 'https://dummyimage.com/600x400/000/fff&text=Arduino+Speech+Recognition' ,
373
404
description : 'Learn to create an Arduino project with speech recognition features.' ,
374
405
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
@@ -381,6 +412,7 @@ const courses = {
381
412
} ,
382
413
'course 32: android debug bridge for devs' : {
383
414
title : 'Course 32: Android Debug Bridge (ADB) for Devs' ,
415
+ author : 'Dev Gautam Kumar' ,
384
416
image : 'https://dummyimage.com/600x400/000/fff&text=Android+ADB' ,
385
417
description : 'Learn how to use Android Debug Bridge (ADB) for app development and debugging.' ,
386
418
ytb_vid :`https://www.youtube.com/watch?v=8lEsbcUSoU8` ,
0 commit comments