Course Content
1.1 Introduction To Programming
A brief introduction to programming, history and how human beings interact to computers
0/3
1.2 CLI (Command Line Interface)
Introduction to Command Line Interface
0/3
1.4 Advanced Git and GitHub
Advanced concepts and commands in Github
0/2
Week 1 Project
0/1
2.1 HTML Text Formatting
HTML Text Formatting
0/2
2.2 Links and Images
0/2
2.3 Multimedia and Tables
0/2
2.4 HTML Forms
0/1
2.5 Semantics and Validations
0/1
Week 2 Project
0/1
3.1 Introduction To CSS
0/2
3.3 CSS Flex Box
0/1
3.4 CSS Grid and Layout
0/1
3.5 Tailwind CSS
0/1
Week 3 Project
0/1
4.2 Javascript Functions
Javascript Functions
0/1
4.3 JavaScript Loops
An introduction to loops
0/1
4.4 DOM Manipulation using Javascript
Manipulating DOM elements using JavaScript
0/1
4.5 Event Handling
JavaScript Event Handling
0/1
Week 4 project
Project on Javascript
0/1
Week 5: Capstone Project
Introduction To Programming
About Lesson

What is Programming?

Programming is the process of creating a set of instructions that tell a computer how to perform a task. It involves writing code in a programming language to create software, applications, or systems.

– Programming is essential for developing software solutions, automating tasks, and solving complex problems. It is used in all modern technology, from websites to mobile apps.

– By writing code, programmers can create programs that perform specific tasks, such as calculating numbers, displaying images, or managing data.

Example:

Imagine you want to create a program that adds two numbers. You would write code that takes two inputs, adds them together, and outputs the result.

Join the conversation
0% Complete