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 March 2022
Instructor since March 2022
Translated by GoogleSee original
IT Project Assistance & Support
course price icon
From 40 C$ /h
arrow icon
Personalized support for students, freelancers and entrepreneurs wishing to succeed in their IT projects.

Help with:

Project structuring

Technology choices

Specifications

Code correction and improvement

University projects (final year projects, final year projects, dissertations)

Finalization and delivery of the project
Extra information
Provide a description or progress report on the project

Weekly follow-up possible
Location
location type icon
Online from Morocco
About Me
I am a full stack web and mobile developer and hold a Master’s degree in ISI (Information Systems Engineering). I have extensive experience in designing, developing, and deploying web and mobile applications, and I teach students how to build real-world projects from scratch.

Skills and Competencies:

Front-End Development:

HTML5, CSS3, JavaScript, TypeScript

Responsive Web Design, Bootstrap, Tailwind CSS

Frameworks: Angular, React.js, Vue.js

UI/UX design principles, interactive web interfaces, single-page applications (SPA)

Back-End Development:

PHP programming, Symfony framework

Node.js & Express.js

RESTful API development and integration

Database management: MySQL, PostgreSQL, Firebase

Mobile Development:

Flutter (front-end), Dart programming

Mobile apps connected to APIs and databases

Firebase integration (authentication, storage, real-time data)

Additional Skills:

Git/GitHub for version control

Deployment: Heroku, Firebase Hosting, cPanel

Debugging, optimization, and error correction

Project architecture (MVC, modular code)

Agile methodology and project management basics

What I offer:
I guide students step by step, provide personalized advice, mentorship, and code review. I help apprentices and beginners complete their web or mobile projects successfully.
Education
Master’s Degree in ISI (Information Systems Engineering), Faculty of Sciences, Qadi Ayyad

Professional Bachelor’s Degree in Web Technology and Programming, Faculty of Sciences, Qadi Ayyad

DEUG in Mathematical and Computer Sciences, Faculty of Sciences, Qadi Ayyad
Experience / Qualifications
Full Stack Mobile Develope

Full Stack Web Developer

Experience in building real-world applications for apprentices, students, and beginners

Mentoring and supporting students in projects, debugging, and best practices
Age
Teenagers (13-17 years old)
Adults (18-64 years old)
Seniors (65+ years old)
Student level
Beginner
Intermediate
Advanced
Duration
60 minutes
90 minutes
120 minutes
The class is taught in
French
English
Arabic
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 programming course is intended for beginners as well as people who already have a foundation and wish to improve their skills.
We will cover programming logic, the basics of algorithms and practice through concrete examples.

Depending on your level and objectives, the course may include:

Introduction to programming

HTML, CSS, JavaScript

PHP / Node.js

Databases (MySQL, PostgreSQL)

Understanding and correcting errors in the code

Completion of small practical projects

The approach is progressive, clear, and practice-oriented.
Read more
Flutter is an open-source user interface software development kit (SDK) created by Google. It is used to develop applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia and the web from a single code base.
Read more
Show more
arrow icon
Similar classes
arrow icon previousarrow icon next
verified badge
Hello,
I have finished Masters in Financial Economics and Masters in Corporate Finance and Banking from EDHEC Business School, Grande Ecole. I offer courses to help students excel in Corporate Finance, Accounting, Strategy and Management. I make it a point to provide easy examples and explanations to help students remember things; specially for students who don't have english as their first language.

The courses will be designed to help the student overcome his/her weakness in a particular subject. Additionally, I also focus on communication and soft skills for holistic development and easy admission into universities.

I understand university education in and out, for any help in joining one, or surviving one; Vishakha to the rescue :)

Each successful student is a smile on my face :)

Hello,
I earned a Master's degree in Financial Economics and a Master's degree in Corporate Finance and Banking from EDHEC Business School, Grande Ecole. I offer courses to help students excel in corporate finance, accounting, strategy, and management. I make it a point to provide easy-to-understand examples and explanations to help students remember things; especially for students who are not native English speakers.

The courses will be designed to help the student overcome his weakness in a particular subject. In addition, I also focus on communication and soft skills for holistic development and easy admission in universities.

I understand college studies inside and outside, for any help in joining one or surviving one; Vishakha to the rescue :)

Every successful student is a smile on my face :)
verified badge
I am a highly qualified and experienced French teacher and I offer, with a group of colleagues specialized in different disciplines, our help to students/pupils wanting to improve in writing essays, comments, written expressions, ... or having difficulties in carrying out projects (correction of content, form, syntax, spelling, grammar, help with progress, ...) in different subjects History Geography Philosophy Literature Marketing Accounting Law Mathematics Physics Chemistry Biology Genetics SVT Programming ......
in English, French, German, Arabic
We also work remotely (around the world) and we offer excellent quality monitoring and educational and enriching explanations.
verified badge
Python is a high level programming language. It's object oriented approach help programmers to write simple and logical codes. Due to its easy syntax, it is actually easier as compared to other programming languages.
Having years of experience in coding language, I know how and where to start and move the topics at a good pace. I'll be starting with you from scratch and help you to build your concepts and master over the language.

I am providing you a brief summary of our course which we generally follow but that doesn't mean that I am bound to just this much content. In case you have any doubt for any other specific topic related to the subject, you could always come up to me or you need any help in your assignments or projects, you are always welcome.

Here is a brief overview of the topics we'll be covering :

1: Introduction To Python
• Installation and Working with Python
• Understanding Python variables
• Python basic Operators
• Understanding python blocks
2: Python Data Types
• Declaring and using Numeric data types: int, float, complex
• Using string data type and string operations
• Defining list and list slicing
• Use of Tuple data type
3: Python Program Flow Control
• Conditional blocks using if, else and elif
• Simple for loops in python
• For loop using ranges, string, list and dictionaries
• Use of while loops in python
• Loop manipulation using pass, continue, break and else
• Programming using Python conditional and loops block
4: Python Functions, Modules And Packages
• Organizing python codes using functions
• Organizing python projects into modules
• Importing own module as well as external modules
• Understanding Packages
• Powerful Lamda function in python
• Programming using functions, modules and external packages
5: Python String, List And Dictionary Manipulations
• Building blocks of python programs
• Understanding string in build methods
• List manipulation using in build methods
• Dictionary manipulation
• Programming using string, list and dictionary in build functions
6: Python File Operation
• Reading config files in python
• Writing log files in python
• Understanding read functions, read(), readline() and readlines()
• Understanding write functions, write() and writelines()
• Manipulating file pointer using seek
• Programming using file operations
7: Python Object Oriented Programming – Oops
• Concept of class, object and instances
• Constructor, class attributes and destructors
• Real time use of class in live projects
• Inheritance , overlapping and overloading operators
• Adding and retrieving dynamic attributes of classes
• Programming using Oops support
8: Python Regular Expression
• Powerful pattern matching and searching
• Power of pattern searching using regex in python
• Real time parsing of networking or system data using regex
• Password, email, url validation using regular expression
• Pattern finding programs using regular expression
9: Python Exception Handling
• Avoiding code break using exception handling
• Safe guarding file operation using exception handling
• Handling and helping developer with error code
• Programming using Exception handling
10: Python Database Interaction
• SQL Database connection using python
• Creating and searching tables
• Reading and storing config information on database
• Programming using database connections
11: Python Multithreading
• Understanding threads
• Forking threads
• Synchronizing the threads
• Programming using multithreading
12: Contacting User Through Emails Using Python
• Installing smtp python module
• Sending email
• Reading from file and sending emails to all users addressing them
directly for marketing
13: Python CGI Introduction
• Writing python program for CGI applications
• Creating menus and accessing files
• Server client program

In case you have any query, please feel free to contact me.
Give yourself a chance for a better future.
All the best
verified badge
Welcome!

I have already completed my master’s degree in mechanical engineering and am currently doing my doctorate.

Tutoring / support is offered in

✔ High school graduation exam preparation
✔ Bachelor's thesis
✔ Master's thesis
✔ Thesis
✔ Project work
✔ Housework
✔ Dissertation
✔ Construction project
✔ Control engineering
✔ Electrical engineering

+ other subjects on request

When contacting please
Study education
notify!
verified badge
Consulting of technical drafting, 3D Sketchup, Autocad, Helping as Senior architect, with experience with construction and project designer

Project consulting, technical documentation in AutoCAD or SketchUp, renderings in Lumion. I have experience in construction and project management.
verified badge
Web development can be overwhelming today with the emergence of so many frameworks and technologies. Fear not! In this course, I'll give you the basics instead of bombarding you with these new frameworks.
Believe me, towards the end you will see that when you learn this logic, any framework will be just an implementation of your own understanding and critical analysis of the new features, based on what you learned with me.
And let's not forget a very important part: DevOps/Cloud Computing, which is now the new hype with AI!
So I invite you to join me and discover what we can accomplish together. It's going to be so much fun! Mini-projects, training on new frameworks, a collaborative space, and most importantly: your personal growth and an enriching experience that will help you enter the world of IT with a vengeance.
verified badge
I offer one-to-one Machine Learning and AI tuition for university students, postgraduates, working professionals, and serious self-learners. Lessons are available online or in person around Birmingham.
What I cover:

Python for data science and ML (NumPy, Pandas, Scikit-learn)
Deep learning with TensorFlow and Keras
Core ML concepts: regression, classification, clustering, neural networks, CNNs
Computer vision and image classification (my published research area)
University coursework support, dissertation help, project guidance
Help with Kaggle competitions and personal portfolio projects

How I teach:
I focus on understanding, not memorisation. We work through real datasets and real problems — not toy examples — so you can actually apply what you learn. I'll help you build a model from scratch, debug it when it doesn't work, and explain the maths behind why it does or doesn't perform well. For university students, I can also help with assignments, dissertations, and final-year projects.
Whether you're just starting out, stuck on a coursework project, or trying to break into ML professionally, I can meet you wherever you are and help you move forward.
verified badge
I help professionals communicate clearly and confidently in meetings and stakeholder conversations in English.

If you need to lead discussions, explain decisions, or handle pushback — this is for you.

Many professionals can speak English, but struggle to:

Lead meetings confidently
Explain ideas clearly and concisely
Handle difficult conversations
Respond effectively to questions or challenges

That’s what we focus on.

With over 15 years of leading international programmes, I understand how communication works in real business environments — especially under pressure.

Sessions are practical and focused on real scenarios:

Leading and structuring meetings
Explaining complex ideas clearly
Handling questions, objections, and pushback
Speaking with clarity and confidence

This is not general English.
It’s focused coaching to help you communicate effectively in real work situations.

👉 You’ll leave each session with clear improvements you can apply immediately.
verified badge
This class is designed to help graphic designers bring clarity, structure, and efficiency to their creative process. Whether you’re a student, freelancer, or working designer, you’ll learn how to manage your projects professionally—from initial concept through to final delivery.
We’ll focus on building strong workflows that save time, reduce stress, and improve the quality of your work. You’ll learn how to organise files, structure design projects, manage revisions, and create systems that keep your work consistent and scalable.
Topics covered include:
- Setting up efficient design workflows
- File organisation and naming conventions
- Managing multiple projects and deadlines
- Structuring design files in Adobe software
- Creating reusable templates and design systems
Improving productivity without sacrificing creativity
This is a practical, hands-on class with real-world methods you can immediately apply to your own projects. By the end, you’ll have a clear, repeatable system that helps you work faster, stay organised, and present your work more professionally.
verified badge
People are always at the center of my interests.

The training courses offered are therefore personalized and tailored to your specific needs. Whether for professional or personal development, I will guide you through your progress with structured and adapted methods.

In this training, you will be able to deepen your knowledge of project management, to use appropriate tools and to lead your ideas to success!
verified badge
Passionate and highly dedicated Computer Programming tutor with strong practical knowledge in modern web development and software fundamentals. Skilled in teaching HTML, CSS, JavaScript, Node.js, backend development, APIs, databases, C/C++, and programming logic in a clear, engaging, and easy-to-understand manner.

I focus on helping students build real coding skills through hands-on learning, projects, and problem-solving rather than only theory. Whether you're a beginner starting your coding journey or someone looking to strengthen development skills, I provide structured guidance, personalized support, and industry-relevant knowledge to help you gain confidence and grow as a programmer. My goal is to make complex technical concepts simple, practical, and enjoyable to learn.
verified badge
The zero-click search era is no longer a future prediction—it is our current reality. With over 60% of web searches ending without a single click, traditional SEO strategies, keyword rankings, and legacy traffic funnels are rapidly becoming obsolete. In this AI-mediated world, discovery happens inside the "dark funnel" of large language models, where platforms like ChatGPT, Gemini, Perplexity, and Google AI Overviews act as the primary interface for your audience.

Your new digital currency is no longer the website click; it is the AI citation.

This masterclass is designed for executives, digital transformation leaders, and marketing strategists who want to pivot from obsolete traffic metrics to AI visibility. Participants will learn how generative engines parse, prioritize, and select the brands they trust. We will break down real data from millions of AI responses to uncover the exact profile of content these models prefer—focusing on open, structured knowledge hubs, informative comparative assets, and definitive educational content.

Move beyond fighting for vanishing organic traffic. Learn how to optimize your digital infrastructure for AI extraction, position your brand as an authoritative industry source, and build lasting consumer trust in a world where the machine is the interface.
verified badge
Project management and entrepreneurship are becoming essential skills this time and age as more and more innovative minds are rising with the intension of building a bsuiness and turn someone's ideas into reality , whether a new creative product or a project for a social , environmental cause.

This class will equip you with the basics of project management to help you shape your ideas and see them grow in the markets
verified badge
Forex is a fast-paced and powerful financial market. As a trader, you need to be able to navigate complex market movements, manage risk, and identify high-probability setups that will help you achieve consistent performance. I have designed this course as a practical, hands-on mentorship guide specifically for those who want to transition from a novice to a professional-level Forex trader.

You will learn how to master technical and fundamental analysis, build and refine your own trading strategy, manage your emotions, and use advanced methodologies to not only improve your market entries, but to turn your trading activity into a disciplined, professional-grade business.
verified badge
Complex academic and professional goals become manageable when the objective is clear, the methodology is sound, the work is properly planned, and decisions are based on structured reasoning rather than improvisation.

I am a PhD-qualified engineer, university professor, published researcher, former senior academic leader, project practitioner, and multidisciplinary mentor with more than 30 years of experience across teaching, research, supervision, engineering, project planning, management, professional development, and decision support.

This class provides personalized guidance for university students, graduate researchers, engineers, professionals, managers, career changers, and adult learners. Depending on your objective, we can focus on one of three clearly defined pathways or connect them when your situation genuinely requires an integrated approach.

RESEARCH METHODS, THESIS & DISSERTATION
• Defining and narrowing a research problem
• Developing research questions and objectives
• Formulating hypotheses
• Building conceptual and theoretical frameworks
• Literature-review strategy and source evaluation
• Connecting theories, constructs, variables, and measurement
• Quantitative research design
• Qualitative research design
• Mixed-methods research
• Experimental, observational, survey, and case-study approaches
• Population and sampling decisions
• Sample-size considerations
• Questionnaire and survey design
• Reliability and validity
• Operationalization of variables
• Coding plans and data preparation
• Research ethics and responsible data handling
• Selecting appropriate analytical methods
• Developing a coherent data-analysis plan
• Interpreting quantitative and qualitative findings
• Structuring methodology and results chapters
• Connecting findings to research questions and hypotheses
• Discussion, limitations, implications, and recommendations
• Responding systematically to supervisor feedback
• Preparing to explain and defend methodological decisions

PROJECT MANAGEMENT & PROFESSIONAL EXECUTION
• Project objectives and success criteria
• Scope definition and requirements
• Work Breakdown Structure (WBS)
• Activity definition and sequencing
• Network diagrams
• Critical Path Method (CPM)
• PERT and schedule uncertainty
• Milestones and deliverables
• Resource planning and allocation
• Cost estimation and budgeting concepts
• Project scheduling and control
• Risk identification, analysis, and response planning
• Stakeholder analysis
• Communication planning
• Quality and performance monitoring
• Change management
• Traditional, Agile, and hybrid approaches
• Construction and engineering project contexts
• Microsoft Project workflows
• Primavera planning and scheduling
• Diagnosing delayed or underperforming projects
• Turning complex objectives into executable action plans

CAREER STRATEGY & INTERVIEW PREPARATION
• Clarifying career direction and professional objectives
• Identifying transferable skills
• Skills-gap analysis
• Career-transition planning
• Professional positioning and value proposition
• CV and résumé strategy
• Matching experience to job requirements
• Preparing for behavioral interviews
• Preparing for technical and analytical interviews
• Structuring evidence-based answers
• STAR and other response frameworks
• Developing strong professional examples and stories
• Mock-interview practice
• Diagnosing weak or unclear answers
• Communicating complex experience concisely
• Preparing for questions about strengths, weaknesses, conflict, leadership, failure, and problem solving
• Interview preparation for academic, technical, engineering, analytical, and management roles
• Building a realistic professional-development plan

My approach follows a common structured logic:
define the objective → diagnose the current situation → identify constraints → select the appropriate methodology → build the plan → execute → monitor → evaluate → communicate the result → improve

We can work with your research proposal, thesis plan, supervisor feedback, conceptual framework, questionnaire, methodology chapter, project schedule, WBS, risk register, MS Project or Primavera file, CV, job description, interview questions, or professional-development challenge.

I do not simply provide generic templates or ready-made answers. I help you understand why a method or strategy fits your situation, what assumptions it depends on, how to evaluate alternatives, how to detect weaknesses, and how to defend the final decision clearly.

Academic and professional integrity are essential. I provide teaching, methodological guidance, critical feedback, analytical support, planning, coaching, and supervision-style mentoring. I do not write assessed theses or dissertations, complete examinations, fabricate research results, or misrepresent a student’s or professional’s experience.

My goal is to help you become the genuine owner of your research, project, or professional path—able to explain your decisions, manage complexity, communicate clearly, and move forward independently.
message icon
Contact Omayma
repeat students icon
1st lesson is backed
by our
Good-fit Instructor Guarantee
Similar classes
arrow icon previousarrow icon next
verified badge
Hello,
I have finished Masters in Financial Economics and Masters in Corporate Finance and Banking from EDHEC Business School, Grande Ecole. I offer courses to help students excel in Corporate Finance, Accounting, Strategy and Management. I make it a point to provide easy examples and explanations to help students remember things; specially for students who don't have english as their first language.

The courses will be designed to help the student overcome his/her weakness in a particular subject. Additionally, I also focus on communication and soft skills for holistic development and easy admission into universities.

I understand university education in and out, for any help in joining one, or surviving one; Vishakha to the rescue :)

Each successful student is a smile on my face :)

Hello,
I earned a Master's degree in Financial Economics and a Master's degree in Corporate Finance and Banking from EDHEC Business School, Grande Ecole. I offer courses to help students excel in corporate finance, accounting, strategy, and management. I make it a point to provide easy-to-understand examples and explanations to help students remember things; especially for students who are not native English speakers.

The courses will be designed to help the student overcome his weakness in a particular subject. In addition, I also focus on communication and soft skills for holistic development and easy admission in universities.

I understand college studies inside and outside, for any help in joining one or surviving one; Vishakha to the rescue :)

Every successful student is a smile on my face :)
verified badge
I am a highly qualified and experienced French teacher and I offer, with a group of colleagues specialized in different disciplines, our help to students/pupils wanting to improve in writing essays, comments, written expressions, ... or having difficulties in carrying out projects (correction of content, form, syntax, spelling, grammar, help with progress, ...) in different subjects History Geography Philosophy Literature Marketing Accounting Law Mathematics Physics Chemistry Biology Genetics SVT Programming ......
in English, French, German, Arabic
We also work remotely (around the world) and we offer excellent quality monitoring and educational and enriching explanations.
verified badge
Python is a high level programming language. It's object oriented approach help programmers to write simple and logical codes. Due to its easy syntax, it is actually easier as compared to other programming languages.
Having years of experience in coding language, I know how and where to start and move the topics at a good pace. I'll be starting with you from scratch and help you to build your concepts and master over the language.

I am providing you a brief summary of our course which we generally follow but that doesn't mean that I am bound to just this much content. In case you have any doubt for any other specific topic related to the subject, you could always come up to me or you need any help in your assignments or projects, you are always welcome.

Here is a brief overview of the topics we'll be covering :

1: Introduction To Python
• Installation and Working with Python
• Understanding Python variables
• Python basic Operators
• Understanding python blocks
2: Python Data Types
• Declaring and using Numeric data types: int, float, complex
• Using string data type and string operations
• Defining list and list slicing
• Use of Tuple data type
3: Python Program Flow Control
• Conditional blocks using if, else and elif
• Simple for loops in python
• For loop using ranges, string, list and dictionaries
• Use of while loops in python
• Loop manipulation using pass, continue, break and else
• Programming using Python conditional and loops block
4: Python Functions, Modules And Packages
• Organizing python codes using functions
• Organizing python projects into modules
• Importing own module as well as external modules
• Understanding Packages
• Powerful Lamda function in python
• Programming using functions, modules and external packages
5: Python String, List And Dictionary Manipulations
• Building blocks of python programs
• Understanding string in build methods
• List manipulation using in build methods
• Dictionary manipulation
• Programming using string, list and dictionary in build functions
6: Python File Operation
• Reading config files in python
• Writing log files in python
• Understanding read functions, read(), readline() and readlines()
• Understanding write functions, write() and writelines()
• Manipulating file pointer using seek
• Programming using file operations
7: Python Object Oriented Programming – Oops
• Concept of class, object and instances
• Constructor, class attributes and destructors
• Real time use of class in live projects
• Inheritance , overlapping and overloading operators
• Adding and retrieving dynamic attributes of classes
• Programming using Oops support
8: Python Regular Expression
• Powerful pattern matching and searching
• Power of pattern searching using regex in python
• Real time parsing of networking or system data using regex
• Password, email, url validation using regular expression
• Pattern finding programs using regular expression
9: Python Exception Handling
• Avoiding code break using exception handling
• Safe guarding file operation using exception handling
• Handling and helping developer with error code
• Programming using Exception handling
10: Python Database Interaction
• SQL Database connection using python
• Creating and searching tables
• Reading and storing config information on database
• Programming using database connections
11: Python Multithreading
• Understanding threads
• Forking threads
• Synchronizing the threads
• Programming using multithreading
12: Contacting User Through Emails Using Python
• Installing smtp python module
• Sending email
• Reading from file and sending emails to all users addressing them
directly for marketing
13: Python CGI Introduction
• Writing python program for CGI applications
• Creating menus and accessing files
• Server client program

In case you have any query, please feel free to contact me.
Give yourself a chance for a better future.
All the best
verified badge
Welcome!

I have already completed my master’s degree in mechanical engineering and am currently doing my doctorate.

Tutoring / support is offered in

✔ High school graduation exam preparation
✔ Bachelor's thesis
✔ Master's thesis
✔ Thesis
✔ Project work
✔ Housework
✔ Dissertation
✔ Construction project
✔ Control engineering
✔ Electrical engineering

+ other subjects on request

When contacting please
Study education
notify!
verified badge
Consulting of technical drafting, 3D Sketchup, Autocad, Helping as Senior architect, with experience with construction and project designer

Project consulting, technical documentation in AutoCAD or SketchUp, renderings in Lumion. I have experience in construction and project management.
verified badge
Web development can be overwhelming today with the emergence of so many frameworks and technologies. Fear not! In this course, I'll give you the basics instead of bombarding you with these new frameworks.
Believe me, towards the end you will see that when you learn this logic, any framework will be just an implementation of your own understanding and critical analysis of the new features, based on what you learned with me.
And let's not forget a very important part: DevOps/Cloud Computing, which is now the new hype with AI!
So I invite you to join me and discover what we can accomplish together. It's going to be so much fun! Mini-projects, training on new frameworks, a collaborative space, and most importantly: your personal growth and an enriching experience that will help you enter the world of IT with a vengeance.
verified badge
I offer one-to-one Machine Learning and AI tuition for university students, postgraduates, working professionals, and serious self-learners. Lessons are available online or in person around Birmingham.
What I cover:

Python for data science and ML (NumPy, Pandas, Scikit-learn)
Deep learning with TensorFlow and Keras
Core ML concepts: regression, classification, clustering, neural networks, CNNs
Computer vision and image classification (my published research area)
University coursework support, dissertation help, project guidance
Help with Kaggle competitions and personal portfolio projects

How I teach:
I focus on understanding, not memorisation. We work through real datasets and real problems — not toy examples — so you can actually apply what you learn. I'll help you build a model from scratch, debug it when it doesn't work, and explain the maths behind why it does or doesn't perform well. For university students, I can also help with assignments, dissertations, and final-year projects.
Whether you're just starting out, stuck on a coursework project, or trying to break into ML professionally, I can meet you wherever you are and help you move forward.
verified badge
I help professionals communicate clearly and confidently in meetings and stakeholder conversations in English.

If you need to lead discussions, explain decisions, or handle pushback — this is for you.

Many professionals can speak English, but struggle to:

Lead meetings confidently
Explain ideas clearly and concisely
Handle difficult conversations
Respond effectively to questions or challenges

That’s what we focus on.

With over 15 years of leading international programmes, I understand how communication works in real business environments — especially under pressure.

Sessions are practical and focused on real scenarios:

Leading and structuring meetings
Explaining complex ideas clearly
Handling questions, objections, and pushback
Speaking with clarity and confidence

This is not general English.
It’s focused coaching to help you communicate effectively in real work situations.

👉 You’ll leave each session with clear improvements you can apply immediately.
verified badge
This class is designed to help graphic designers bring clarity, structure, and efficiency to their creative process. Whether you’re a student, freelancer, or working designer, you’ll learn how to manage your projects professionally—from initial concept through to final delivery.
We’ll focus on building strong workflows that save time, reduce stress, and improve the quality of your work. You’ll learn how to organise files, structure design projects, manage revisions, and create systems that keep your work consistent and scalable.
Topics covered include:
- Setting up efficient design workflows
- File organisation and naming conventions
- Managing multiple projects and deadlines
- Structuring design files in Adobe software
- Creating reusable templates and design systems
Improving productivity without sacrificing creativity
This is a practical, hands-on class with real-world methods you can immediately apply to your own projects. By the end, you’ll have a clear, repeatable system that helps you work faster, stay organised, and present your work more professionally.
verified badge
People are always at the center of my interests.

The training courses offered are therefore personalized and tailored to your specific needs. Whether for professional or personal development, I will guide you through your progress with structured and adapted methods.

In this training, you will be able to deepen your knowledge of project management, to use appropriate tools and to lead your ideas to success!
verified badge
Passionate and highly dedicated Computer Programming tutor with strong practical knowledge in modern web development and software fundamentals. Skilled in teaching HTML, CSS, JavaScript, Node.js, backend development, APIs, databases, C/C++, and programming logic in a clear, engaging, and easy-to-understand manner.

I focus on helping students build real coding skills through hands-on learning, projects, and problem-solving rather than only theory. Whether you're a beginner starting your coding journey or someone looking to strengthen development skills, I provide structured guidance, personalized support, and industry-relevant knowledge to help you gain confidence and grow as a programmer. My goal is to make complex technical concepts simple, practical, and enjoyable to learn.
verified badge
The zero-click search era is no longer a future prediction—it is our current reality. With over 60% of web searches ending without a single click, traditional SEO strategies, keyword rankings, and legacy traffic funnels are rapidly becoming obsolete. In this AI-mediated world, discovery happens inside the "dark funnel" of large language models, where platforms like ChatGPT, Gemini, Perplexity, and Google AI Overviews act as the primary interface for your audience.

Your new digital currency is no longer the website click; it is the AI citation.

This masterclass is designed for executives, digital transformation leaders, and marketing strategists who want to pivot from obsolete traffic metrics to AI visibility. Participants will learn how generative engines parse, prioritize, and select the brands they trust. We will break down real data from millions of AI responses to uncover the exact profile of content these models prefer—focusing on open, structured knowledge hubs, informative comparative assets, and definitive educational content.

Move beyond fighting for vanishing organic traffic. Learn how to optimize your digital infrastructure for AI extraction, position your brand as an authoritative industry source, and build lasting consumer trust in a world where the machine is the interface.
verified badge
Project management and entrepreneurship are becoming essential skills this time and age as more and more innovative minds are rising with the intension of building a bsuiness and turn someone's ideas into reality , whether a new creative product or a project for a social , environmental cause.

This class will equip you with the basics of project management to help you shape your ideas and see them grow in the markets
verified badge
Forex is a fast-paced and powerful financial market. As a trader, you need to be able to navigate complex market movements, manage risk, and identify high-probability setups that will help you achieve consistent performance. I have designed this course as a practical, hands-on mentorship guide specifically for those who want to transition from a novice to a professional-level Forex trader.

You will learn how to master technical and fundamental analysis, build and refine your own trading strategy, manage your emotions, and use advanced methodologies to not only improve your market entries, but to turn your trading activity into a disciplined, professional-grade business.
verified badge
Complex academic and professional goals become manageable when the objective is clear, the methodology is sound, the work is properly planned, and decisions are based on structured reasoning rather than improvisation.

I am a PhD-qualified engineer, university professor, published researcher, former senior academic leader, project practitioner, and multidisciplinary mentor with more than 30 years of experience across teaching, research, supervision, engineering, project planning, management, professional development, and decision support.

This class provides personalized guidance for university students, graduate researchers, engineers, professionals, managers, career changers, and adult learners. Depending on your objective, we can focus on one of three clearly defined pathways or connect them when your situation genuinely requires an integrated approach.

RESEARCH METHODS, THESIS & DISSERTATION
• Defining and narrowing a research problem
• Developing research questions and objectives
• Formulating hypotheses
• Building conceptual and theoretical frameworks
• Literature-review strategy and source evaluation
• Connecting theories, constructs, variables, and measurement
• Quantitative research design
• Qualitative research design
• Mixed-methods research
• Experimental, observational, survey, and case-study approaches
• Population and sampling decisions
• Sample-size considerations
• Questionnaire and survey design
• Reliability and validity
• Operationalization of variables
• Coding plans and data preparation
• Research ethics and responsible data handling
• Selecting appropriate analytical methods
• Developing a coherent data-analysis plan
• Interpreting quantitative and qualitative findings
• Structuring methodology and results chapters
• Connecting findings to research questions and hypotheses
• Discussion, limitations, implications, and recommendations
• Responding systematically to supervisor feedback
• Preparing to explain and defend methodological decisions

PROJECT MANAGEMENT & PROFESSIONAL EXECUTION
• Project objectives and success criteria
• Scope definition and requirements
• Work Breakdown Structure (WBS)
• Activity definition and sequencing
• Network diagrams
• Critical Path Method (CPM)
• PERT and schedule uncertainty
• Milestones and deliverables
• Resource planning and allocation
• Cost estimation and budgeting concepts
• Project scheduling and control
• Risk identification, analysis, and response planning
• Stakeholder analysis
• Communication planning
• Quality and performance monitoring
• Change management
• Traditional, Agile, and hybrid approaches
• Construction and engineering project contexts
• Microsoft Project workflows
• Primavera planning and scheduling
• Diagnosing delayed or underperforming projects
• Turning complex objectives into executable action plans

CAREER STRATEGY & INTERVIEW PREPARATION
• Clarifying career direction and professional objectives
• Identifying transferable skills
• Skills-gap analysis
• Career-transition planning
• Professional positioning and value proposition
• CV and résumé strategy
• Matching experience to job requirements
• Preparing for behavioral interviews
• Preparing for technical and analytical interviews
• Structuring evidence-based answers
• STAR and other response frameworks
• Developing strong professional examples and stories
• Mock-interview practice
• Diagnosing weak or unclear answers
• Communicating complex experience concisely
• Preparing for questions about strengths, weaknesses, conflict, leadership, failure, and problem solving
• Interview preparation for academic, technical, engineering, analytical, and management roles
• Building a realistic professional-development plan

My approach follows a common structured logic:
define the objective → diagnose the current situation → identify constraints → select the appropriate methodology → build the plan → execute → monitor → evaluate → communicate the result → improve

We can work with your research proposal, thesis plan, supervisor feedback, conceptual framework, questionnaire, methodology chapter, project schedule, WBS, risk register, MS Project or Primavera file, CV, job description, interview questions, or professional-development challenge.

I do not simply provide generic templates or ready-made answers. I help you understand why a method or strategy fits your situation, what assumptions it depends on, how to evaluate alternatives, how to detect weaknesses, and how to defend the final decision clearly.

Academic and professional integrity are essential. I provide teaching, methodological guidance, critical feedback, analytical support, planning, coaching, and supervision-style mentoring. I do not write assessed theses or dissertations, complete examinations, fabricate research results, or misrepresent a student’s or professional’s experience.

My goal is to help you become the genuine owner of your research, project, or professional path—able to explain your decisions, manage complexity, communicate clearly, and move forward independently.
Good-fit Instructor Guarantee
favorite button
message icon
Contact Omayma