@@ -50,7 +50,7 @@ const courses = {
50
50
description : 'Learn how to use Cloudflare to enhance website performance and security.' ,
51
51
ytb_vid : 'C7bHn1ZZCXI' ,
52
52
content : `
53
- In # This course, you will learn:
53
+ \n # This course, you will learn:
54
54
\n- DNS management
55
55
\n- Cloudflare CDN
56
56
\n- DDoS protection
@@ -185,7 +185,7 @@ const courses = {
185
185
description : 'Learn about effective indexing strategies for databases.' ,
186
186
ytb_vid : 'C7bHn1ZZCXI' ,
187
187
content : `
188
- In # This course, you will learn:
188
+ \n # This course, you will learn:
189
189
\n- Types of indexing methods
190
190
\n- Implementing indexing in databases
191
191
\n- Optimizing queries with indexing
@@ -276,7 +276,7 @@ const courses = {
276
276
description : 'Create RESTful APIs using Flask in Python.' ,
277
277
ytb_vid : 'C7bHn1ZZCXI' ,
278
278
content : `
279
- In # This course, you will learn:
279
+ \n # This course, you will learn:
280
280
\n- Setting up Flask environment
281
281
\n- Creating routes and handling requests
282
282
\n- Integrating with databases
@@ -341,7 +341,7 @@ const courses = {
341
341
description : 'Learn the basics of containerization using Docker.' ,
342
342
ytb_vid : 'C7bHn1ZZCXI' ,
343
343
content : `
344
- In # This course, you will learn:
344
+ \n # This course, you will learn:
345
345
\n- Setting up Docker environment
346
346
\n- Building and running containers
347
347
\n- Managing container orchestration
@@ -425,7 +425,7 @@ const courses = {
425
425
\n- Designing immersive user experiences
426
426
` ,
427
427
} ,
428
- 'course 33: introduction to programming' : {
428
+ 'course 33: introduction to programming' : {
429
429
title : 'Course 33: Introduction to Programming' ,
430
430
author : 'Dev Gautam Kumar' ,
431
431
image : 'https://dummyimage.com/600x400/FF9800/fff&text=Programming+Basics' , // Orange for creativity
@@ -437,6 +437,6 @@ const courses = {
437
437
\n- Writing your first code in Python
438
438
\n- Problem-solving strategies
439
439
` ,
440
- } ,
440
+ } ,
441
441
} ;
442
442
export default courses ;
0 commit comments