Basic
- Home /
- Categories /
- Basic

javaScript Everything
Complete JavaScript Syllabus đŠ Chapter 1: Variables & Declarations đ§ What are Variables? Variables are containers that hold data. They help us store, reuse, and update information in JavaScript â from simple values like numbers to complex data like arrays and objects. Think of a variable as a box with a name on it. You can put something inside it (a value), and later check or change what's inside. In JavaScript, you create these boxes using keywords: var , let , or const .
Read More
javaScript Project 1- Counter APP
HTML , Structure of Your App HTML Code Block (Structure) đ Text Before Code: Letâs start with the basic structure of our counter app. This HTML code sets up the layout â a title, a number display, and three buttons: increase, decrease, and reset. đĄ Tip: Mention that id attributes will be used in JavaScript to control the elements.
Read More
đ Server (Node or General Hosting) What is a Server? Beginnerâs Guide to the Tech Behind the Web
đ What the Hell is Python, and Why Should You Care?? Letâs cut the crap: Python is a programming language â not a snake, not a cult, and definitely not something thatâs going to cook your dinner (yet). But if you want to build websites, analyze data, automate boring stuff, or make cool AI bots that talk back to you, Python is your new best friend.
Read More
Dress to Impress: CSS for Stunning Web Looks
C Language Lecture 1: The Birth of Coding Simplicity "Every great journey begins with a single line of code." Welcome to Lecture 1 of our C Programming course. If youâre reading this, youâre probably standing at the threshold of one of the most exciting adventures in technology: learning how to code.
Read More
Dress to Impress: CSS for Stunning Web Looks
đ What the Hell is Python, and Why Should You Care?? Letâs cut the crap: Python is a programming language â not a snake, not a cult, and definitely not something thatâs going to cook your dinner (yet). But if you want to build websites, analyze data, automate boring stuff, or make cool AI bots that talk back to you, Python is your new best friend.
Read More
Here is your First Language
C Language Lecture 1: The Birth of Coding Simplicity "Every great journey begins with a single line of code." Welcome to Lecture 1 of our C Programming course. If youâre reading this, youâre probably standing at the threshold of one of the most exciting adventures in technology: learning how to code.
Read More
Part 1: JavaScript from Scratch: Variables, Data & âHello Worldâ
đ What the Hell is Python, and Why Should You Care?? Letâs cut the crap: Python is a programming language â not a snake, not a cult, and definitely not something thatâs going to cook your dinner (yet). But if you want to build websites, analyze data, automate boring stuff, or make cool AI bots that talk back to you, Python is your new best friend.
Read More
Part 2: JS Logic for Beginners: Conditions, Loops & Functions
đ What the Hell is Python, and Why Should You Care?? Letâs cut the crap: Python is a programming language â not a snake, not a cult, and definitely not something thatâs going to cook your dinner (yet). But if you want to build websites, analyze data, automate boring stuff, or make cool AI bots that talk back to you, Python is your new best friend.
Read More
Part 3: âDOM Drama: Making Your Website Come Alive with JavaScript
đ What the Hell is Python, and Why Should You Care?? Letâs cut the crap: Python is a programming language â not a snake, not a cult, and definitely not something thatâs going to cook your dinner (yet). But if you want to build websites, analyze data, automate boring stuff, or make cool AI bots that talk back to you, Python is your new best friend.
Read More
HTML Basics: Building Blocks of Every Website
HTML Basics â Your First Step into Web Development Introduction So youâve heard of HTML, but what the heck is it really? Is it hard? Do you need to know everything about it? Spoiler: Nope.
Read More