Mega Web Development Course: Full stack web application
By the end of this course, you will be able to create advanced websites and web applications that include:
-
User system (user signup, user profile, user interactions, …)
-
Product systems (product categories, brands, product pages, orders, sales, …)
-
Showcases, blogs, and other kinds of webpages
-
And much more.
This course is designed for all levels and starts from zero to advanced levels of programming for web development. Each topic has three chapters beginner, intermediate, and advanced.
The main topics this course focuses on are:
-
HTML
-
CSS
-
Javascript
-
Python
-
Django
-
AWS
-
…
The best thing about this course is being project-based, meaning we are going to learn by doing, so inside the course, we have more than 50 practice projects, over 20 quizzes, and interactive coding exercises. So besides learning everything you need, to become a professional programmer, you will also build great real-world websites and web applications.
I designed this course in a way so you can learn everything you need and avoid learning things that are not useable or became outdated. This feature will help you to complete this course in a shorter time while mastering all the skills available in the course.
This course requires no knowledge of programming, so if you are a complete beginner, I’ll be there every step of the way, taking you from programming fundamentals all the way to intermediate and advanced levels. Even if you just want to learn a specific programming topic in this course, you can start directly from that chapter.
If you really want to become a professional programmer and take your career to the next level, all you need to do is to join the program, and I will be waiting for you inside.
Mega Web Development Course: Full stack web application 2023 by Pouya Eti
Introduction
HTML - Beginner
What is html and what is the coding structure - tags
What is the structure of each HTML file, and what tags it includes.
Let's learn more about different tags for writing text in HTML, such as titles, paragraphs and different style of a texts such as bold and italic.
What are lists in HTML and how we can create them.
How to create links and what attribute is required.
How to add an image to our HTML file.
HTML structure
Heading
Paragraph
Strong and emphasized
List
Link
Self closing tag
Image
Programming is very easy if you don't stop yourself in your mind.
CSS - Beginner
Learn the CSS structure: Who{ what : how;}
We will use Codepen to learn more about how we can change the following properties.
Color
Font size
background-color
We are going to learn more about inline CSS, internal CSS, and external CSS.
We are going to learn to inspect feature on Google chrome that will help us to debug our code.
We are going to learn what is class and id and how we can use it to style our content.
HTML - Intermediate
Let's learn more about a grouping tag which is <div>.
Let's learn more about what semantic HTML is and how we can use it to improve a webpage structure.
CSS - Intermediate
During this lecture we will learn more about element width and hight, padding, border, and margin of an element.
How to center a div element.
We will learn about different measuring units like px, which stands for pixel.
CSS - Advanced
Selecting more than one selector in css and apply the same effect.
JavaScript - Beginner
Let's look at the final project and what we have been able to make with JS.
String, number (integer and float), boolean.