facebook
favorite button
member since icon
منذ يوليو 2022
أستاذ منذ يوليو 2022
Microsoft Power platform Classes for any level welcomed.
course price icon
من 248.28 QAR
arrow icon
Microsoft Power-platform is a new emerging technology by Microsoft that is now widely adopted by huge companies and the average salary for working as a power-platform developer is around £35-60k a year. Unfortunately this skill is not widely taught in schools or university, that is why I intend on teaching you this skill in order for you breach that gap, and start your career off as a power platform expert.

So why not get ahead of your peers and signup for this chance to become a power-platform developer, and learn from an expert who has worked for major companies including the UK’s Ministry of Defence etc.

This course has 4 variations which are:
1.Introduction to Power BI which includes;
Data transformation
Data analysis
BI UI
Filtering & Slicing data
Data Relationships and Date time Dimensions
Bookmark functionality.


2.Introduction to PowerApps which includes
Model driven apps
Canvas app
API and Connections
Creating a usable application
Learning Dataverse

3. Introduction to PowerAutomate which includes
Automations to power-apps
Automations to emails
Automations to data source
Automation to accounts include twitter, gmail or YouTube
Secure automation procedures
Conditions and variables

4. Introduction to Virtual Agent which includes
Virtual Bot design
Policies and data library
Interactive Bots
Sequential protocols for Bots
معلومات إضافية
Have experience on how to use a laptop.
المكان
location type icon
عبر الانترنت من المملكة المتحدة
من أنا؟
I am a power platform expert who bases all his tutoring on industrial requirement. This classes would not only teach you PowerPlatform as a program but would teach you on how to apply this skill in an actual work environment. It would also help those looking for interview preps, as we would also teach common issues companies face in powerplatform and how you can stand out among other candidates.
I have taught student of most ages and class who are willing to learn and give it their all, I also understand some concepts are harder to grasp and that is why I try to use relatable examples in order to help the individual understand better and remember
So If you’re looking for tutor who is willing to ensure you fully understand and is willing to take you step by step through the course. Then look no further. Book Now
المستوى التعليمي
University of Bedfordshire, Bsc Computer Security and Forensic - First class, 2016-2020
GCSEs - including English and Mathematics.
Microsoft PowerApps maker certifications
الخبرة / المؤهلات
Senior Power-platform Developer at UK Ministry of Defence - current role
Microsoft 365 Developer at SURELOCK McGill Uk - previous role
السن
شباب (13-17 سنة)
الكبار (18-64 سنة)
الكبار (65 سنة فأكثر)
مستوى الطالب
مبتدئ
متوسط
متقدم
المدة
60 دقيقة
الدرس يدور باللغة
الإنجليزية
الجاهزية في الأسبوع العادي
(GMT -05:00)
نيويورك
at teacher icon
على الانترنت عبر كاميرا ويب
Mon
Tue
Wed
Thu
Fri
Sat
Sun
00-04
04-08
08-12
12-16
16-20
20-24
فصول مماثلة
arrow icon previousarrow icon next
verified badge
Looking to master programming and become a skilled developer? In this course, you'll learn the basics of Python and other programming languages, as well as how to use them to build machine learning models. We also offer specialized assistance for students in programming and database management using SQL.

Python is a powerful general-purpose language used in web development, data science, software prototyping, and more. Its simple and easy-to-use syntax makes it an excellent choice for beginners learning to program.

Additionally, upon request, we offer courses in other programming languages such as C, JAVA, R, and MATLAB.

Classes can be conducted remotely or in person, and we tailor our instruction to meet individual or group needs.

If you have any questions, feel free to contact us.
verified badge
Your project is broken? Deadline approaching? Can't deploy? I help developers and students fix bugs, optimize code, and deploy applications to production.
I Specialize In:

Emergency Debugging: Find and fix errors fast (frontend crashes, backend timeouts, database issues)
Deployment Rescue: Get your app live when nothing works (AWS, Vercel, Netlify)
Performance Optimization: Speed up slow applications (database queries, API responses, bundle size)
CI/CD Setup: Automate your deployment pipeline (GitHub Actions, testing, monitoring)

Common Problems I Solve:

❌ "My app works locally but crashes in production"
❌ "Database queries are too slow"
❌ "Authentication isn't working"
❌ "Can't deploy to AWS / Vercel"
❌ "Getting weird errors I don't understand"
❌ "Payment integration (Stripe) not working"

Technologies I Work With:

Frontend: React, Next.js, TypeScript, Vue, Angular
Backend: Node.js, NestJS, Express, Python (Django, Flask)
Databases: PostgreSQL, MySQL, MongoDB, Redis
Cloud: AWS (EC2, RDS, S3), Vercel, Netlify, Render
DevOps: Docker, CI/CD, GitHub Actions, Nginx

Perfect For:

Students: Fix your project before the deadline
Junior Developers: Debug production issues you can't solve alone
Freelancers: Get unstuck on client projects fast
Startups: Fix and deploy your MVP without hiring a full-time engineer

How It Works:

Live Debugging Session: We fix it together via screen share
Code Review: I show you how to prevent the issue in the future
Documentation: You get a summary of what was fixed and why

Average Resolution Time:

Simple bugs: 1-2 hours
Deployment issues: 2-3 hours
Complex debugging: 3-5 hours

Urgent projects accepted (same-day availability for emergencies).
verified badge
Module 1: SQL Overview
Outlining SQL as the cornerstone of database activity
Applying the ANSI/ISO standards
Describing the fundamental building blocks: tables, columns, primary keys, and foreign keys

Module 2: Building the Database Schema
- Creating tables and columns
Building tables with CREATE TABLE
Modifying table structure with ALTER TABLE
Adding columns to an existing table
Removing tables with DROP TABLE

- Protecting data integrity with constraints
Guaranteeing uniqueness with primary key constraints
Enforcing integrity with foreign key constraints
Imposing business rules with check constraints

- Improving performance with indexes
Expediting data retrieval with indexes
Recommending guidelines for index creation

Module 3: Manipulating Data
- Modifying table contents
Adding table rows with INSERT
Changing row content with UPDATE
Removing rows with DELETE

- Applying transactions
Controlling transactions with COMMIT and ROLLBACK
Deploying BEGIN TRANSACTION in SQL Server

Module 4: Working with the SELECT Statement
- Writing Single Table queries
Retrieving data with SELECT
Specifying column expressions
Sorting the result with ORDER BY
Handling NULL values in expressions

- Restricting rows with the WHERE filter
Testing for equality or inequality
Applying wildcard characters
Avoiding NULL value pitfalls

Module 5: Querying Multiple Tables
- Applying the ANSI/ISO standard join syntax
Matching related rows with INNER JOIN
Including nonmatched rows with OUTER JOIN
Creating a Cartesian product with CROSS JOIN

- Combining results with set operators
Stacking results with UNION
Identifying matching rows with INTERSECT
Utilizing EXCEPT to find nonmatching rows

Module 6: Employing Functions in Data Retrieval
- Processing data with row functions
Conditional formatting with the CASE expression
Utilizing the CASE expression to simulate IF tests
Dealing with NULL values

- Performing analysis with aggregate functions
Summarizing data using SUM, AVG and COUNT
Finding the highest/lowest values with MAX and MIN
Defining the summary level with GROUP BY
Applying filter conditions with HAVING

Module 7: Constructing Nested Queries
- Applying subqueries in filter conditions
Creating correlated vs. noncorrelated subqueries
Testing the existence of rows

- Including subqueries in expressions
Placing subqueries in the column list
Creating complex expressions containing subqueries
Handling subqueries that return no rows

Module 8: Developing In-Line and Stored Views
- Breaking down complex problems
Selecting data from a query result set
Using subqueries in the FROM clause

- Creating views in a database
Building reusable code
Creating updateable vs. non-updateable views
verified badge
Master Python with Personalized Courses

Discover the art of programming with Python courses tailor-made to meet your specific needs. Whether you are a beginner, intermediate or professional, my lessons are suitable for all levels.

Why Choose My Courses?

Personalized Teaching Approach: Each course is tailored to your skill level and individual goals.

Practical Experience: Learn by doing with real-world projects that build your understanding and skills.

Ongoing Support: Get unlimited email support for any questions you have between sessions.

As a Python expert, I have a passion for teaching and sharing my knowledge. My goal is to guide you effectively in your learning journey.

Book Your First Lesson:

Start your journey to Python mastery now by booking your first lesson. Whether you aspire to enter the development field or hone your existing skills, these courses are designed for you.
verified badge
We are a team of engineers passionate about programming. We offer Python tutoring courses suitable for all levels (beginners, advanced students, CPGE students, or anyone looking to develop their skills).

Our courses combine essential foundations, practical examples and clear teaching to ensure solid and useful progress for both studies and careers.
verified badge
Python is a simple, powerful, and versatile programming language, ideal for beginners looking to learn or change careers in computer science. This course will help you understand the basics of programming (variables, loops, conditions, functions) through practical, hands-on exercises.
You'll learn how to create your first scripts, manipulate data, and automate simple tasks. All in an accessible, interactive, and practical setting.

This course is aimed at anyone who is a beginner, curious about digital technology, or who wishes to develop skills useful in many professional sectors.
verified badge
This fun and interactive course introduces kids and teens to the fundamentals of coding using Scratch, a visual programming language developed by MIT. Students will learn to create games, animations, and interactive stories while developing problem-solving, logical thinking, and creativity skills—all in a playful, drag-and-drop environment!
Who Should Join?
✔ Kids & teens curious about coding and game design
✔ Young learners who enjoy storytelling, art, or technology
✔ Future coders looking for a fun introduction to programming
verified badge
I offer computer courses suitable for all levels.
The program may include:

Basics of computing and use of digital tools
Introduction to programming and computer logic
Web or software development concepts according to your needs
Practical exercises to progress at your own pace

The course is personalized according to your objectives to allow you to acquire solid computer skills.
verified badge
My courses are designed for beginners as well as those with some prior knowledge who want to improve their programming skills or create their first web projects. I always begin by assessing your level and objectives (e.g., understanding the basics, completing an assignment, building a complete website, etc.). Then, I tailor the course entirely to your pace so you can learn without stress. I offer a comprehensive learning experience that combines theory (to understand the concepts) and practice (to apply them immediately). This allows you to progress faster and truly master what you learn. Teaching Methods: Simple explanations with concrete examples for the theory; Guided practical exercises to reinforce understanding; Mini-projects to directly apply each new concept; Correction and improvement of your own projects if you have any. Typical Session Structure: Quick review of previous concepts; New concept explained progressively; Practical exercises or mini-project to apply; Questions/answers + personalized advice; Work plan to continue between sessions (optional). What sets me apart: Simple teaching methods adapted to beginners; Balanced mix of theory and practice; Personalized support according to your objectives; Patience and step-by-step explanations; Possibility of creating concrete projects from the very first lessons. My courses are suitable for students from middle school to university level, as well as adults wishing to learn web development or change fields.
verified badge
كورس أساسيات البرمجة بلغة C++ مصمم للمبتدئين ويؤهلك لفهم التفكير البرمجي وكتابة برامج حقيقية بطريقة صحيحة ومنظمة. ستتعلم اساسيات لغة ال C++ وبنهاية الكورس ستتمكن من فهم مبادئ البرمجة والتفكير المنطقي كتابة برامج كاملة بلغة C++ من الصفرو تحليل المشكلات وتحويلها إلى حلول برمجية
استمتعوا معي بدراسة البرمجة والقدرة على الابداع بها
verified badge
Hello, My name is Ahmed & I'm working as a TA in Ain Shams University.
I am available for assignments, Homeworks, exams, quizzes, projects, and labs.

Expert Programming & Web Development Tutor | Python, Java, C#, C++, Frontend, Backend, Databases, AI & Data Science

💻 Programming Languages:
✔ Programming: C, C++, Java, Python, PHP, JavaScript, HTML
✔ Mathematics: Linear Algebra, Calculus, Discrete Math, Probability, Optimization
✔ Object-Oriented Programming (OOP): Encapsulation, Polymorphism, Inheritance, Abstraction, Design Patterns
✔ Machine Learning: Neural Networks, Regression, Classification, Clustering, Reinforcement Learning
✔ Data Structures & Algorithms (DSA): Trees, Graphs, Linked Lists, Stacks, Queues, Priority Queues, Hash Tables, Tries, Heaps, Disjoint Sets, Sorting Algorithms (Merge Sort, Quick Sort, Heap Sort, etc.), Searching Algorithms (Binary Search, Linear Search), Dynamic Programming, Greedy Algorithms, Divide & Conquer, Backtracking, Topological Sort, Graph Traversals (BFS, DFS), Minimum Spanning Tree (Prim’s, Kruskal’s), Shortest Path Algorithms (Dijkstra’s, Bellman-Ford, Floyd-Warshall), String Algorithms (KMP, Rabin-Karp, Z-Algorithm), and more!
✔ Assignments, Homework, Labs, Projects, Exams, or Quizzes

🌐 Web Development:
Frontend – HTML, CSS, JavaScript, React, Laravel
Backend – .NET, PHP, Flask, Django

🗄️ Databases:
SQL, MongoDB

🧠 AI & Data Science:
Python for Data Science, Machine Learning, Pandas, NumPy, Data Visualization

✅ What You’ll Get:
Personalized one-on-one sessions
Clear explanations with real-world examples
Hands-on coding practice
Help with assignments, projects, and interview prep
A focus on understanding, not memorizing
No matter your level, I make learning tech engaging and effective. Let’s turn your goals into achievements—one line of code at a time!
verified badge
*الهدف: فهم الذكاء الاصطناعي بلا خوف، استخدامه لتبسيط الحياة، وكشف الفخاخ الرقمية**

### **1: إزالة الغموض عن الذكاء الاصطناعي (ما هو بالضبط؟)**

* **الذكاء الاصطناعي ليس "روبوت الأفلام":** الفرق الجوهري بين الخيال العلمي والواقع العملي.
* **كيف يعمل (ببساطة):** تخيل "مكتبة عملاقة"؛ لقد قرأ الذكاء الاصطناعي مليارات الكتب ويستخدمها لتوقع تكملة جملة ما أو ابتكار صورة جديدة.
* **أين نستخدمه حالياً؟** المصحح اللغوي، مقترحات نتفليكس ويوتيوب، نظام الملاحة (GPS)، والمساعدات الصوتية مثل (سيري وأليكسا).

---

### **2: استخدام الذكاء الاصطناعي لتسهيل حياتك**

* **التحاور مع الذكاء الاصطناعي (ChatGPT, Claude, Gemini):**
* كتابة رسائل البريد الإلكتروني الرسمية أو الخطابات المعقدة.
* تلخيص المقالات الطويلة أو الوثائق الضخمة.
* تخطيط مسارات السفر أو ابتكار وصفات طعام من المكونات المتوفرة في الثلاجة.


* **الإبداع والذاكرة:**
* إنشاء صور مبتكرة لبطاقات المعايدة (عبر Midjourney أو DALL-E).
* ترميم وتلوين صور العائلة القديمة.

3: فن التحدث مع الآلة (مهارة الـ Prompt)**

* **أسلوب السياق:** لماذا عبارة "أعطني وصفة كعكة" أقل فعالية من "أنا أعاني من حساسية الجلوتين وسأستقبل 4 أشخاص، أعطني وصفة كعكة شوكولاتة بسيطة".
* **تقمص الأدوار:** تعلم أن تطلب من الذكاء الاصطناعي "تحدث كخبير سياحي" أو "أجبني كمهندس زراعي مختص".

4: الاحتياطات والتفكير النقدي (دليل النجاة)**

الهلوسة الرقمية":** فهم أن الذكاء الاصطناعي قد يقدم معلومات خاطئة بثقة تامة (لا تعتمد عليه أبداً في استشارة طبية أو قانونية دون تحقق).
حماية الخصوصية
عدم مشاركة بيانات حساسة (أرقام الهوية، كلمات المرور، تفاصيل البنك).
إدراك أن كل ما تكتبه قد يُستخدم في تدريب الأنظمة مستقبلاً.

كشف التزييف العميق (Deepfakes):**
كيفية تمييز الصور أو الفيديوهات المفبركة (التدقيق في تفاصيل اليدين، الانعكاسات الغريبة، أو الصوت المعدني).
* القاعدة الذهبية: التحقق عبر مقاطعة المصادر المختلفة.

5: الأخلاقيات والأثر (رؤية مستقبلية)**

حقوق الملكية:** لمن تعود ملكية الصورة التي أنشأها الذكاء الاصطناعي؟
الأثر البيئي:** استهلاك المياه والطاقة في مراكز البيانات الضخمة.
المستقبل:** هل سيحل الذكاء الاصطناعي محلنا أم سيكون مساعداً لنا؟

نصيحة إضافية:** بما أنك تستهدف منطقة الخليج، يفضل استخدام مصطلحات مثل "التحول الرقمي" (Digital Transformation) و"الابتكار" (Innovation) في مقدمة عرضك، فهي كلمات رنانة جداً لدى صناع القرار هناك.
verified badge
Tous les sections ,Maths pour les élèves de bac, eco ,maths ,info , sciences
Maths pour les élèves de bac, eco ,maths ,info , sciences
Maths pour les élèves de bac, eco ,maths ,info , sciences
Maths pour les élèves de bac, eco ,maths ,info , sciences
verified badge
Do you want to discover programming or strengthen your computer skills?
This programming course is designed to guide you step by step, from beginner to intermediate level.

🔹 On the agenda:

Programming fundamentals (logic, algorithms)

Introduction to modern programming languages (Python, JavaScript, PHP as needed)

Creation of practical and concrete projects

Simple and educational methods

🎯 For whom?

Beginners with no prerequisites

Students and pupils

Anyone wishing to get into software development

💻 Required materials:

A computer

Motivation and a desire to learn 😉

📍 In-person or online courses
📅 Flexible hours
verified badge
This class is designed for beginners who want to start learning robotics in a simple and practical way.

Students will learn the basics of electronics, Arduino programming, sensors, motors, and how to build small real-world projects step by step. No advanced background is required.

The course focuses on hands-on learning: connecting components, writing Arduino code, understanding how robots work, and creating mini projects such as smart fans, automatic lights, and simple robots.

By the end of the class, students will understand how hardware and software work together and will be able to build their own basic robotic systems.

This class is suitable for students, hobbyists, and anyone interested in robotics and technology.
message icon
اتصل بMichael
repeat students icon
الدرس الأول مضمون
بواسطة
ضمان المدرس المناسب
فصول مماثلة
arrow icon previousarrow icon next
verified badge
Looking to master programming and become a skilled developer? In this course, you'll learn the basics of Python and other programming languages, as well as how to use them to build machine learning models. We also offer specialized assistance for students in programming and database management using SQL.

Python is a powerful general-purpose language used in web development, data science, software prototyping, and more. Its simple and easy-to-use syntax makes it an excellent choice for beginners learning to program.

Additionally, upon request, we offer courses in other programming languages such as C, JAVA, R, and MATLAB.

Classes can be conducted remotely or in person, and we tailor our instruction to meet individual or group needs.

If you have any questions, feel free to contact us.
verified badge
Your project is broken? Deadline approaching? Can't deploy? I help developers and students fix bugs, optimize code, and deploy applications to production.
I Specialize In:

Emergency Debugging: Find and fix errors fast (frontend crashes, backend timeouts, database issues)
Deployment Rescue: Get your app live when nothing works (AWS, Vercel, Netlify)
Performance Optimization: Speed up slow applications (database queries, API responses, bundle size)
CI/CD Setup: Automate your deployment pipeline (GitHub Actions, testing, monitoring)

Common Problems I Solve:

❌ "My app works locally but crashes in production"
❌ "Database queries are too slow"
❌ "Authentication isn't working"
❌ "Can't deploy to AWS / Vercel"
❌ "Getting weird errors I don't understand"
❌ "Payment integration (Stripe) not working"

Technologies I Work With:

Frontend: React, Next.js, TypeScript, Vue, Angular
Backend: Node.js, NestJS, Express, Python (Django, Flask)
Databases: PostgreSQL, MySQL, MongoDB, Redis
Cloud: AWS (EC2, RDS, S3), Vercel, Netlify, Render
DevOps: Docker, CI/CD, GitHub Actions, Nginx

Perfect For:

Students: Fix your project before the deadline
Junior Developers: Debug production issues you can't solve alone
Freelancers: Get unstuck on client projects fast
Startups: Fix and deploy your MVP without hiring a full-time engineer

How It Works:

Live Debugging Session: We fix it together via screen share
Code Review: I show you how to prevent the issue in the future
Documentation: You get a summary of what was fixed and why

Average Resolution Time:

Simple bugs: 1-2 hours
Deployment issues: 2-3 hours
Complex debugging: 3-5 hours

Urgent projects accepted (same-day availability for emergencies).
verified badge
Module 1: SQL Overview
Outlining SQL as the cornerstone of database activity
Applying the ANSI/ISO standards
Describing the fundamental building blocks: tables, columns, primary keys, and foreign keys

Module 2: Building the Database Schema
- Creating tables and columns
Building tables with CREATE TABLE
Modifying table structure with ALTER TABLE
Adding columns to an existing table
Removing tables with DROP TABLE

- Protecting data integrity with constraints
Guaranteeing uniqueness with primary key constraints
Enforcing integrity with foreign key constraints
Imposing business rules with check constraints

- Improving performance with indexes
Expediting data retrieval with indexes
Recommending guidelines for index creation

Module 3: Manipulating Data
- Modifying table contents
Adding table rows with INSERT
Changing row content with UPDATE
Removing rows with DELETE

- Applying transactions
Controlling transactions with COMMIT and ROLLBACK
Deploying BEGIN TRANSACTION in SQL Server

Module 4: Working with the SELECT Statement
- Writing Single Table queries
Retrieving data with SELECT
Specifying column expressions
Sorting the result with ORDER BY
Handling NULL values in expressions

- Restricting rows with the WHERE filter
Testing for equality or inequality
Applying wildcard characters
Avoiding NULL value pitfalls

Module 5: Querying Multiple Tables
- Applying the ANSI/ISO standard join syntax
Matching related rows with INNER JOIN
Including nonmatched rows with OUTER JOIN
Creating a Cartesian product with CROSS JOIN

- Combining results with set operators
Stacking results with UNION
Identifying matching rows with INTERSECT
Utilizing EXCEPT to find nonmatching rows

Module 6: Employing Functions in Data Retrieval
- Processing data with row functions
Conditional formatting with the CASE expression
Utilizing the CASE expression to simulate IF tests
Dealing with NULL values

- Performing analysis with aggregate functions
Summarizing data using SUM, AVG and COUNT
Finding the highest/lowest values with MAX and MIN
Defining the summary level with GROUP BY
Applying filter conditions with HAVING

Module 7: Constructing Nested Queries
- Applying subqueries in filter conditions
Creating correlated vs. noncorrelated subqueries
Testing the existence of rows

- Including subqueries in expressions
Placing subqueries in the column list
Creating complex expressions containing subqueries
Handling subqueries that return no rows

Module 8: Developing In-Line and Stored Views
- Breaking down complex problems
Selecting data from a query result set
Using subqueries in the FROM clause

- Creating views in a database
Building reusable code
Creating updateable vs. non-updateable views
verified badge
Master Python with Personalized Courses

Discover the art of programming with Python courses tailor-made to meet your specific needs. Whether you are a beginner, intermediate or professional, my lessons are suitable for all levels.

Why Choose My Courses?

Personalized Teaching Approach: Each course is tailored to your skill level and individual goals.

Practical Experience: Learn by doing with real-world projects that build your understanding and skills.

Ongoing Support: Get unlimited email support for any questions you have between sessions.

As a Python expert, I have a passion for teaching and sharing my knowledge. My goal is to guide you effectively in your learning journey.

Book Your First Lesson:

Start your journey to Python mastery now by booking your first lesson. Whether you aspire to enter the development field or hone your existing skills, these courses are designed for you.
verified badge
We are a team of engineers passionate about programming. We offer Python tutoring courses suitable for all levels (beginners, advanced students, CPGE students, or anyone looking to develop their skills).

Our courses combine essential foundations, practical examples and clear teaching to ensure solid and useful progress for both studies and careers.
verified badge
Python is a simple, powerful, and versatile programming language, ideal for beginners looking to learn or change careers in computer science. This course will help you understand the basics of programming (variables, loops, conditions, functions) through practical, hands-on exercises.
You'll learn how to create your first scripts, manipulate data, and automate simple tasks. All in an accessible, interactive, and practical setting.

This course is aimed at anyone who is a beginner, curious about digital technology, or who wishes to develop skills useful in many professional sectors.
verified badge
This fun and interactive course introduces kids and teens to the fundamentals of coding using Scratch, a visual programming language developed by MIT. Students will learn to create games, animations, and interactive stories while developing problem-solving, logical thinking, and creativity skills—all in a playful, drag-and-drop environment!
Who Should Join?
✔ Kids & teens curious about coding and game design
✔ Young learners who enjoy storytelling, art, or technology
✔ Future coders looking for a fun introduction to programming
verified badge
I offer computer courses suitable for all levels.
The program may include:

Basics of computing and use of digital tools
Introduction to programming and computer logic
Web or software development concepts according to your needs
Practical exercises to progress at your own pace

The course is personalized according to your objectives to allow you to acquire solid computer skills.
verified badge
My courses are designed for beginners as well as those with some prior knowledge who want to improve their programming skills or create their first web projects. I always begin by assessing your level and objectives (e.g., understanding the basics, completing an assignment, building a complete website, etc.). Then, I tailor the course entirely to your pace so you can learn without stress. I offer a comprehensive learning experience that combines theory (to understand the concepts) and practice (to apply them immediately). This allows you to progress faster and truly master what you learn. Teaching Methods: Simple explanations with concrete examples for the theory; Guided practical exercises to reinforce understanding; Mini-projects to directly apply each new concept; Correction and improvement of your own projects if you have any. Typical Session Structure: Quick review of previous concepts; New concept explained progressively; Practical exercises or mini-project to apply; Questions/answers + personalized advice; Work plan to continue between sessions (optional). What sets me apart: Simple teaching methods adapted to beginners; Balanced mix of theory and practice; Personalized support according to your objectives; Patience and step-by-step explanations; Possibility of creating concrete projects from the very first lessons. My courses are suitable for students from middle school to university level, as well as adults wishing to learn web development or change fields.
verified badge
كورس أساسيات البرمجة بلغة C++ مصمم للمبتدئين ويؤهلك لفهم التفكير البرمجي وكتابة برامج حقيقية بطريقة صحيحة ومنظمة. ستتعلم اساسيات لغة ال C++ وبنهاية الكورس ستتمكن من فهم مبادئ البرمجة والتفكير المنطقي كتابة برامج كاملة بلغة C++ من الصفرو تحليل المشكلات وتحويلها إلى حلول برمجية
استمتعوا معي بدراسة البرمجة والقدرة على الابداع بها
verified badge
Hello, My name is Ahmed & I'm working as a TA in Ain Shams University.
I am available for assignments, Homeworks, exams, quizzes, projects, and labs.

Expert Programming & Web Development Tutor | Python, Java, C#, C++, Frontend, Backend, Databases, AI & Data Science

💻 Programming Languages:
✔ Programming: C, C++, Java, Python, PHP, JavaScript, HTML
✔ Mathematics: Linear Algebra, Calculus, Discrete Math, Probability, Optimization
✔ Object-Oriented Programming (OOP): Encapsulation, Polymorphism, Inheritance, Abstraction, Design Patterns
✔ Machine Learning: Neural Networks, Regression, Classification, Clustering, Reinforcement Learning
✔ Data Structures & Algorithms (DSA): Trees, Graphs, Linked Lists, Stacks, Queues, Priority Queues, Hash Tables, Tries, Heaps, Disjoint Sets, Sorting Algorithms (Merge Sort, Quick Sort, Heap Sort, etc.), Searching Algorithms (Binary Search, Linear Search), Dynamic Programming, Greedy Algorithms, Divide & Conquer, Backtracking, Topological Sort, Graph Traversals (BFS, DFS), Minimum Spanning Tree (Prim’s, Kruskal’s), Shortest Path Algorithms (Dijkstra’s, Bellman-Ford, Floyd-Warshall), String Algorithms (KMP, Rabin-Karp, Z-Algorithm), and more!
✔ Assignments, Homework, Labs, Projects, Exams, or Quizzes

🌐 Web Development:
Frontend – HTML, CSS, JavaScript, React, Laravel
Backend – .NET, PHP, Flask, Django

🗄️ Databases:
SQL, MongoDB

🧠 AI & Data Science:
Python for Data Science, Machine Learning, Pandas, NumPy, Data Visualization

✅ What You’ll Get:
Personalized one-on-one sessions
Clear explanations with real-world examples
Hands-on coding practice
Help with assignments, projects, and interview prep
A focus on understanding, not memorizing
No matter your level, I make learning tech engaging and effective. Let’s turn your goals into achievements—one line of code at a time!
verified badge
*الهدف: فهم الذكاء الاصطناعي بلا خوف، استخدامه لتبسيط الحياة، وكشف الفخاخ الرقمية**

### **1: إزالة الغموض عن الذكاء الاصطناعي (ما هو بالضبط؟)**

* **الذكاء الاصطناعي ليس "روبوت الأفلام":** الفرق الجوهري بين الخيال العلمي والواقع العملي.
* **كيف يعمل (ببساطة):** تخيل "مكتبة عملاقة"؛ لقد قرأ الذكاء الاصطناعي مليارات الكتب ويستخدمها لتوقع تكملة جملة ما أو ابتكار صورة جديدة.
* **أين نستخدمه حالياً؟** المصحح اللغوي، مقترحات نتفليكس ويوتيوب، نظام الملاحة (GPS)، والمساعدات الصوتية مثل (سيري وأليكسا).

---

### **2: استخدام الذكاء الاصطناعي لتسهيل حياتك**

* **التحاور مع الذكاء الاصطناعي (ChatGPT, Claude, Gemini):**
* كتابة رسائل البريد الإلكتروني الرسمية أو الخطابات المعقدة.
* تلخيص المقالات الطويلة أو الوثائق الضخمة.
* تخطيط مسارات السفر أو ابتكار وصفات طعام من المكونات المتوفرة في الثلاجة.


* **الإبداع والذاكرة:**
* إنشاء صور مبتكرة لبطاقات المعايدة (عبر Midjourney أو DALL-E).
* ترميم وتلوين صور العائلة القديمة.

3: فن التحدث مع الآلة (مهارة الـ Prompt)**

* **أسلوب السياق:** لماذا عبارة "أعطني وصفة كعكة" أقل فعالية من "أنا أعاني من حساسية الجلوتين وسأستقبل 4 أشخاص، أعطني وصفة كعكة شوكولاتة بسيطة".
* **تقمص الأدوار:** تعلم أن تطلب من الذكاء الاصطناعي "تحدث كخبير سياحي" أو "أجبني كمهندس زراعي مختص".

4: الاحتياطات والتفكير النقدي (دليل النجاة)**

الهلوسة الرقمية":** فهم أن الذكاء الاصطناعي قد يقدم معلومات خاطئة بثقة تامة (لا تعتمد عليه أبداً في استشارة طبية أو قانونية دون تحقق).
حماية الخصوصية
عدم مشاركة بيانات حساسة (أرقام الهوية، كلمات المرور، تفاصيل البنك).
إدراك أن كل ما تكتبه قد يُستخدم في تدريب الأنظمة مستقبلاً.

كشف التزييف العميق (Deepfakes):**
كيفية تمييز الصور أو الفيديوهات المفبركة (التدقيق في تفاصيل اليدين، الانعكاسات الغريبة، أو الصوت المعدني).
* القاعدة الذهبية: التحقق عبر مقاطعة المصادر المختلفة.

5: الأخلاقيات والأثر (رؤية مستقبلية)**

حقوق الملكية:** لمن تعود ملكية الصورة التي أنشأها الذكاء الاصطناعي؟
الأثر البيئي:** استهلاك المياه والطاقة في مراكز البيانات الضخمة.
المستقبل:** هل سيحل الذكاء الاصطناعي محلنا أم سيكون مساعداً لنا؟

نصيحة إضافية:** بما أنك تستهدف منطقة الخليج، يفضل استخدام مصطلحات مثل "التحول الرقمي" (Digital Transformation) و"الابتكار" (Innovation) في مقدمة عرضك، فهي كلمات رنانة جداً لدى صناع القرار هناك.
verified badge
Tous les sections ,Maths pour les élèves de bac, eco ,maths ,info , sciences
Maths pour les élèves de bac, eco ,maths ,info , sciences
Maths pour les élèves de bac, eco ,maths ,info , sciences
Maths pour les élèves de bac, eco ,maths ,info , sciences
verified badge
Do you want to discover programming or strengthen your computer skills?
This programming course is designed to guide you step by step, from beginner to intermediate level.

🔹 On the agenda:

Programming fundamentals (logic, algorithms)

Introduction to modern programming languages (Python, JavaScript, PHP as needed)

Creation of practical and concrete projects

Simple and educational methods

🎯 For whom?

Beginners with no prerequisites

Students and pupils

Anyone wishing to get into software development

💻 Required materials:

A computer

Motivation and a desire to learn 😉

📍 In-person or online courses
📅 Flexible hours
verified badge
This class is designed for beginners who want to start learning robotics in a simple and practical way.

Students will learn the basics of electronics, Arduino programming, sensors, motors, and how to build small real-world projects step by step. No advanced background is required.

The course focuses on hands-on learning: connecting components, writing Arduino code, understanding how robots work, and creating mini projects such as smart fans, automatic lights, and simple robots.

By the end of the class, students will understand how hardware and software work together and will be able to build their own basic robotic systems.

This class is suitable for students, hobbyists, and anyone interested in robotics and technology.
ضمان المدرس المناسب
favorite button
message icon
اتصل بMichael