facebook
favorite button
member since icon
Since March 2024
Instructor since March 2024
Become a Web Developer with an emphasis on Frontend Web Development.
course price icon
From 22 £ /h
arrow icon
If you want to quickly and effectively become a Web Developer, then you’re in the right place! I offer a practical explanation of all the skills and tools necessary to become a Web Developer with an emphasis on Frontend Web Development.

What is Frontend Web Development?
It Is the design and implementation of graphical user interfaces, necessary for the creation of websites and applications. In practice: designing a page layout, displaying of information and graphical media, data management and allowing user interaction via buttons, forms, links, etc.

I’ve been a Frontend Web Developer for the past 8 years. I deal with the aforementioned topics on a daily basis and in my free time I help others on joining this career path. I focus on the abilities that are currently of interest to potential employers.

My course is not set in stone and its primary goal is to:
- quickly establish which path you want to take (Frontend has many subspecialties)
- making that vision a reality in the shortest possible timeframe

Below is my recommendation of the topics, that I will help you master, split into 3 sections with an increasing level of difficulty.

Module 1 - introduction, understanding the basics and preparation for future study
- HTML - learn the technical structure of simple websites
- CSS - learn how to apply styles and layouts to your projects and display them properly on different devices
- JavaScript - you will gain basic knowledge, that will allow your project to become interactive

Module 2 - tools and tech needed to work on industry-level projects
- frameworks used to create complex pages. There are many options, I suggest React and/or Wordpress
- Git versioning system - simplifies the workflow, necessary when working in a team
- testing: an introduction to testing tools which will ensure that your apps are stable and run smoothly

Module 3 - more specific topics, that will surely impress a potential employer. Moreso than in other modules, the content of this one is entirely dependent on your preferences, here is a short overview of potential topics:
- search engine optimisation (SEO)
- hosting a website on a server
- advanced data management tools/techniques (e.g. Redux)
- implementation of tracking systems (Google Analytics, Google Tag Manager)
- website security best practices
- correct implementation of cookies
- user account management, authorisation, registration, logging in
- ChatGPT and other AI tools that can help you become a better programmer

Thanks for reaching the end of my offer. Get in touch!
Location
location type icon
Online from Germany
About Me
I’ve been a Frontend Web Developer for the past 8 years. I deal with web programming on a daily basis and in my free time I help others on joining this career path. I focus on the abilities that are currently of interest to potential employers.
Education
I possess a strong foundation in computer science with a Master Engineer degree from The Wrocław University of Environmental and Life Sciences (2017). My proficiency lies in programming languages like Javascript, which I've utilised to build web applications. I have a keen interest in artificial intelligence. Additionally, I actively participate in online coding challenges. My passion for computer science lies in its potential to solve real-world problems and drive innovation.
Experience / Qualifications
Leveraging my expertise in web development (HTML, CSS, JavaScript), I can design user-friendly and responsive websites. My passion for teaching allows me to explain complex programming concepts clearly and create engaging learning materials. With a strong foundation in programming fundamentals and experience with various languages, I solve problems creatively and efficiently using code. This unique combination allows me to build and share knowledge effectively.
Age
Teenagers (13-17 years old)
Adults (18-64 years old)
Seniors (65+ years old)
Student level
Beginner
Intermediate
Duration
60 minutes
The class is taught in
English
Polish
Availability of a typical week
(GMT -04:00)
New York
at teacher icon
Online via webcam
Mon
Tue
Wed
Thu
Fri
Sat
Sun
00-04
04-08
08-12
12-16
16-20
20-24
Similar classes
arrow icon previousarrow icon next
verified badge
Farouk
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
Video thumbnail
Play icon
Mateusz's video
message icon
Contact Mateusz
repeat students icon
1st lesson is backed
by our
Good-fit Instructor Guarantee
Similar classes
arrow icon previousarrow icon next
verified badge
Farouk
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
Good-fit Instructor Guarantee
favorite button
message icon
Contact Mateusz