

from98.74CAD/ h
Web development - From practices to real world systems
PHP is a Powerful Web Programming Language that works as server-client server architecture. As a Web Developer you will be able to develop and apply complex methods and other features to critically understand an entire process of web development, including the database designing, implementation and evaluation. From the syllabus you will be able to apply from simple tasks to more complete as well as work with MVC (Modelling, View and Controlling) architecture.
At the end, by analysing different use-cases, Students will be able to develop their own systems booking systems, e-shops, e-learning systems, and more.
At the end, by analysing different use-cases, Students will be able to develop their own systems booking systems, e-shops, e-learning systems, and more.
Extra information
Please, get ready with your own laptop.Location
Online via webcam
General info
Age: | Teenagers (13-17 years old) Adults (18-64 years old) Seniors (65+ years old) |
---|---|
Student level: | Beginner Intermediate Advanced |
Duration: | 90 minutes 120 minutes |
The class is taught in: | English |
About Me
I am an enthusiastic Software developer with experience at the Education and Bank Industry. I like to teach and to contribute in general people education background development. You will have the opportunity to enjoy my classes while develop web systems that will boost your developer career.I am excited waiting for you.
Ask a question
Send a message explaining your needs and Hercilio will reply soon:
The more detail, the better.
Ex. "Hi, when are you available to meet for a lesson?"
Ex. "Hi, when are you available to meet for a lesson?"
Availability of a typical week
(GMT -04:00) New York
Mon | Tue | Wed | Thu | Fri | Sat | Sun | |
---|---|---|---|---|---|---|---|
0 | |||||||
1 | |||||||
2 | Monday at 2:00 | Wednesday at 2:00 | Friday at 2:00 | ||||
3 | Monday at 3:00 | Wednesday at 3:00 | Friday at 3:00 | ||||
4 | Monday at 4:00 | Tuesday at 4:00 | Wednesday at 4:00 | Thursday at 4:00 | Friday at 4:00 | ||
5 | Monday at 5:00 | Tuesday at 5:00 | Wednesday at 5:00 | Thursday at 5:00 | Friday at 5:00 | ||
6 | Monday at 6:00 | Tuesday at 6:00 | Wednesday at 6:00 | Thursday at 6:00 | Friday at 6:00 | ||
7 | Monday at 7:00 | Wednesday at 7:00 | Friday at 7:00 | ||||
8 | Monday at 8:00 | Wednesday at 8:00 | Friday at 8:00 | ||||
9 | Monday at 9:00 | Wednesday at 9:00 | Friday at 9:00 | ||||
10 | |||||||
11 | |||||||
12 | |||||||
13 | |||||||
14 | |||||||
15 | |||||||
16 | |||||||
17 | |||||||
18 | |||||||
19 | |||||||
20 | |||||||
21 | |||||||
22 | |||||||
23 |
from C$98.74Online via webcam
100% Satisfaction Guarantee
Good-fit Instructor Guarantee
If you are not satisfied after your first lesson, Apprentus will find you another instructor or will refund your first lesson.
Online reputation
- Instructor since March 2023
- Google connected
Availability of a typical week
(GMT -04:00) New York
Mon | Tue | Wed | Thu | Fri | Sat | Sun | |
---|---|---|---|---|---|---|---|
0 | |||||||
1 | |||||||
2 | Monday at 2:00 | Wednesday at 2:00 | Friday at 2:00 | ||||
3 | Monday at 3:00 | Wednesday at 3:00 | Friday at 3:00 | ||||
4 | Monday at 4:00 | Tuesday at 4:00 | Wednesday at 4:00 | Thursday at 4:00 | Friday at 4:00 | ||
5 | Monday at 5:00 | Tuesday at 5:00 | Wednesday at 5:00 | Thursday at 5:00 | Friday at 5:00 | ||
6 | Monday at 6:00 | Tuesday at 6:00 | Wednesday at 6:00 | Thursday at 6:00 | Friday at 6:00 | ||
7 | Monday at 7:00 | Wednesday at 7:00 | Friday at 7:00 | ||||
8 | Monday at 8:00 | Wednesday at 8:00 | Friday at 8:00 | ||||
9 | Monday at 9:00 | Wednesday at 9:00 | Friday at 9:00 | ||||
10 | |||||||
11 | |||||||
12 | |||||||
13 | |||||||
14 | |||||||
15 | |||||||
16 | |||||||
17 | |||||||
18 | |||||||
19 | |||||||
20 | |||||||
21 | |||||||
22 | |||||||
23 |
from C$98.74Online via webcam
Good-fit Instructor Guarantee
If you are not satisfied after your first lesson, Apprentus will find you another instructor or will refund your first lesson.
Share
You are here
Similar classes
Baia
Master Front-End Development | Build Stunning Websites with HTML, CSS, JavaScript & ReactAre you ready to create interactive, visually appealing websites that stand out in today’s competitive market? In this course, you’ll master the essential front-end development skills:
✅ HTML, CSS, and JavaScript – Build responsive and modern web pages
✅ React & Vue.js – Learn cutting-edge frameworks for dynamic UIs
✅ Real-World Projects – Work on hands-on projects to strengthen your skills
✅ Problem-Solving & Creativity – Develop intuitive, user-friendly interfaces
🔹 Who is this course for?
- Beginners who want to break into web development
- Developers struggling with front-end concepts
- Anyone looking to level up their skills and build real projects
🚀 Stuck on a project? Want to learn high-income tech skills?
This course will help you gain confidence, land opportunities, and grow in the tech industry.
📩 Contact me for more details and start your front-end journey today!
Brahim
Introduction to Relational Database and SQL Language by practiseModule 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
Fadi
Teaching programming languages: HTML, CSS, and JavaScript for beginners.This beginner-friendly course is designed to introduce you to the core technologies of the web: HTML, CSS, and JavaScript. Whether you are completely new to coding or want to strengthen your foundation, this course will guide you step by step through practical examples and real-world projects. By the end of the course, you will be able to build and style interactive web pages with confidence.
Mouncef
Master Python with Courses Suitable for All Ages and Levels! Beginners, Intermediates, Professionals, Everyone can learnStart your journey into the world of Python programming with this hands-on, beginner-friendly course and also for expert level. Whether you're completely new to coding or looking to expand your skills, this course will guide you through the core concepts of Python — from variables and data types to control structures, functions, and lists.
As you build a strong foundation in programming, you'll also dive into the powerful data analysis capabilities of Python using popular libraries like Pandas and NumPy . Learn how to clean, process, and analyze real-world data sets to extract meaningful insights.
Next, bring your data to life with stunning visualizations using Matplotlib and Seaborn , two of the most widely used data visualization libraries in Python.
Finally, take your skills to the next level by building your own web applications using either Flask or Django — two of Python’s most popular web frameworks.
By the end of this course, you’ll have a well-rounded understanding of Python programming, data manipulation, visualization, and web development — empowering you to create real-world projects and pursue further specializations.
David
Web Design (HTML & CSS) Tutorial Classes for Beginners🌐 Web Design (HTML & CSS)
Learn how to build beautiful, responsive websites from scratch using HTML and CSS — the core languages of the web. This lesson covers the fundamentals of web structure, layout design, styling techniques, and best practices for creating modern, user-friendly pages. By the end of the course, you'll be able to build and launch your own simple website, whether for business, personal branding, or freelancing.
✅ No coding experience required
✅ Hands-on, project-based learning
✅ Bonus: Introduction to mobile-friendly design
Mahmoud
Computer Programing, Coding instructor, Data analyst, Web Development, Software engineerI specialize in teaching web technology and data analysis for students at all levels, covering and i can learn children from 6 to 18 years old
web technology( HTML, CSS, JavaScript, C#, ASP.NET MVC, API development, database management)
data analysis( Excel, Power BI, SQL, and Python).
My goal is to make complex concepts accessible and engaging, helping students build both foundational skills and industry-relevant expertise. I provide structured lessons with hands-on projects and assign exercises after each session to reinforce learning. Progress is closely monitored, with regular feedback provided to keep students motivated and improving.
Whether you're a beginner eager to build your first web page, a student looking to analyze data effectively, or a budding programmer ready to create dynamic applications, my courses are tailored to your pace and goals. You'll develop real-world skills and gain confidence in a supportive learning environment designed to challenge without overwhelming.
Laure
Learn the basics of WordPress to create your websiteAs a web developer with a master's degree in computer science, I offer a practical course to help you master the basics of WordPress. You'll learn how to create, customize, and manage your website or blog, even without technical experience.
On the agenda: installation, getting started with the dashboard, managing pages and articles, using free themes, and an introduction to essential extensions.
By the end of the course, you will be able to manage your site and publish content effectively.
This course is aimed at beginners, entrepreneurs, and anyone who wants to create a website simply and quickly.
Muddassir
Mastering WordPress: Unleash Your Website Development Skills.Are you ready to take your online presence to the next level? Look no further! As a seasoned WordPress expert, I offer comprehensive tutoring sessions designed to empower you with the skills needed to master the art of WordPress. Whether you're a beginner looking to build your first website or an experienced user seeking to enhance your existing platform, my tailored sessions cater to all skill levels.
Farouk
🚀 Master WordPress from A to Z – Create your site independently!⚡👨💻This course is a comprehensive and practical introduction to the WordPress CMS, designed for beginners who want to create, customize, and publish their own website, without writing a single line of code.
🎯 Educational objectives:
1- Understand how WordPress and its interface (back-office) work
2- Install WordPress locally using MAMP
3- Choose, install and customize a theme adapted to your needs
4- Use a builder (like Elementor) to create modern and dynamic pages
5- Create a structured navigation menu
6- Import a pre-built demo to save time
7- Put your site online and learn good maintenance practices
🧰 On the program:
1- Installing the local environment with MAMP
2- Getting started with the WordPress interface
3- Management of pages, articles, media, extensions and settings
4- Visual customization (themes, CSS, builders)
5- Hosting your website online
6- MCQs and practical exercises to validate your knowledge
💡 Who is this course for?
For students, entrepreneurs, freelancers, web enthusiasts, or anyone who wants to create their own website without relying on a developer.
Mathieu
Wordpress private lesson - From beginner to expertWith 7 years of experience as a developer in a Factory, I now develop Wordpress websites for large groups.
In the training program, you will learn to:
- Install, configure, and deploy WordPress sites
- Develop custom Wordpress themes and plugins
- Use powerful tools like ACF Pro, Gravity Forms, WPML, AIOS Security, WP rocket...
- Create custom post types and tailor-made taxonomies
- Develop pages using the right methods in HTML, CSS, Javascript & PHP
- Administer and manage a site database
- Contribute to the good natural referencing (SEO) of your site
- Use WP-Cli to speed up the maintenance of your sites
- Use Docker to containerize your local/prod projects and facilitate their management
- Administer your WP sites the right way
- And much more...
For any questions, you can contact me by PM.
See you soon,
Matthew
Zain
Computer Science, Web Development, Programming Online Tutor🚀 Learn Real-World Programming with a Professional Full-Stack Web Developer
Hi, I'm Zain, a software engineer and experienced tutor specializing in web development, programming, and computer science. I help students and professionals master:
Frontend Development (HTML, CSS, JavaScript, React.js, Tailwind CSS)
Backend Basics (APIs, SQL, Databases)
UI/UX Design Principles
Project-Based Learning (Build real-world apps from day one)
Job-Ready Skills (portfolio development, Git, deployment)
With over 5 years of experience and a background in professional UI/UX design, I’ve guided students from zero to building real projects and even landing remote jobs.
🎯 Whether you’re a complete beginner, preparing for a job, or want to learn how to build beautiful websites my lessons are tailored to your goals, pace, and skill level.
✅ What You’ll Get
1-on-1 personalized online lessons
Project-based learning approach
Homework and coding challenges
Portfolio reviews & guidance
Flexible scheduling & friendly support
Wissam
Web page programming: HTML/CSS, JS, Angular, PHP, JSP/JAVADoctor trainer in IT teaches you the basics of designing static and dynamic (programmed) web pages.
- Design of HTML web pages
- Applying CSS and SASS styles
- Make the web pages "Responsive"
-Angular framework
- Backend programming: PHP language, or Java/JSP
- Web API
- connection to a MYSQL Database, FireBase
Clara
Medieval history, history of Spain, English, social sciences, contemporary history, art historyAt the secondary and high school levels, teaching the subject on Saturday mornings and the rest of the days in the afternoon is fun and easy, as enjoyable as possible. I also made the summary material and taught the rest.
Ladislav
UI/UX Design and Frontend Development bootcamp for the webI will teach you how to design and develop great user experiences (UX) for your website or applications (web and mobile).
My teaching is very flexible. But it make sense to start with key elements of a great UX, learn about HTML, CSS (TailwindCSS, SCSS, SASS), Javascript (Angular, React, NextJS).
There is no fixed plan, because technology differs from project to project. A web application can be statically generated (SSG) or full-stack (frontend and backend). I have experience building both. My aim is to teach the topics which are the most beneficial for the student.
Looking forward!
Raul
Wordpress with my cat | 10 years of experience | SEO | PerformanceMy cat loves WordPress so he has given me no choice but to specialize in this if I want to continue with it 😺
I have to admit that learning online alone is practically impossible. You're not alone.
🔵 Availability 🔵
Each week I assign classes to the student, so we could start this week if I have any free time.
They are online exclusively with you, without videos, without PDFs, without pre-recorded classes... live and resolving doubts instantly.
Together we will create your website and get:
◾ Your website.
◾ Knowledge to manage Wordpress.
◾ Do not depend on external companies or people.
◾ 2 premium themes (valued
◾ A very fast website to increase sales on your website.
🔵 Who am I? 🔵
I haven't introduced myself yet. My name is Raúl. In my 10 years of professional career, I've worked in various departments with:
◾ Wordpress and Prestashops
◾ Positioning pages in Google, which is known as SEO.
◾ Page Speed Specialist (WPO)
If you have any questions, please write to me. Best regards.