facebook
favorite button
super instructor icon
Trusted teacher
This teacher has a fast response time and rate, demonstrating a high quality of service to their students.
member since icon
Since December 2022
Instructor since December 2022
Scratch,Python, Javascript/HTML/CSS coding teacher
course price icon
From 29.17 $ /h
arrow icon
Did you know that when you fail - it's a good thing!? I learned many years ago that FAIL stands for First-Attempt-In-Learning. That's one of the reasons I love supporting students to learn coding! Coding is a great way for students to develop confidence and curiosity as they learn to problem-solve and experiment with their code. My classes are an environment to try new things and to grow! Due to the ever-increasing speed at which technology changes, I love exploring along with my students and love when they show me something new! Bringing people and computers together has always been my passion. I’ve spent years with both students to enrich and develop the technology program for coding. I taught fundamental computer skills classes that included coding, robotics, creative art, and much more
Extra information
Laptops are the best to learn coding
Location
location type icon
Online from United Arab Emirates
About Me
Eager and enthusiastic attempting to teach and learn on daily basis.
Impressive work ethic and commitment to creating a challenging yet nurturing learning environment.
Excellent background in aspects of the computing curriculum: computer science (CS), information technology (IT) and digital literacy (DL).
Passion for inspiring others to achieve and go beyond their current capabilities.
Strong knowledge of main fundamental principles and concepts of computer science, including abstraction, logic, algorithms and data representation.
Understanding , applying and analyzing problems in computational terms
with critical thinking.
Education
Ain Shams University
Comuter Science Engineering
2004
Malysian Abacus committie
Certified abacus teacher
2008
Nano degree from Udemy
Front End developer
2020
CS50’s Introduction to Computer Science
Experience / Qualifications
•UCMAS is a Malaysian course designed to develop children’s minds & abilities in math using abacus as well as mental math.

•Dealing with children aged between 5-15 years old was a great challenge.

•I was teaching the course easily in Arabic, English & French languages. In Egypt, this course taught in international schools & private centres, but in UAE, I was only working in private centres.

•Teaching and dealing with kids from 5-14 years old.

•Planning and organizing lessons. Involving activities and entertainment methods in teaching.

•Applying tests and revision sheets prior to the curriculum. Encouraging and helping kids to work on their abilities.

•My students participated in the UCMAS Egyptian competition and seven of my students was in the top 10 positions.

•My first student travelled to Malaysia for international competition and won the 2nd place globally. The Malaysian abacus certificate honoured me.
Landing page
personal blog website
Weather journal App(using APIS)
Evaluate a News Article with NLP
FEND Capstone - Travel App
Nano Degree projects
•Opening a small company to sell my wood creations. Crafting is my passion and hobby.
founder and manager
Founder of Myart.woodart company
HTML
Python
Photoshop
Javascript
MYSQl
CSS
Framework Jquery,React
Github
Tkinter & flask
Scratch
Age
Children (7-12 years old)
Teenagers (13-17 years old)
Adults (18-64 years old)
Seniors (65+ years old)
Student level
Beginner
Intermediate
Duration
60 minutes
The class is taught in
English
Arabic
Availability of a typical week
(GMT -04:00)
New York
at teacher icon
Online via webcam
Mon
Tue
Wed
Thu
Fri
Sat
Sun
00-04
04-08
08-12
12-16
16-20
20-24
Similar classes
arrow icon previousarrow icon next
verified badge
Farouk
This module is a crucial step for any web developer wishing to move from simple DOM manipulation to mastering modern frameworks. The objective is clear: to understand the "invisible foundations" of the language in order to write shorter, more readable code and, above all, be ready to code professionally in React.

🎯 Training Objectives

1- Demystify the modern syntax (ES6+) often used in React.
2- Increase efficiency by using the most powerful syntactic shortcuts.
3- Secure your code to avoid frequent bugs related to missing data.
4- Mastering asynchronicity to manage data calls (API).

📖 Detailed program content

The course is divided into 13 key concepts, illustrated by comparative examples (classic syntax vs. modern syntax) and concrete use cases in React:

1- Ease of writing: Use of Template Literals (`backticks`) for dynamic character strings and Shorthand property names to simplify the creation of objects.

2- Logic and Functions: Mastery of Arrow => Functions (arrow functions) and their implicit return, essential for React components and hooks.

Data manipulation:

1- Destructuring (decomposition) to properly extract data from objects and arrays (e.g., Props and States).

2- Rest & Spread Operators (...) to copy arrays or merge objects without modifying the original (concept of immutability).

Code robustness:

1- Managing default parameter values.

2- Advanced security with Optional Chaining (?.) and Nullish Coalescing (??) to prevent application crashes.

3- Functional Programming: Intensive use of array methods (.map(), .filter(), .reduce(), .find()) to transform data into user interfaces.

4- Architecture and Asynchronism: Code organization via modules (Import/Export) and API request management with Promises and Async/Await.

🛠️ Teaching method: "Learning by doing"

This course is not just about theory. It includes:

The "Interstellar Dashboard" Exercise: A 15-minute thematic case study where students manipulate data from space missions. This allows them to immediately apply destructuring, filtering, and asynchronicity to a real-world project.

The Interactive Quiz: A series of 10 questions designed to validate understanding of each concept before moving on. Each question presents real-world scenarios that developers will encounter in React.

🚀 Learner's result

By the end of this course, students will not only "know" JavaScript; they will understand why and how each syntax is used to build efficient React components. They will leave with a solid foundation to confidently tackle Hooks (useState, useEffect) and complex state management.

Format: Clean visual presentation, coloured syntax for code, and focus on readability.
message icon
Contact Engy
repeat students icon
1st lesson is backed
by our
Good-fit Instructor Guarantee
Similar classes
arrow icon previousarrow icon next
verified badge
Farouk
This module is a crucial step for any web developer wishing to move from simple DOM manipulation to mastering modern frameworks. The objective is clear: to understand the "invisible foundations" of the language in order to write shorter, more readable code and, above all, be ready to code professionally in React.

🎯 Training Objectives

1- Demystify the modern syntax (ES6+) often used in React.
2- Increase efficiency by using the most powerful syntactic shortcuts.
3- Secure your code to avoid frequent bugs related to missing data.
4- Mastering asynchronicity to manage data calls (API).

📖 Detailed program content

The course is divided into 13 key concepts, illustrated by comparative examples (classic syntax vs. modern syntax) and concrete use cases in React:

1- Ease of writing: Use of Template Literals (`backticks`) for dynamic character strings and Shorthand property names to simplify the creation of objects.

2- Logic and Functions: Mastery of Arrow => Functions (arrow functions) and their implicit return, essential for React components and hooks.

Data manipulation:

1- Destructuring (decomposition) to properly extract data from objects and arrays (e.g., Props and States).

2- Rest & Spread Operators (...) to copy arrays or merge objects without modifying the original (concept of immutability).

Code robustness:

1- Managing default parameter values.

2- Advanced security with Optional Chaining (?.) and Nullish Coalescing (??) to prevent application crashes.

3- Functional Programming: Intensive use of array methods (.map(), .filter(), .reduce(), .find()) to transform data into user interfaces.

4- Architecture and Asynchronism: Code organization via modules (Import/Export) and API request management with Promises and Async/Await.

🛠️ Teaching method: "Learning by doing"

This course is not just about theory. It includes:

The "Interstellar Dashboard" Exercise: A 15-minute thematic case study where students manipulate data from space missions. This allows them to immediately apply destructuring, filtering, and asynchronicity to a real-world project.

The Interactive Quiz: A series of 10 questions designed to validate understanding of each concept before moving on. Each question presents real-world scenarios that developers will encounter in React.

🚀 Learner's result

By the end of this course, students will not only "know" JavaScript; they will understand why and how each syntax is used to build efficient React components. They will leave with a solid foundation to confidently tackle Hooks (useState, useEffect) and complex state management.

Format: Clean visual presentation, coloured syntax for code, and focus on readability.
Good-fit Instructor Guarantee
favorite button
message icon
Contact Engy