facebook
favorite button
1/14
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 April 2025
Instructor since April 2025
repeat students icon
2 repeat students
Trusted choice for 2 returning students
Translated by GoogleSee original
Learn Object-Oriented Programming in JavaScript 🧠⚙️
course price icon
From 17.81 £ /h
arrow icon
These courses are part of a structured and progressive training in Object-Oriented Programming (OOP) with JavaScript, designed for beginner or intermediate developers who want to understand in depth how the language works, write clearer, more maintainable code and prepare themselves calmly for modern frameworks like React ⚛️.

Object-Oriented Programming is often perceived as complex or abstract.

My goal is simple: to make it logical, concrete, and immediately applicable.

🎯 Training Objectives

Upon completion of this training, you will be able to:

Understanding what Object-Oriented Programming really is (and when to use it)
Create and manipulate objects in JavaScript in a clean and efficient way
Use ES6 classes, constructors, and methods with confidence
Mastering this, the prototype, and the instantiation logic
Apply encapsulation, inheritance, and polymorphism without confusion
Avoiding common mistakes made by OOP beginners
Structure your JavaScript code like a professional developer

📖 Training Plan – Object-Oriented Programming in JavaScript
1. Introduction to Object-Oriented Programming 🧠
Understanding the concept, objectives and benefits of OOP.
2. Procedural Programming vs. OOP
Why unstructured code quickly becomes unmanageable.
3. Objects in JavaScript
Properties, methods and representation of the real world.
4. The keyword this
Understanding the execution context (often poorly understood).
5. Limitations of simple objects
Why duplicating code is a bad idea.
6. Constructive functions
Create multiple objects from the same model.
7. The keyword new
What it's actually doing under the hood.
8. The prototype
Sharing methods and memory optimization.
9. ES6 Classes
Modern syntax and best practices.
10. The builder
Proper initialization of objects.
11. Data Encapsulation
Protect the internal state of objects.
12. Inheritance between classes
Reusing code intelligently.
13. The keyword super
Communication between parent and child in the classroom.
14. Polymorphism
The same behavior, several forms.
15. Composition vs. Inheritance
Choosing the right architecture.
16. Best practices in OOP
Write readable, scalable, and maintainable code.
17. Common mistakes made by beginners
Pitfalls to absolutely avoid.
18. Guided practical exercise
Creation of a concrete class (product, user, etc.).
19. Assessment Quiz (Multiple Choice Questions)
To validate the actual understanding of the concepts.

🛠️ Teaching method: Understand before writing

This training program is based on a progressive and pragmatic approach:
Clear and illustrated explanations
Concrete examples from real projects
Simple but effective exercises
Constant questioning to avoid rote learning
Adaptation to the learner's level and pace
Here, we don't "recite OOP" — we understand it.

🚀 Learner's result

At the end of the training, you will not only know how to write a JavaScript class.
You will know:

1- Why does it exist?
2- When to use it
3- and when not to use it

You will leave with:
a solid understanding of OOP
a cleaner and more professional code
an ideal foundation for learning React, Node.js or any other modern framework
Extra information
i️ Practical information

Prerequisite:
JavaScript basics (variables, functions, conditions)

Necessary material :
💻 Computer with web browser
🧑‍💻 Code editor (Visual Studio Code recommended)
🎧 Microphone + webcam
🌐 Stable internet connection
Location
location type icon
Online from Algeria
About Me
Hi! I'm Farouk, from Algiers, Algeria 🇩🇿. I'm naturally curious and passionate about learning—especially when it comes to HTML, CSS, and JavaScript 💻✨. Right now, I'm focused on creating courses that are both effective and engaging, with a strong emphasis on pedagogy 📚🎯.

In my free time, I love to read 📖, play video games 🎮, travel ✈️, and cook 🍳. I'm always looking for new ways to grow—both personally and professionally 🚀🌱. I'm motivated, open-minded, and always ready to take on new challenges 💪🧠.

Looking forward to learning and sharing with you! 🤝😊
Education
1. Informal Training – State-accredited center, Algiers 🇩🇿
2008
Certificate of internship in dynamic website creation: HTML, CSS, JavaScript, PHP, MySQL 💻
Computer training applied to web development.

2. Houari Boumediene University of Science and Technology (USTHB) – Algiers
2004 - 2005
Common Core in Electronic Sciences and Computer Technology 🧠⚙️

3. Yahya Ould El Turki High School – Bou Ismaïl
2001 - 2002
Baccalaureate – Scientific stream with honors ✅🔬
Experience / Qualifications
Mentor – Since 2021 🎓

Supporting students in various academic paths:

• Web Developer
• Web Integrator
• Application Developer – JavaScript / React

Main responsibilities:

1- Personalized educational support

2- Project review and feedback

3- Technical and methodological coaching

4- Assistance in preparing for technical interviews


Freelance – Since 2015 💼

Platforms: Upwork, Fiverr, Comeup

• Creation of static and dynamic websites
• Responsive integration (HTML/CSS/JavaScript)
• Maintenance and optimization of web projects
• Collaboration with international clients
Age
Children (7-12 years old)
Teenagers (13-17 years old)
Adults (18-64 years old)
Seniors (65+ years old)
Student level
Beginner
Intermediate
Advanced
Duration
30 minutes
45 minutes
60 minutes
90 minutes
120 minutes
The class is taught in
French
Arabic
English
Reviews
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
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.
Read more
These courses are part of a practical and accessible introductory training course in web development 🌐💻, designed for those who want to learn how to create a website from A to Z.
Using fundamental web technologies—HTML 🧱, CSS 🎨, and JavaScript ⚙️—you'll learn how to structure pages, style them, and make them interactive.

My teaching approach is hands-on: each concept is accompanied by concrete examples and progressive exercises to consolidate your knowledge. You'll discover how to build a responsive interface 📱💡, manage user events 🖱️, and apply simple animations ✨ to improve the user experience.

Whether you are a beginner or looking to consolidate your foundations, this training will guide you step by step towards autonomy in creating your own web projects 🚀

Training plan in 10 modules:

1. Introduction to programming 🧠💡
Understand the basics: logic, Linux commands, simple instructions and algorithms.

2. Introduction to HTML 🧱📄
Structure of a web page, main tags, links, images, tables, forms.

3. Accessibility and SEO ♿🔍
Create inclusive and well-referenced sites: semantic tags, ARIA attributes, good SEO practices.

4. Introduction to CSS 🎨🖌️
Formatting, colors, typography, boxes, flexbox and responsive layout.

5. Git & GitHub 🗂️⚙️
Version your code and collaborate effectively: Git commands, creating repositories, push/pull, pull requests.

6. JavaScript - Data Types 🔢📝
Numbers, strings, booleans, objects, arrays... Learn to manipulate data.

7. JavaScript - Functions and Methods ⚙️🧩
Define and call functions, understand scope, use native methods.

8. JavaScript - Terms ❓🔁
Master the if, else, switch statements to handle specific cases.

9. JavaScript - Arrays and Loops 🔄📊
Iterate efficiently with for, while, forEach, manipulate arrays like a pro.

10. DOM Manipulation & Closures 🌐✨
Edit HTML/CSS from JS, add events, understand closures for advanced interactions.
Read more
Show more
arrow icon
Similar classes
arrow icon previousarrow icon next
verified badge
Most kids think coding is for "smart kids" or "future programmers."
It's not. Coding is how real people solve real problems.
In this class, we skip the theory. Your child creates real things.

What they'll do:
✓ Build real projects in Scratch: a working game, an interactive animation, a story they coded
✓ Program virtual robots: solve real-world challenges (navigate a maze, automate a task, build a system)
✓ Create in Minecraft Education: design worlds, automate constructions, solve logic problems
✓ Experiment with different languages: not just learn "the right way," but understand that there are many ways to think about a problem
✓ Collaborate and share: work with other kids, get feedback, improve their work
✓ Develop logical thinking: not just for coding, but for anything: solving math problems, science challenges, real-world situations


Why this is different:
We don't teach syntax. We teach how programmers think.
Most children's coding courses say "here's the code, copy it." We teach "what problem are we trying to solve? How could we break it into steps? What options do we have?"
When your child learns to think like a programmer, they can learn any language afterward.

What they take home:
A portfolio of 3–4 completed, working projects. The ability to say "I built this." And the deep understanding that code is a tool to make real things happen.

Format: Online or Barcelona | 60–90 min sessions | Flexible pace, no prior experience needed
For curious 8-12 year olds who want to build.
verified badge
Python is one of the best, if not the best, language to start learning programming. It is also one of the most widely used languages today, especially in cutting-edge areas such as machine learning.

This popularity means that Python is constantly evolving. It offers a wide range of tools and libraries, which are free and very varied.

As an aeronautical engineer, I like to share my knowledge and derive satisfaction from it by teaching and motivating others.

I'm used to working with people of different ages. I believe in the importance of segmenting learning, visualizing progress, setting concrete goals and practicing regularly.

Beyond these general principles, there is no magic rule or method. Some approaches work with some students but not with others. Adaptation to individual needs is therefore the main objective of private lessons. So I will do my best to find what motivates and helps my student.
verified badge
Don't settle for anything less than excellence.
I am an Aerospace Engineer with a Master's degree in Quantum Physics and have completed Ph.D. work at the University of Cambridge in Computational Physics. Additionally, I have 4 years of experience developing MATLAB and possess deep programming skills in MATLAB/Simulink family, C/C++, Fortran, and Python.

With over 12 years of tutoring experience, I have successfully guided more than 50 students worldwide to achieve distinction in various fields. Consistent results are my priority, and I strive for excellence in all aspects of my teaching.

My lessons are customized to meet each student's unique needs and are designed to be engaging and insightful.

Whether you are at a school level or require advanced or professional-level instruction, I offer support in the following areas:
- Preparation for IB/IA, A-Levels, GCSE, University Entry, or equivalent.
- Experience in preparing students to access world-class schools and universities, including Cambridge University, Oxford, Ivy League and other top institutions in the UK and US.
- University levels (undergraduate and postgraduate).
- High school studies and diploma programs.
- Assistance with specific projects at a professional level, including job interview preparation.
- Extensive experience working with children.

Every lesson is meticulously planned in advance to ensure that it aligns with your goals and targets areas for improvement.
I prioritize a dynamic and interactive learning experience, with one-on-one sessions tailored to your individual requirements. Lessons will be conducted via webcam, enabling you to connect from anywhere.

I have a highly flexible schedule and can adapt to accommodate your needs.
If you have any questions about my teaching method, availability, or pricing, please don't hesitate to reach out. I am here to assist you and provide the support you need.
verified badge
Discover programming lessons suitable for children! With a fun and educational approach, my lessons allow young minds to dive into the fascinating world of programming. Provide your children with an enriching learning opportunity in a fun and stimulating environment.
verified badge
Become a Trading Pro with NinjaTrader!

Are you passionate about trading and want to master one of the most powerful trading platforms on the market? If so, this ad is for you!

As a seasoned NinjaTrader expert, I offer personalized courses to help you master this exceptional trading platform. Whether you want to learn how to trade manually or automate your strategies using C# and custom indicators, I'm here to guide you every step of the way.

My courses are designed for traders of all levels, from complete beginners to experienced professionals. Here's what you can expect:

- In-depth training on using NinjaTrader, including navigating the interface, executing orders, and analyzing the markets.
- Detailed instructions on creating and optimizing automated trading strategies using C#.
- Practical advice on using custom indicators to refine your technical analysis and make informed trading decisions.

Whether you are looking to generate additional income through trading or make trading your full-time career, my courses will provide you with the knowledge and skills needed to succeed in the financial markets.

Don't miss this opportunity to become a true trading expert with NinjaTrader! Contact me today to reserve your spot and begin your journey to financial success.
verified badge
Want to learn Python through real projects and practical applications?

This course is designed for beginners, students, and future developers who want to build real Python projects while learning programming step by step.
Instead of only learning theory, we focus on hands-on practice and real applications of Python.

Topics may include:
- Python fundamentals
- Automation projects
- AI-related tools and workflows
- finance and data projects
- beginner web development
- problem solving and coding logic

No previous programming experience is required.

Students can also receive help with:
- university assignments
- coding projects
- beginner portfolios
- internship preparation

Lessons are adapted to the student’s level and goals.
verified badge
• I adopt a concrete and interactive approach: you code from the first lesson, with examples close to your needs and mini-projects to anchor what you have learned. Courses in C, C++, Python, Java, interactive Arduino projects, web development, etc.

• I have successfully accompanied students from EPFL, HEC Lausanne, HES-SO (HEIG-VD, HEIA-Fr) of EHL, etc. With a 100% success rate in exams on my student history!

• Each session begins with a simple explanation of key concepts (variables, loops, functions, objects, etc.), immediately followed by practical exercises to help you progress quickly and effectively.

• The objective is twofold: to build solid foundations and make you independent, while targeting your assessments and your concrete objectives.
verified badge
How Our Courses Work: Beyond the Surface
What my working method brings you:

--> a deep understanding that lasts long after the exam. With me, we'll transform passive learning into engineering mastery.

1. Revelation of the Implicit and Active Construction
Decoding the Invisible: I don't just give you the answer; I help you decipher what's hidden and implicit behind the formulas and lines of code. Together, we'll dissect the concepts to understand their true origins and usefulness.

Build and Analyze: Each session is a workshop. We will build solutions and analyze problems in pairs, allowing you to develop independent reasoning, essential for higher education.

2. The Art of Lasting Memorization
Analogies and Anchors: I use concrete analogies and vivid examples to explain the subtle differences between two related concepts. The goal? To create strong mental anchors so you never forget the fundamental concepts.

From Confidence to Excellence: I'll share with you the work methods and organizational skills that allowed me to excel in my academic career and engineering career. You'll leave not only with knowledge, but also with a strategy for success.

My commitment: To make you see Mathematics and Computer Science no longer as subjects to be learned, but as a single logic to be mastered.
verified badge
This is not a class; it is the strategic starting point for your child's success in the digital future.

This 60-minute session is a premium diagnostic evaluation conducted by a Technology Educator with over 10 years of experience and specialized in SEN pedagogy. It is designed to go beyond simple tutoring:
This session is divided into three parts: Discovery, Diagnostic, and Deliverable.

1. Discovery & goal setting
- Technology Fluency Check
- The "Why" & The "Fear":
- SEN & Learning Style Review

2. Diagnostic & assessment
- The AI Myth Buster Test
- Prompt Engineering Trial
- The learning process
- Ethical Scenarios

3. Deliverable & Roadmap

3-Phase Roadmap: Upon completion, you will receive a Personalized Learning Roadmap detailing exactly:
The 3-5 priority AI concepts the student should master.
The safest and most age-appropriate AI tools for their needs.
A recommended coaching plan to build their confidence, creativity, and critical thinking.

Precise and specialized educational plan that guarantees your child will not only understand AI, but learn how to master it ethically and independently.
verified badge
*Goal: To understand artificial intelligence without fear, use it to simplify life, and uncover digital traps.*

### **1: Demystifying Artificial Intelligence (What Exactly Is It?)**

* **Artificial intelligence is not a "movie robot":** The fundamental difference between science fiction and practical reality.
* **How it works (simply):** Imagine a "giant library"; AI has read billions of books and uses them to predict the completion of a sentence or create a new image.
* **Where do we use it now?** The spell checker, Netflix and YouTube suggestions, GPS navigation, and voice assistants such as Siri and Alexa.

---

### **2: Using artificial intelligence to make your life easier**

* **Interacting with artificial intelligence (ChatGPT, Cloud, Gemini):**
* Writing formal emails or complex letters.
* Summarizing long articles or huge documents.
* Plan travel itineraries or create food recipes from ingredients available in the refrigerator.


* **Creativity and Memory:**
* Create creative images for greeting cards (via Midjourney or DALL-E).
Restoring and coloring old family photos.

3: The art of speaking to the machine (the Prompt skill)**

* **Context Style:** Why is the phrase "Give me a cake recipe" less effective than "I have a gluten allergy and I'm having 4 people, give me a simple chocolate cake recipe".
* **Role-taking:** Learn to ask the artificial intelligence to "speak like a tourism expert" or "answer me like a specialized agricultural engineer."

4: Precautions and Critical Thinking (A Survival Guide)**

Digital hallucinations:** Understand that artificial intelligence may confidently present false information (never rely on it for medical or legal advice without verification).
Privacy protection
Do not share sensitive data (ID numbers, passwords, bank details).
Be aware that everything you write may be used to train systems in the future.

Detecting deepfakes:**
How to identify fake photos or videos (examine hand details, strange reflections, or metallic sound).
* The golden rule: Verify by cross-referencing different sources.

5: Ethics and Impact (A Future Perspective)**

Copyright: Who owns the image created by artificial intelligence?
Environmental impact: Water and energy consumption in large data centers.
The future: Will artificial intelligence replace us or will it be an assistant to us?

Additional tip:** Since you are targeting the Gulf region, it is preferable to use terms such as "Digital Transformation" and "Innovation" at the beginning of your presentation, as they are very catchy words for decision-makers there.
verified badge
This course provides a comprehensive and professionally structured introduction to computer networking and data communications. It is designed for students who aim to build a strong technical foundation aligned with industry standards such as the Cisco Certified Network Associate (CCNA).

Course Topics Include:

Network architecture and reference models (OSI and TCP/IP)

IPv4 addressing, subnetting, CIDR, and basic IPv6 concepts

Switching fundamentals (MAC address tables, VLANs, trunking)

Routing principles and static routing configuration

TCP and UDP protocols, ports, and socket communication

Core network protocols (ARP, ICMP, DNS, DHCP, HTTP/HTTPS, FTP)

Network infrastructure devices (routers, switches, firewalls, wireless access points)

Introduction to network security fundamentals

Basic network troubleshooting methodologies and CLI analysis

The teaching methodology combines structured theoretical explanation with practical examples to ensure students understand how real-world networks operate in enterprise and campus environments. Packet flow analysis and scenario-based exercises help bridge theory with practical implementation.

Target Audience:

High school and university students in Computer Science, Information Technology, or Engineering

Beginners preparing for CCNA certification

Individuals seeking a strong networking foundation before advancing to cybersecurity, cloud computing, or advanced infrastructure studies

By the end of the course, students will confidently understand how data travels across networks, how routing and switching function, and how modern network infrastructures are designed, implemented, and managed.
verified badge
I offer programming lessons for students who want to build strong foundations, improve their problem-solving skills, or get help with coursework and projects.

I am a Master’s student in HealthTech and Robotics in Strasbourg, with a strong background in engineering, mathematics, programming, and technical problem solving. I teach in a clear, patient, and structured way, with a focus on helping students understand the logic behind the code, not just copy solutions.

Depending on the student’s level and needs, I can help with programming fundamentals, algorithms, problem solving, debugging, and writing cleaner code. I mainly teach Python, MATLAB, C, and C++, and I can also help students understand basic embedded programming concepts and microcontroller-related work.

My goal is to make programming more understandable, less intimidating, and more practical, while helping each student build confidence and become more independent.
verified badge
I offer courses in various programming languages, as well as practical and tutorial sessions at home, with ongoing support throughout the course. I also offer tutoring in mathematics, chemistry, or physics, depending on your needs, at a reasonable price.
The goal is to acquire the basics of computer science for beginners or to improve the knowledge of learners.
verified badge
This course aims to introduce you to programming in the Python language.
If you already have some basic knowledge, no problem, we can progress faster. Feel free to tell me what you already know and what you'd like to study first! I'll adapt to your needs.
verified badge
Learn programming through a practical top-down approach focused on understanding how real software is designed and built not just memorising syntax.

In my classes, we start with the bigger picture first:
How applications actually work
How to break complex problems into smaller parts
How developers think while building software
How frontend, backend, databases, and APIs connect together

Instead of jumping directly into theory or isolated exercises, you’ll learn programming by understanding systems, architecture, and real-world workflows first - making coding easier to understand and far more practical.

Classes can cover:
Programming fundamentals
Web development
JavaScript / TypeScript
React
Node.js
APIs and databases
Full-stack application structure
Project building and debugging
Software thinking and problem-solving

Suitable for:
Complete beginners
Students struggling with traditional teaching methods
Aspiring developers who want practical skills
People who want to build real projects and startups
Video thumbnail
Play icon
Farouk's video
message icon
Contact Farouk
repeat students icon
1st lesson is backed
by our
Good-fit Instructor Guarantee
Similar classes
arrow icon previousarrow icon next
verified badge
Most kids think coding is for "smart kids" or "future programmers."
It's not. Coding is how real people solve real problems.
In this class, we skip the theory. Your child creates real things.

What they'll do:
✓ Build real projects in Scratch: a working game, an interactive animation, a story they coded
✓ Program virtual robots: solve real-world challenges (navigate a maze, automate a task, build a system)
✓ Create in Minecraft Education: design worlds, automate constructions, solve logic problems
✓ Experiment with different languages: not just learn "the right way," but understand that there are many ways to think about a problem
✓ Collaborate and share: work with other kids, get feedback, improve their work
✓ Develop logical thinking: not just for coding, but for anything: solving math problems, science challenges, real-world situations


Why this is different:
We don't teach syntax. We teach how programmers think.
Most children's coding courses say "here's the code, copy it." We teach "what problem are we trying to solve? How could we break it into steps? What options do we have?"
When your child learns to think like a programmer, they can learn any language afterward.

What they take home:
A portfolio of 3–4 completed, working projects. The ability to say "I built this." And the deep understanding that code is a tool to make real things happen.

Format: Online or Barcelona | 60–90 min sessions | Flexible pace, no prior experience needed
For curious 8-12 year olds who want to build.
verified badge
Python is one of the best, if not the best, language to start learning programming. It is also one of the most widely used languages today, especially in cutting-edge areas such as machine learning.

This popularity means that Python is constantly evolving. It offers a wide range of tools and libraries, which are free and very varied.

As an aeronautical engineer, I like to share my knowledge and derive satisfaction from it by teaching and motivating others.

I'm used to working with people of different ages. I believe in the importance of segmenting learning, visualizing progress, setting concrete goals and practicing regularly.

Beyond these general principles, there is no magic rule or method. Some approaches work with some students but not with others. Adaptation to individual needs is therefore the main objective of private lessons. So I will do my best to find what motivates and helps my student.
verified badge
Don't settle for anything less than excellence.
I am an Aerospace Engineer with a Master's degree in Quantum Physics and have completed Ph.D. work at the University of Cambridge in Computational Physics. Additionally, I have 4 years of experience developing MATLAB and possess deep programming skills in MATLAB/Simulink family, C/C++, Fortran, and Python.

With over 12 years of tutoring experience, I have successfully guided more than 50 students worldwide to achieve distinction in various fields. Consistent results are my priority, and I strive for excellence in all aspects of my teaching.

My lessons are customized to meet each student's unique needs and are designed to be engaging and insightful.

Whether you are at a school level or require advanced or professional-level instruction, I offer support in the following areas:
- Preparation for IB/IA, A-Levels, GCSE, University Entry, or equivalent.
- Experience in preparing students to access world-class schools and universities, including Cambridge University, Oxford, Ivy League and other top institutions in the UK and US.
- University levels (undergraduate and postgraduate).
- High school studies and diploma programs.
- Assistance with specific projects at a professional level, including job interview preparation.
- Extensive experience working with children.

Every lesson is meticulously planned in advance to ensure that it aligns with your goals and targets areas for improvement.
I prioritize a dynamic and interactive learning experience, with one-on-one sessions tailored to your individual requirements. Lessons will be conducted via webcam, enabling you to connect from anywhere.

I have a highly flexible schedule and can adapt to accommodate your needs.
If you have any questions about my teaching method, availability, or pricing, please don't hesitate to reach out. I am here to assist you and provide the support you need.
verified badge
Discover programming lessons suitable for children! With a fun and educational approach, my lessons allow young minds to dive into the fascinating world of programming. Provide your children with an enriching learning opportunity in a fun and stimulating environment.
verified badge
Become a Trading Pro with NinjaTrader!

Are you passionate about trading and want to master one of the most powerful trading platforms on the market? If so, this ad is for you!

As a seasoned NinjaTrader expert, I offer personalized courses to help you master this exceptional trading platform. Whether you want to learn how to trade manually or automate your strategies using C# and custom indicators, I'm here to guide you every step of the way.

My courses are designed for traders of all levels, from complete beginners to experienced professionals. Here's what you can expect:

- In-depth training on using NinjaTrader, including navigating the interface, executing orders, and analyzing the markets.
- Detailed instructions on creating and optimizing automated trading strategies using C#.
- Practical advice on using custom indicators to refine your technical analysis and make informed trading decisions.

Whether you are looking to generate additional income through trading or make trading your full-time career, my courses will provide you with the knowledge and skills needed to succeed in the financial markets.

Don't miss this opportunity to become a true trading expert with NinjaTrader! Contact me today to reserve your spot and begin your journey to financial success.
verified badge
Want to learn Python through real projects and practical applications?

This course is designed for beginners, students, and future developers who want to build real Python projects while learning programming step by step.
Instead of only learning theory, we focus on hands-on practice and real applications of Python.

Topics may include:
- Python fundamentals
- Automation projects
- AI-related tools and workflows
- finance and data projects
- beginner web development
- problem solving and coding logic

No previous programming experience is required.

Students can also receive help with:
- university assignments
- coding projects
- beginner portfolios
- internship preparation

Lessons are adapted to the student’s level and goals.
verified badge
• I adopt a concrete and interactive approach: you code from the first lesson, with examples close to your needs and mini-projects to anchor what you have learned. Courses in C, C++, Python, Java, interactive Arduino projects, web development, etc.

• I have successfully accompanied students from EPFL, HEC Lausanne, HES-SO (HEIG-VD, HEIA-Fr) of EHL, etc. With a 100% success rate in exams on my student history!

• Each session begins with a simple explanation of key concepts (variables, loops, functions, objects, etc.), immediately followed by practical exercises to help you progress quickly and effectively.

• The objective is twofold: to build solid foundations and make you independent, while targeting your assessments and your concrete objectives.
verified badge
How Our Courses Work: Beyond the Surface
What my working method brings you:

--> a deep understanding that lasts long after the exam. With me, we'll transform passive learning into engineering mastery.

1. Revelation of the Implicit and Active Construction
Decoding the Invisible: I don't just give you the answer; I help you decipher what's hidden and implicit behind the formulas and lines of code. Together, we'll dissect the concepts to understand their true origins and usefulness.

Build and Analyze: Each session is a workshop. We will build solutions and analyze problems in pairs, allowing you to develop independent reasoning, essential for higher education.

2. The Art of Lasting Memorization
Analogies and Anchors: I use concrete analogies and vivid examples to explain the subtle differences between two related concepts. The goal? To create strong mental anchors so you never forget the fundamental concepts.

From Confidence to Excellence: I'll share with you the work methods and organizational skills that allowed me to excel in my academic career and engineering career. You'll leave not only with knowledge, but also with a strategy for success.

My commitment: To make you see Mathematics and Computer Science no longer as subjects to be learned, but as a single logic to be mastered.
verified badge
This is not a class; it is the strategic starting point for your child's success in the digital future.

This 60-minute session is a premium diagnostic evaluation conducted by a Technology Educator with over 10 years of experience and specialized in SEN pedagogy. It is designed to go beyond simple tutoring:
This session is divided into three parts: Discovery, Diagnostic, and Deliverable.

1. Discovery & goal setting
- Technology Fluency Check
- The "Why" & The "Fear":
- SEN & Learning Style Review

2. Diagnostic & assessment
- The AI Myth Buster Test
- Prompt Engineering Trial
- The learning process
- Ethical Scenarios

3. Deliverable & Roadmap

3-Phase Roadmap: Upon completion, you will receive a Personalized Learning Roadmap detailing exactly:
The 3-5 priority AI concepts the student should master.
The safest and most age-appropriate AI tools for their needs.
A recommended coaching plan to build their confidence, creativity, and critical thinking.

Precise and specialized educational plan that guarantees your child will not only understand AI, but learn how to master it ethically and independently.
verified badge
*Goal: To understand artificial intelligence without fear, use it to simplify life, and uncover digital traps.*

### **1: Demystifying Artificial Intelligence (What Exactly Is It?)**

* **Artificial intelligence is not a "movie robot":** The fundamental difference between science fiction and practical reality.
* **How it works (simply):** Imagine a "giant library"; AI has read billions of books and uses them to predict the completion of a sentence or create a new image.
* **Where do we use it now?** The spell checker, Netflix and YouTube suggestions, GPS navigation, and voice assistants such as Siri and Alexa.

---

### **2: Using artificial intelligence to make your life easier**

* **Interacting with artificial intelligence (ChatGPT, Cloud, Gemini):**
* Writing formal emails or complex letters.
* Summarizing long articles or huge documents.
* Plan travel itineraries or create food recipes from ingredients available in the refrigerator.


* **Creativity and Memory:**
* Create creative images for greeting cards (via Midjourney or DALL-E).
Restoring and coloring old family photos.

3: The art of speaking to the machine (the Prompt skill)**

* **Context Style:** Why is the phrase "Give me a cake recipe" less effective than "I have a gluten allergy and I'm having 4 people, give me a simple chocolate cake recipe".
* **Role-taking:** Learn to ask the artificial intelligence to "speak like a tourism expert" or "answer me like a specialized agricultural engineer."

4: Precautions and Critical Thinking (A Survival Guide)**

Digital hallucinations:** Understand that artificial intelligence may confidently present false information (never rely on it for medical or legal advice without verification).
Privacy protection
Do not share sensitive data (ID numbers, passwords, bank details).
Be aware that everything you write may be used to train systems in the future.

Detecting deepfakes:**
How to identify fake photos or videos (examine hand details, strange reflections, or metallic sound).
* The golden rule: Verify by cross-referencing different sources.

5: Ethics and Impact (A Future Perspective)**

Copyright: Who owns the image created by artificial intelligence?
Environmental impact: Water and energy consumption in large data centers.
The future: Will artificial intelligence replace us or will it be an assistant to us?

Additional tip:** Since you are targeting the Gulf region, it is preferable to use terms such as "Digital Transformation" and "Innovation" at the beginning of your presentation, as they are very catchy words for decision-makers there.
verified badge
This course provides a comprehensive and professionally structured introduction to computer networking and data communications. It is designed for students who aim to build a strong technical foundation aligned with industry standards such as the Cisco Certified Network Associate (CCNA).

Course Topics Include:

Network architecture and reference models (OSI and TCP/IP)

IPv4 addressing, subnetting, CIDR, and basic IPv6 concepts

Switching fundamentals (MAC address tables, VLANs, trunking)

Routing principles and static routing configuration

TCP and UDP protocols, ports, and socket communication

Core network protocols (ARP, ICMP, DNS, DHCP, HTTP/HTTPS, FTP)

Network infrastructure devices (routers, switches, firewalls, wireless access points)

Introduction to network security fundamentals

Basic network troubleshooting methodologies and CLI analysis

The teaching methodology combines structured theoretical explanation with practical examples to ensure students understand how real-world networks operate in enterprise and campus environments. Packet flow analysis and scenario-based exercises help bridge theory with practical implementation.

Target Audience:

High school and university students in Computer Science, Information Technology, or Engineering

Beginners preparing for CCNA certification

Individuals seeking a strong networking foundation before advancing to cybersecurity, cloud computing, or advanced infrastructure studies

By the end of the course, students will confidently understand how data travels across networks, how routing and switching function, and how modern network infrastructures are designed, implemented, and managed.
verified badge
I offer programming lessons for students who want to build strong foundations, improve their problem-solving skills, or get help with coursework and projects.

I am a Master’s student in HealthTech and Robotics in Strasbourg, with a strong background in engineering, mathematics, programming, and technical problem solving. I teach in a clear, patient, and structured way, with a focus on helping students understand the logic behind the code, not just copy solutions.

Depending on the student’s level and needs, I can help with programming fundamentals, algorithms, problem solving, debugging, and writing cleaner code. I mainly teach Python, MATLAB, C, and C++, and I can also help students understand basic embedded programming concepts and microcontroller-related work.

My goal is to make programming more understandable, less intimidating, and more practical, while helping each student build confidence and become more independent.
verified badge
I offer courses in various programming languages, as well as practical and tutorial sessions at home, with ongoing support throughout the course. I also offer tutoring in mathematics, chemistry, or physics, depending on your needs, at a reasonable price.
The goal is to acquire the basics of computer science for beginners or to improve the knowledge of learners.
verified badge
This course aims to introduce you to programming in the Python language.
If you already have some basic knowledge, no problem, we can progress faster. Feel free to tell me what you already know and what you'd like to study first! I'll adapt to your needs.
verified badge
Learn programming through a practical top-down approach focused on understanding how real software is designed and built not just memorising syntax.

In my classes, we start with the bigger picture first:
How applications actually work
How to break complex problems into smaller parts
How developers think while building software
How frontend, backend, databases, and APIs connect together

Instead of jumping directly into theory or isolated exercises, you’ll learn programming by understanding systems, architecture, and real-world workflows first - making coding easier to understand and far more practical.

Classes can cover:
Programming fundamentals
Web development
JavaScript / TypeScript
React
Node.js
APIs and databases
Full-stack application structure
Project building and debugging
Software thinking and problem-solving

Suitable for:
Complete beginners
Students struggling with traditional teaching methods
Aspiring developers who want practical skills
People who want to build real projects and startups
Good-fit Instructor Guarantee
favorite button
message icon
Contact Farouk