Skip to content

Commit a6b2fcd

Browse files
authored
Update courseData.js
1 parent fb2a460 commit a6b2fcd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/components/courseData.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,18 @@ const courses = {
558558
\n- Writing your first code in Python
559559
\n- Problem-solving strategies
560560
`,
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.
569+
\nIt uses commands to perform tasks, such as creating files or installing programs.
570+
\nCLIs are useful for automation and troubleshooting, and they can be more efficient than graphical user interfaces (GUIs) for certain tasks.
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.
572+
`,
561573
},
562574
};
563575
export default courses;

0 commit comments

Comments
 (0)