You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/courseData.js
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -557,19 +557,19 @@ const courses = {
557
557
\n- Basic programming concepts and logic
558
558
\n- Writing your first code in Python
559
559
\n- Problem-solving strategies
560
-
`,
561
-
'course 34: getting started with cli': {
562
-
title: 'Course 34: Getting Started with CLI',
563
-
author: 'Dev Gautam Kumar',
564
-
image: 'https://dummyimage.com/600x400/FF9800/fff&text=CLI+PART+1',// Orange for creativity
565
-
description: 'Kick your journey with CLI',
566
-
ytb_vid: 'B4b9pX1lqU4',
567
-
content: `
568
-
\nA command line interface (CLI) is a text-based user interface used to interact with a computer system.
560
+
`},
561
+
'course 34: getting started with cli': {
562
+
title: 'Course 34: Getting Started with CLI',
563
+
author: 'Dev Gautam Kumar',
564
+
image: 'https://dummyimage.com/600x400/FF9800/fff&text=CLI+PART+1',// Orange for creativity
565
+
description: 'Kick your journey with CLI',
566
+
ytb_vid: 'B4b9pX1lqU4',
567
+
content: `
568
+
\nA <code>command line interface (CLI)</code> is a text-based user interface used to interact with a computer system.
569
569
\nIt uses commands to perform tasks, such as creating files or installing programs.
570
570
\nCLIs are useful for automation and troubleshooting, and they can be more efficient than graphical user interfaces (GUIs) for certain tasks.
571
571
\nThey were commonly used in the past with systems like Unix, MS-DOS, and Apple DOS, and are still used today by software developers and system administrators.
0 commit comments