Ihab Mahmoud
A skilled developer is always curious.
This guide provides a structured path to mastering web development fundamentals, core concepts, and more advanced frameworks.
Front-end development involves creating the visual and interactive components of websites or applications, including layout, styling, and interactive > elements. As businesses move online, front-end development has become an increasingly valuable skill.
GitHub is a web-based platform for version control and collaboration. It allows developers to work together, manage code changes, and track the history of their projects.
Git is a version control system that enables collaboration, versioning, and rollback in source code projects.
- Learn Git and GitHub [Elzero Web School]
- learn Git in Arabic [Algorithm Academy]
- **Git and GitHub | شخبط وانت متطمن [Recommended]
- Git book - Git
- Git Cheat Sheet repo
- GitHub Guides
- Download Visual Studio Code (VSCode) - Text editor
- Download Git - Version control system
HTML stands for Hypertext Markup Language and is the standard language for creating web pages. It is used to structure content and provide meaning to web elements like text, images, and multimedia. With HTML, developers can create accessible, responsive, and visually appealing websites.
HTML employs a series of tags to define a web page's structure and layout. For instance, the <html>
tag marks the beginning and end of an HTML document, while the <head>
and <body>
tags define the document's structure.
Learn HTML In Arabic 2021 - Elzero Web School
Videos | Assignments | Assignments Links |
---|---|---|
1 ⇒ 5 | 4 assignments | تكليفات الدروس من الدرس 01 إلى 05 |
6 ⇒ 10 | 7 assignments | تكليفات الدروس من الدرس 6 إلى 10 |
11 ⇒ 14 | 4 assignments | تكليفات الدروس من الدرس 11 إلى 14 |
15 ⇒ 18 | 3 assignments | تكليفات الدروس من الدرس 15 إلى 18 |
19 ⇒ 23 | 4 assignments | تكليفات الدروس من الدرس 19 إلى 23 |
24 ⇒ 27 | 2 assignments | تكليفات الدروس من الدرس 24 إلى 27 |
28 ⇒ 30 | 3 assignments | تكليفات الدروس من الدرس 28 إلى 30 |
31 ⇒ 34 | 4 assignments | تكليفات الدروس من الدرس 31 إلى 34 |
35 ⇒ 37 | 2 assignments | تكليفات الدروس من الدرس 35 إلى 37 |
CSS stands for Cascading Style Sheets and is a fundamental technology used for web design. It is used to define the style, layout, and formatting of HTML documents. With CSS, developers can separate the presentation of a web page from the content, which makes it easier to design and maintain websites. CSS is used to control the layout of multiple web pages all at once, making it a powerful tool for web designers.
Learn CSS In Arabic 2021 Elzero Web School
Videos | Assignments | Assignments Links |
---|---|---|
lessons from 01 to 04 | 6 assignments | تكليفات من 01 الى 04 |
lessons from 05 to 08 | 4 assignments | تكليفات من 05 الى 08 |
lessons from 09 to 12 | 2 assignments | تكليفات من 09 الى 12 |
lessons from 13 to 16 | 2 assignments | تكليفات من 13 الى 16 |
lessons from 17 to 21 | 4 assignments | تكليفات من 17 الى 21 |
lessons from 22 to 26 | 3 assignments | تكليفات من 22 الى 26 |
lessons from 27 to 29 | 2 assignments | تكليفات من 27 الى 29 |
lessons from 30 to 33 | 4 assignments | تكليفات من 30 الى 33 |
lessons from 34 to 37 | 4 assignments | تكليفات من 34 الى 37 |
lessons from 38 to 41 | 3 assignments | تكليفات من 38 الى 41 |
lessons from 42 to 45 | 3 assignments | تكليفات من 42 الى 45 |
lessons from 46 to 53 | 6 assignments | تكليفات من 46 الى 53 |
Videos | Assignments | Assignments Links |
---|---|---|
lessons from 54 to 56 | 2 assignments | تكليفات من 54 الى 56 |
lessons from 57 to 64 | 6 assignments | تكليفات من 57 الى 64 |
lessons from 65 to 67 | 3 assignments | تكليفات من 65 الى 67 |
Videos | Assignments | Assignments Links |
---|---|---|
lessons from 68 to 73 | 5 assignments | تكليفات من 68 الى 73 |
lessons from 74 to 77 | 4 assignments | تكليفات من 74 الى 77 |
lessons from 78 to 82 | 8 assignments | تكليفات من 78 الى 82 |
lessons from 83 to 85 | 3 assignments | تكليفات من 83 الى 85 |
lessons from 86 to 88 | 2 assignments | تكليفات من 86 الى 88 |
- Learn CSS (web.dev) 📖
- CSS Tutorial - W3Schools 📖
- A Complete Guide to Flexbox | CSS-Tricks - CSS-Tricks 📖
- A Complete Guide to CSS Grid | CSS-Tricks - CSS-Tricks 📖
- position | CSS-Tricks - CSS-Tricks 📖
- Everything you need to know about CSS Variables 📖
- animation | CSS-Tricks - CSS-Tricks 📖
- Flexbox CSS in 20 minutes 🎥
- CSS Grid Layout Crash Course 🎥
Learn to build and style web pages using HTML and CSS. Practice creating layouts, adding styles, and making your designs responsive and user-friendly.
Elzero Web Schools [ Arabic ]
Traversy Media [ ENGLISH ]
Bootstrap is a popular open-source CSS framework that provides pre-designed web elements and components for developers to use in their web projects. It was originally developed by Twitter and is now maintained by a community of developers. Bootstrap is designed to make it easy for developers to create responsive and mobile-first websites quickly and efficiently. It includes a wide range of pre-built CSS classes, JavaScript plugins, and other tools that can be used to create attractive and functional web interfaces without having to write much custom code.
JavaScript is a high-level programming language used to create interactive and dynamic websites. It is a scripting language that is used to create and control dynamic web content, such as animations and interactive forms. JavaScript is an essential component of modern web development and is supported by all major web browsers. It is often used in conjunction with HTML and CSS to create dynamic and responsive websites and web applications.
Learn JavaScript 2021 In Arabic Elzero Web School
Videos | Topic | Assignments Links |
---|---|---|
From 1 To 9 | Introduction | • Assignments For Lessons 1 To 9 |
From 10 To 17 | Data Types | • Assignments For Lessons 10 To 17 |
From 18 To 22 | Data Types | • Assignments For Lessons 18 To 22 |
From 23 To 26 | Number & String | • Assignments For Lessons 23 To 26 |
From 27 To 30 | Number & String | • Assignments For Lessons 27 To 30 |
Videos | Topic | Assignments Links |
---|---|---|
From 31 To 32 | Conditions | • Assignments For Lessons 31 To 32 |
From 33 To 37 | Conditions | • Assignments For Lessons 33 To 37 |
From 38 To 39 | Conditions | • Assignments For Lessons 38 To 39 |
From 40 To 47 | Array | • Assignments For Lessons 40 To 47 |
From 48 To 53 | Loop | • Assignments For Lessons 48 To 53 |
From 54 To 56 | Loop | • Assignments For Lessons 54 To 56 |
Videos | Topic | Assignments Links |
---|---|---|
From 57 To 63 | Functions | • Assignments For Lessons 57 To 63 |
From 64 To 70 | Functions | • Assignments For Lessons 64 To 70 |
Videos | Topic | Assignments Links |
---|---|---|
From 71 To 78 | Higher Order Functions | • Assignments For Lessons 71 To 78 |
From 79 To 85 | Object | • Assignments For Lessons 79 To 85 |
Videos | Topic | Assignments Links |
---|---|---|
From 86 To 93 | DOM | • Assignments For Lessons 86 To 93 |
From 94 To 101 | DOM | • Assignments For Lessons 94 To 101 |
Extra resource:
Videos | Topic | Assignments Links |
---|---|---|
From 102 To 110 | BOM | • Assignments For Lessons 102 To 110 |
From 111 To 114 | BOM | • Assignments For Lessons 111 To 114 |
Videos | Topic | Assignments Links |
---|---|---|
From 115 To 122 | Destructuring | • Assignments For Lessons 115 To 122 |
Videos | Topic | Assignments Links |
---|---|---|
From 123 To 133 | Map And Set | • Assignments For Lessons 123 To 133 |
Videos | Topic | Assignments Links |
---|---|---|
From 134 To 146 | Regular Expression | • Assignments For Lessons 134 To 146 |
Videos | Topic | Assignments Links |
---|---|---|
From 147 To 158 | OOP | • Assignments For Lessons 147 To 158 |
Extra resource:
Videos | Topic | Assignments Links |
---|---|---|
From 159 To 168 | Date | • Assignments For Lessons 159 To 168 |
Videos | Topic | Assignments Links |
---|---|---|
From 169 To 178 | AJAX + JSON | • Assignments For Lessons 169 To 178 |
From 179 To 188 | Promise, Async, Await | • Assignments For Lessons 179 To 188 |
- Follow the tutorial with an interactive environment Learn JavaScript
- The Modern JavaScript Tutorial javascrip.info
Elzero Web School Front End Tutorials
- [Arabic] HTML, CSS, JavaScript Tutorials - Create Image Slider
- [Arabic] HTML, CSS, JavaScript Tutorials - To-Do App With Local Storage
- [Arabic] HTML, CSS, JavaScript Tutorials - Create Countdown Timer
- [Arabic] HTML, CSS, JavaScript Tutorials - Memory Game
- [Arabic] HTML, CSS, JavaScript Tutorials - Create Hangman Game
- [Arabic] HTML, CSS, JavaScript Tutorials - Fetch GitHub Repositories With Fetch API
- [Arabic] HTML, CSS, JavaScript Tutorials - Create Quiz Application
Unique coders here
Traversy Media
Lama Dev here
- Sass stands for Syntactically Awesome Stylesheet
- Sass is an extension to CSS
- Sass is a CSS pre-processor
- Sass is completely compatible with all versions of CSS
- Sass reduces the repetition of CSS and therefore saves time
- Sass was designed by Hampton Catlin and developed by Natalie Weizenbaum in 2006
- Stylesheets are getting larger, more complex, and harder to maintain. This is where a CSS pre-processor can help.
- Sass lets you use features that do not exist in CSS, like variables, nested rules, mixins, imports, inheritance, built-in functions, and other stuff
- A browser does not understand Sass code. Therefore, you will need a Sass pre-processor to convert Sass code into standard CSS.
- This process is called transpiling. So, you need to give a transpiler (some kind of program) some Sass code and then get some CSS code back.
npm is the world's largest software registry. Open-source developers from every continent use npm to share and borrow packages, and many organizations use npm to manage private development as well.
- Traversy Media NPM Crash Course
Webpack is a static module bundler for modern JavaScript applications. It is an open-source tool that runs on top of NodeJS. Webpack takes modules with dependencies and generates one or more bundles that represent those modules. Webpack creates a dependency graph that maps every module your project needs and how they relate to each other.
- Traversy Media Webpack5 Crash Course
- Syntax
- Variables
- Arrays / Objects
- Events
- Functions
- Loops
- Conditions
- forEach
- map
- filter
- reduce
- sort
- Lexical “this keyword” How does it work?
- import/export
- Async/Await
- Fetch API
- basic understanding and how they work
Kimz Codes
Code Zone
freecodecamp
Jonas Schmedtmann [Recommended] [Paid]
Maximilian Schwarzmüller [Paid]
Redux Toolkit is a powerful library that simplifies state management in Redux applications. It provides tools for writing cleaner and more efficient Redux code by offering features like a simplified store setup, built-in reducers, actions, and middleware. It also helps reduce boilerplate and improves developer productivity, making it easier to manage global state in React apps.
Kimz Codes
Index Academy - اتعلم برمجة بالعربي
freeCodeCamp
Jonas Schmedtmann [Recommended] [Paid]
Maximilian Schwarzmüller [Paid]
Ag Coding
أكاديمية ترميز
Arabic
English
Next.js is a React framework that enables server-side rendering (SSR) and static site generation (SSG) for building fast, optimized web applications. It offers features like file-based routing, API routes, automatic code splitting, and easy deployment, making it a popular choice for building scalable, SEO-friendly websites with excellent performance.
أكاديمية ترميز
Index Academy - اتعلم برمجة بالعربي
JavaScript Mastery
Stephen Grider [Recommended] [Paid]
Maximilian Schwarzmüller [Paid]