Mô tả

Join the most comprehensive web development bootcamp on Udemy!

This course teaches you web development and turns you into a web developer in 100 days - or allow you to refresh key essentials and expand your existing knowledge!

Becoming a web developer is a great choice because web development opens up many career paths and web development skills are required in pretty much every business that exists today - and of course this demand will increase in the future!

It's not just about websites - it's also about "behind the scenes" services used by mobile apps like Uber or AirBnB. It's about rich web apps like Google Docs as well as browser games. And of course also about regular websites like Facebook, online blogs, online shops like Amazon and much, much more!

Hence it's no wonder, that web developers are in high demand! And, besides great job perspectives, as a web developer, you can of course also easily build your own digital business!

This Course Is For You!

This course will teach you web development from the ground up and thanks to the "100 Days Of Code Challenge" which is incorporated into this course (though it's optional to commit to it!), you can become a web developer in 100 days with help of this course!

No prior web development knowledge is required at all to get started with this course. We will explore all important basics, all fundamentals and all key concepts together, step by step.

But this course is also for advanced students who already do have web development knowledge! It's a deep-dive course and hence you will be able to expand your existing knowledge by diving deeper into key fundamentals like HTML, CSS or NodeJS and also by exploring advanced concepts like handling payments, building REST APIs or website security.

Since it's a huge course, the course is built in a modular way. This means, that you can take it step by step, lecture by lecture but you can also jump right into the course sections that are most interesting to you. Of course, we recommend the "step-by-step" approach for beginners - simply because all the lectures and sections build up on each other. But as a more experienced developer, you can of course skip basics that aren't interesting to you!

The 100 Days Of Code Challenge

We built this course with the "100 Days Of Code Challenge" in mind - a challenge (not invented by us) that aims to keep you motivated to code for at least 1 hour per day for 100 days.

Since this is a huge course (with around 80 hours of content!) it can be very overwhelming. And we know that many students never finish a course.

That's a pitty, because this course is packed with content, exercises, quizzes, assignments and demo projects! We build a browser-game, a blog, a travel website, an online shop and much, much more.

Therefore, we provide clear guidance on how you can take this course from A to Z within 100 days by spending 1 to 2 hours per day watching videos and learning. As part of the course, you get access to a companion website that provides a clear structure and you also find annotations right in the course curriculum.

Of course taking this "100 Days" challenge is totally optional though! You can take the course at your own pace as well and skip any content you're not interested in!

Try It Risk-Free

This course comes with a 30 day money-back guarantee. If you find out that it's not for you, you can get your money back, no questions asked!

What You Will Learn

This is a huge course, packed with content and it's the web development bootcamp we would have loved to have when we learned web development.

Here's a summary of the key concepts we'll explore as part of this course:

  • How the web works

  • Core technologies: HTML, CSS & JavaScript

  • Understand how HTML documents are structured and how HTML elements are used correctly

  • Learn core CSS concepts like the box model, flexbox, positioning, units and much more

  • Explore advanced CSS concepts like building responsive websites, layouts, custom CSS properties, CSS grid & more

  • Learn browser-side JavaScript from the ground up

  • Understand what the "DOM" is and how you can manipulate it via JavaScript

  • Explore browser / user events and how to handle them with JavaScript

  • Build tons of projects (e.g. a Tic-Tac-Toe browser game) to practice and fully understand all these technologies

  • Dive into backend development with NodeJS & ExpressJS

  • Learn what NodeJS is and how it works

  • Build basic backend-driven websites with advanced concepts like dynamic routing or dynamic templates

  • Learn how to work with databases - SQL & NoSQL (and what that is)

  • Practice how to use SQL / NoSQL with NodeJS & Express

  • Dive into advanced concepts like authentication, website security, coding patterns, file uploads, user input validation and so much more!

  • Again: Build plenty of projects (e.g. a complete online shop, from the ground up!) to practice all advanced concepts as well

  • Learn how to use third-party packages and services (e.g. Stripe for payments) in your websites

  • Move on to more specialized, advanced concepts like building REST APIs

  • Explore frontend JavaScript frameworks like Vue.js to build even more powerful web user interfaces

  • And so much more - simply check out the full curriculum to get a complete list!

We'd love to start this journey with you, so let's get started!

Max & Manuel

Bạn sẽ học được gì

How the web works and how to get started as a web developer

Learn web development in 100 days (optional - you can also pick a different pace)

Build websites, web apps and web services (and understand what these "things" are)

Build frontend user interfaces with HTML, CSS & JavaScript

Build backend processes with NodeJS, Express & SQL + NoSQL databases

Add advanced features like user authentication, file upload or database queries to websites

Yêu cầu

  • NO prior web development or programming knowledge is required! We'll start from scratch!
  • You only need a computer or Mac to get started!

Nội dung khoá học

37 sections

Introduction [Day 1]

10 lectures
Welcome to This Course! [Day 1]
01:09
What Is "Web Development" & How Does The Web Work? [Day 1]
07:50
The Three Key Programming Languages [Day 1]
05:22
How The Web Works: A Deep Dive [Day 1]
08:08
What About The "www"? [Day 1]
00:54
The 100 Days of Code Challenge! [Day 1]
03:50
How To Get The Most Out Of This Course [Day 1]
03:39
Stuck in the Course? We Got you Covered! [Day 1]
03:23
Join Our Learning Community!
00:25
How To Use The Attached Code [Day 1]
02:24

Building a First Website: HTML & CSS Basics [Days 1 - 5]

43 lectures
Module Introduction [Day 1]
02:23
How to Create a Website [Day 1]
05:19
Creating our First HTML Page [Day 1]
08:28
Setting Up a Development Environment [Day 2]
11:22
Why Visual Studio Code? [Day 2]
02:06
Understanding HTML Elements [Day 2]
06:01
Which HTML Elements Exist? [Day 2]
07:16
Adding Another HTML Element [Day 2]
07:24
Exploring HTML Attributes [Day 2]
04:32
Learning Check: HTML Basics [Day 2]
7 questions
Getting Started with CSS (Day 2)
06:17
More CSS Styling [Day 2]
02:38
Working with Colors [Day 3]
08:11
Formatting our Code [Day 3]
04:15
Working with the Browser Developer Tools [Day 3]
06:13
Adding a Link [Day 3]
06:40
You can Nest HTML Elements! [Day 3]
02:18
Using Global CSS Styles [Day 3]
07:49
CSS Code Formatting [Day 3]
00:34
The HTML Document Skeleton & Metadata [Day 3]
07:35
Visual Studio Code Shortcuts & Tricks [Day 3]
07:49
Code Comments [Day 3]
01:12
First Summary [Day 3]
06:24
Learning Check: HTML & CSS Basics [Day 3]
7 questions
Styling the Anchor Element Also with Pseudo Hover [Day 4]
04:49
Why it's Called Cascading Style Sheets [Day 4]
02:25
Storing CSS Code in External Files [Day 4]
06:23
The Void Element Syntax [Day 4]
01:22
Multiple Files & Requests [Day 4]
06:06
Selecting Single Elements with the ID Selector [Day 4]
05:39
Working with "font-size" and "px" [Day 4]
05:14
Using Other Fonts from Google Fonts [Day 4]
08:12
Understanding How HTML & CSS Handle Text & Whitespace [Day 5]
01:42
Adding an Image [Day 5]
04:48
Styling the Image & Using the Body Tag [Day 5]
07:48
Styling the Overall Page Background [Day 5]
01:58
Adding a Second HTML File [Day 5]
05:34
A Word About File Name Conventions [Day 5]
01:25
Learning Check: More HTML & CSS Features [Day 5]
4 questions
Time to Practice - Your First Challenge! [Day 5]
1 question
Using a Shared CSS File [Day 5]
04:44
Organizing Source Files in Folders [Day 5]
03:10
Summary [Day 5]
03:54

Diving Deeper Into HTML & CSS [Days 6 - 8]

25 lectures
Module Introduction [Day 6]
01:56
Using the Live Server Extension [Day 6]
03:38
The Development Server & The Local Website Address [Day 6]
03:19
Understanding Lists [Day 6]
05:02
Creating Lists [Day 6]
08:01
Understanding Parents, Children, Containers & More [Day 6]
08:44
Understanding Cascading, Inheritance & Specificity [Day 6]
08:01
Styling the Full Week Page [Day 6]
06:20
Introducing the CSS Box Model [Day 7]
07:02
Using the CSS Box Model [Day 7]
08:51
Creating HTML Layouts [Day 7]
07:22
Theory: Selectors & Combinators [Day 7]
04:08
Using Selectors & Combinators [Day 7]
10:44
Understanding Classes [Day 7]
06:22
Block vs Inline Elements [Day 7]
08:18
Styling Differences Between Block & Inline Elements [Day 8]
09:15
Understanding Margin Collapsing [Day 8]
04:43
The "box-shadow" Property [Day 8]
06:24
Your Challenge! [Day 8]
01:43
Creating the HTML Layout [Day 8]
04:28
Styling the Main Section [Day 8]
05:38
Styling Images & Working with Negative Margins [Day 8]
05:15
Finishing Touches [Day 8]
04:08
Module Summary [Day 8]
05:39
A List Of All CSS Selectors [Day 8]
01:05

HTML & CSS - Practice & Summary [Days 9 - 10]

13 lectures
Module Introduction [Day 9]
02:43
Your Task! [Day 9]
02:16
Creating the Core Structure [Day 9]
11:21
Adding the Header Content [Day 9]
03:34
Adding Header Styling [Day 9]
12:08
Spacing & the CSS Box Model [Day 9]
05:12
Adding the Main Content [Day 9]
11:11
Styling the Main Content [Day 10]
06:56
Styling List Items & Links [Day 10]
16:57
Adding the Footer [Day 10]
12:56
Introducing New HTML Elements [Day 10]
05:37
Organizing our Files [Day 10]
01:58
Module Summary [Day 10]
01:22

Serving A Website (Hosting & Deployment) [Day 11]

7 lectures
Module Introduction [Day 11]
02:29
What is "Hosting" & "Deployment"? [Day 11]
03:15
Hosting a First Static Website (Example Deployment on Netlify) [Day 11]
02:23
More Information On Netlify & HTTPS [Day 11]
01:57
Adding a Favicon [Day 11]
06:16
Relative vs Absolute Paths [Day 11]
05:36
Share Your Website! [Day 11]
00:11

Introducing Version Control with Git & GitHub [Days 11 - 14]

19 lectures
Module Introduction [Day 11]
02:19
What are Git & GitHub? [Day 11]
06:01
Command Line Interface (CLI) vs Graphical User Interface (GUI) [Day 11]
05:24
Optional: MacOS Terminal (z Shell) Crash Course [Day 11]
17:59
Optional: Windows Command Prompt (cmd) Crash Course [Day 12]
13:09
Git: MacOS Installation [Day 12]
04:24
Git: Windows Installation [Day 12]
09:20
Understanding the Git Basics [Day 12]
04:34
Initializing the Repository & Creating our First Commit [Day 12]
18:51
Activating the "Code Lense" in Visual Studio Code [Day 13]
00:08
Understanding Branches, Merging & Fixing Merge Conflicts [Day 13]
13:10
Deleting Branches & Commits, Reverting Staged & Unstaged Changes [Day 13]
13:53
Onwards to GitHub - What & Why? [Day 13]
04:35
Creating a GitHub Account & a Remote Repository [Day 13]
12:25
Please Read: Windows Users Only
00:21
Understanding the Personal Access Token & "git clone" [Day 14]
14:49
Collaborating on Projects - Collaborators & Organizations [Day 14]
20:15
Contributing to Projects - Forks & Pull Requests [Day 14]
13:32
Wrap Up [Day 14]
05:11

Understanding HTML & CSS Layouts & Positioning [Days 15 - 20]

43 lectures
Module Introduction [Day 15]
01:22
Project Overview - What we Will Build [Day 15]
02:04
Project Setup [Day 15]
03:45
Creating the Landing Page Structure [Day 15]
05:00
Adding the Page Logo [Day 15]
08:21
Adding the Page Navigation [Day 15]
04:19
Introducing CSS Flexbox [Day 15]
08:45
Aligning Flex Items [Day 15]
04:13
Your Flexbox Challenge! [Day 16]
03:06
Adding Flexbox to our Project [Day 16]
05:37
Adding a Background Image [Day 16]
08:44
Creating a Container for the Hero-Content [Day 16]
05:20
Positioning Elements [Day 16]
06:05
Styling the Hero Content [Day 16]
08:39
Understanding Fixed & Absolute Positioning [Day 16]
07:55
Working with % Units & Creating a Top Navigation Bar [Day 17]
06:58
Finishing the Header [Day 17]
08:20
Introducing the "Highlights" Section [Day 17]
02:15
Creating the HTML Code [Day 17]
10:36
Building the Flex Container [Day 17]
06:31
Flex Item Layout [Day 17]
05:26
Styling Images with "object-fit" [Day 17]
06:07
Styling Text [Day 17]
06:24
Please Read: Adding "justify-content" [Day 17]
00:12
Understanding Parent - Child Margin Collapsing [Day 18]
03:32
Working with CSS Functions - Linear Gradients [Day 18]
05:39
The Next Step [Day 18]
01:56
Creating a Footer Section [Day 18]
03:42
Styling the Footer [Day 18]
07:35
Places Page - Overview & Preparations [Day 18]
05:12
Creating the Card Content [Day 18]
07:03
Using "position: static" [Day 18]
07:39
Creating the Card Look [Day 19]
03:53
Understanding "overflow" & Your Challenge! [Day 19]
06:31
Solving the Challenge [Day 19]
11:32
Creating all Cards [Day 19]
09:06
The CSS Grid - Theory [Day 19]
10:20
Understanding the "nth-type" Selector & "grid-template-columns" [Day 19]
06:50
Your Grid Challenge [Day 20]
07:13
Working with Unicode UTF-8 [Day 20]
04:31
Finishing Touches [Day 20]
06:35
Module Summary [Day 20]
04:52
Optional: Diving Deeper Into "position", Flexbox & the Grid [Day 20]
00:23

Understanding Responsive Web Design [Days 20 - 24]

25 lectures
Module Introduction [Day 20]
02:00
Project Overview [Day 20]
04:39
Please Read: Optional Lectures [Day 20]
00:25
Optional: Your Challenge - Creating the HTML Structure [Day 20]
06:55
Optional: Challenge Solution - The HTML Structure [Day 20]
12:57
Optional: Styling the Header [Day 21]
14:56
Optional: Styling the "main" Section [Day 21]
16:39
What is Responsive Design? [Day 21]
05:48
The Problem with Pixels [Day 21]
05:45
Introducing "em" & "rem" [Day 21]
03:52
Applying "em" & "rem" for the Font Size [Day 22]
13:07
Deep Dive: "em" vs "rem" vs "%" [Day 22]
09:04
Updating the Project Units [Day 22]
10:03
Comparing Desktop & Mobile First Design [Day 22]
05:16
Understanding Media Queries [Day 22]
08:53
Adding Media Queries to the Project [Day 23]
09:20
Your Media Queries Challenge! [Day 23]
08:07
Side Drawer & Hamburger Icon - Theory [Day 23]
04:16
Creating the Hamburger Button [Day 23]
09:54
Creating the Side Drawer [Day 23]
12:04
Understanding HTML Fragments [Day 23]
05:52
Understanding the Target Selector [Day 24]
04:29
Finishing the Side Drawer [Day 24]
06:42
Introducing the "z-index" Property [Day 24]
01:06
Module Summary [Day 24]
03:23

Creating Beautiful Websites [Days 24 - 25]

12 lectures
Module Introduction [Day 24]
04:37
Three Things to Keep in Mind [Day 24]
03:44
Introducing the Module Project [Day 24]
06:01
Sizing & Spacing [Day 24]
06:38
Choosing the Right Font [Day 24]
09:09
Understanding The Importance of Grey, Primary & Accent Colors [Day 24]
05:39
Introducing CSS Variables / CSS Custom Properties [Day 25]
08:22
CSS Variables in Action [Day 25]
16:28
Comparing "root" vs "html" vs "*" Selectors [Day 25]
03:58
Understanding CSS Transformations [Day 25]
06:41
Adding CSS Transitions [Day 25]
14:34
Working with SVGs [Day 25]
06:02

Adding Forms To Websites [Days 26 - 29]

26 lectures
Module Introduction [Day 26]
02:15
What & Why [Day 26]
03:32
Important Form HTML Elements [Day 26]
02:50
Our First Input Element [Day 26]
06:35
Adding a Button [Day 26]
04:23
The Form Element, Form Submission & Different Types of Requests [Day 26]
18:06
Styling the Form Element [Day 27]
03:39
Adding Labels [Day 27]
04:22
More Detailed Forms Styling [Day 27]
12:45
Understanding Different Input Types [Day 27]
05:11
Understanding Email, Numbers, Password & Date Types [Day 27]
08:07
Working with Radio Buttons [Day 27]
11:05
Using Checkboxes [Day 28]
04:55
The Textarea Element For Longer Text [Day 28]
04:12
Adding a Dropdown [Day 28]
04:29
Forms & Semantics (Structuring Forms) [Day 28]
10:25
More on Form Buttons [Day 28]
04:43
Validation Attributes [Day 28]
09:57
More Input & Form Attributes [Day 28]
05:14
Your Challenge! [Day 29]
02:08
Challenge: Base Page Structure & Styling [Day 29]
06:25
Learning Check: Web Forms [Day 29]
9 questions
Challenge: First Set of Input Elements [Day 29]
07:19
Challenge: Adding Remaining Elements [Day 29]
05:03
Challenge: Submission & Validation [Day 29]
03:43
Challenge: Styling [Day 29]
12:18

Understanding the JavaScript Basics [Days 29 - 33]

35 lectures
Module Introduction [Day 29]
01:12
What is JavaScript & Why would we use it? [Day 29]
07:35
What You Will Learn In this Module [Day 29]
02:36
Introducing Values & Variables [Day 29]
04:27
Adding the "script" HTML Element [Day 30]
02:52
Working with Values & Basic JavaScript Commands [Day 30]
05:43
Introducing Variables ("Data Containers") [Day 30]
08:15
A Closer Look At The JavaScript Syntax [Day 30]
03:10
A Second Variable & Practice Time! [Day 30]
04:24
Outsourcing JavaScript Code Into External Files [Day 30]
07:11
Introducing Arrays (Managing Lists Of Data) [Day 30]
06:52
Introducing Objects (Grouping Related Data) [Day 30]
06:41
Splitting Code Across Multiple Lines [Day 31]
04:32
Accessing Object Properties [Day 31]
02:07
Performing Operations [Day 31]
07:12
Onwards To Custom Commands! [Day 31]
04:07
Introducing Functions [Day 31]
07:14
Functions & Variables [Day 31]
04:29
Returning Values In Functions [Day 31]
06:21
Passing Data Into Functions With Parameters [Day 31]
05:40
Functions - A Summary [Day 31]
01:46
Time To Practice: The Problem [Day 32]
04:39
Time To Practice: The Solution [Day 32]
19:16
Introducing Methods [Day 32]
05:47
Making Our Developer Life Easier (Logging with console.log()) [Day 32]
06:21
Math Operations & Working With Different Kinds Of Values [Day 32]
03:11
The Modulus Operator [Day 32]
01:58
Math Operations & Math Rules [Day 32]
06:06
Performing String (Text) Operations [Day 32]
03:03
JavaScript Operators, Shorthand Operators & Value Types [Day 32]
03:02
String Operations & String Methods [Day 32]
04:08
Basic Array Operations [Day 33]
02:17
Splitting JavaScript Code Across Multiple Files [Day 33]
00:45
Module Summary [Day 33]
02:45
Learning Check: JavaScript Basics [Day 33]
14 questions

Advanced JavaScript: Working with the DOM [Days 33 - 37]

33 lectures
Module Introduction [Day 33]
01:50
Our Starting Setup [Day 33]
01:09
The Global "window" & "document" Objects [Day 33]
06:18
What Is "The DOM"? [Day 33]
04:09
Exploring The DOM [Day 33]
07:32
Drilling Into The DOM To Select & Change HTML Elements [Day 33]
07:49
Loading Our Script Correctly [Day 33]
03:49
The DOM Tree & DOM Traversal [Day 33]
06:56
Drilling Into The DOM & Exploring Text Nodes [Day 34]
06:56
DOM Drilling Limitations [Day 34]
03:05
Searching The DOM For Elements [Day 34]
04:05
Querying Elements [Day 34]
05:15
Common Query Methods [Day 34]
00:33
Time to Practice: The Problem [Day 34]
04:52
Time to Practice: The Solution [Day 34]
14:11
Next Steps [Day 34]
01:18
Inserting New HTML Elements via JavaScript [Day 34]
08:35
Deleting DOM Elements [Day 35]
03:13
Moving Existing Elements Around [Day 35]
02:43
Working with "innerHTML" [Day 35]
07:21
Learning Check: JavaScript & The DOM [Day 35]
7 questions
Introducing Events [Day 35]
02:16
Adding a First "click" Event Listener [Day 35]
10:41
Listening To User Input Events [Day 35]
05:16
The "event" Object [Day 35]
07:39
Learning Check: JavaScript & DOM Events [Day 35]
3 questions
A More Realistic Demo & Example [Day 36]
18:44
Introducing "Constant Variables" ("Constants") [Day 36]
12:25
Changing Element Styles With JavaScript [Day 36]
08:11
Managing CSS Classes With JavaScript [Day 36]
09:01
Module Summary [Day 36]
05:54
Time to Practice: The Problem [Day 37]
06:16
Time to Practice: The Solution [Day 37]
18:41

Advanced JavaScript: Control Structures [Days 37 - 39]

22 lectures
Module Introduction [Day 37]
01:05
Getting Started with "Control Structures" [Day 37]
04:48
Introducing Boolean Values ("Booleans") & Comparison Operators [Day 37]
08:19
Booleans & Comparison Operators In Action [Day 37]
08:43
Using Booleans In "if" Statements (Conditional Code Execution) [Day 37]
01:26
A Real Example [Day 38]
03:05
Alternatives with "else" and "else if" [Day 38]
10:12
More on Boolean Values [Day 38]
05:03
"Truthy" & "Falsy" Values [Day 38]
04:22
Learning Check: "if" Statements [Day 38]
7 questions
Introducing Loops (Repeated Code Execution) [Day 38]
06:01
The Regular "for" Loop [Day 38]
06:22
The "for-of" Loop (for Arrays) [Day 38]
02:54
Using the Regular "for" Loop with Arrays [Day 38]
00:18
The "for-in" Loop (for Objects) [Day 38]
04:39
The "while" Loop [Day 38]
03:14
Practice Time: Setup & The "for" Loop [Day 39]
13:54
Practice Time: The "for-of" Loop [Day 39]
05:48
Practice Time: The "for-in" Loop [Day 39]
08:55
Practice Time: The "while" Loop [Day 39]
17:34
Module Summary [Day 39]
03:12
Learning Checks: Loops [Day 39]
5 questions

Milestone Project: Building a Tic-Tac-Toe Game [Days 40 - 44]

17 lectures
Module Introduction [Day 40]
04:47
Planning The Project [Day 40]
03:30
Creating The HTML Structure [Day 40]
21:22
Adding Base Page Styles [Day 40]
14:49
Adding Styling For The Game Configuration Area [Day 41]
20:39
Styling The Game Board [Day 41]
12:10
Adding JavaScript, Script Files & First Event Listeners [Day 41]
10:48
Showing & Hiding The Configuration Modal (Overlay) [Day 41]
07:47
Handling Form Submission With JavaScript [Day 42]
15:07
Validating User Input With JavaScript [Day 42]
17:10
Storing & Managing Submitted Data [Day 42]
21:10
Adding Logic For Starting A Game [Day 43]
08:08
Managing Game Rounds (Turns) & Field Selection [Day 43]
18:58
Tracking Selected Fields On The Game Board [Day 43]
12:16
Checking For A Winner Or Draw [Day 44]
24:11
Ending The Game & Adding Restart Logic [Day 44]
19:47
Module Summary [Day 44]
03:52

Working with Third-Party Packages [Days 45 - 46]

13 lectures
Module Introduction [Day 45]
03:13
What & Why? [Day 45]
06:31
Third-Party Code vs Custom Code ("Your Own Code") [Day 45]
01:58
First Example: Adding Bootstrap For Some Default Styling [Day 45]
03:18
Adding & Using the Bootstrap CSS Package [Day 45]
04:21
Adding a JavaScript Package [Day 45]
02:59
Adding an Image Carousel / Gallery with a Third-Party Package [Day 45]
04:19
Combining Third-Party Packages With Custom Code [Day 45]
06:22
More Bootstrap Examples [Day 45]
04:52
Exercise Solution & First Summary [Day 45]
04:53
Another Example: Preparing a Parallax Page [Day 45]
08:29
Adding A Parallax Effect Package [Day 46]
09:09
Viewing Third-Party Source Code & Module Summary [Day 46]
02:32

Onwards To Backend Development [Day 46]

6 lectures
Module Introduction [Day 46]
01:31
What is "The Backend" & Why Do We Need Server-side Code? [Day 46]
09:26
Dynamic Websites vs Static Websites [Day 46]
00:37
Frontend vs Backend vs Fullstack Development [Day 46]
06:02
Choosing a Backend (Server-side) Programming Language [Day 46]
07:51
Learning Check: Frontend vs Backend [Day 46]
4 questions

NodeJS Introduction - Getting Started With Backend Development [Day 47]

8 lectures
Module Introduction [Day 47]
01:17
Installing NodeJS [Day 47]
06:00
Executing NodeJS Code [Day 47]
09:20
Creating a Custom NodeJS Server [Day 47]
12:36
Handling Requests & Creating Custom Responses [Day 47]
13:25
Doing More Server-side Work [Day 47]
07:00
Learning Check: NodeJS Basics [Day 47]
4 questions
Summary [Day 47]
02:12

Enhancing NodeJS with ExpressJS [Days 48 - 49]

10 lectures
Module Introduction [Day 48]
03:30
Installing Express with "npm" [Day 48]
12:57
Creating a Server with Express & Handling Requests + Responses [Day 48]
10:56
Parsing User Data With Express [Day 48]
17:47
Storing Data in (Server-side) Files [Day 48]
13:44
More About The "JSON" Format [Day 49]
01:04
Reading File Data & Returning Dynamic Responses (Dynamic HTML Code) [Day 49]
06:25
Enhancing the Developer Workflow with "nodemon" [Day 49]
08:33
Summary [Day 49]
02:59
Learning Check: ExpressJS Basics [Day 49]
7 questions

More Express: Static & Dynamic Content with Templates (EJS) [Days 49 - 51]

14 lectures
Module Introduction [Day 49]
02:29
Creating a Starting Project & What Needs To Change [Day 49]
07:30
Setting Up A Basic Express App (incl. Practice) [Day 49]
04:50
Serving HTML Files With Node & Express [Day 49]
12:57
Serving Static Files (CSS & JavaScript) [Day 50]
08:03
Parsing Form Data & Redirecting Requests [Day 50]
11:51
Adding the EJS Template Engine [Day 50]
09:45
Rendering Dynamic Content With Templates [Day 50]
06:28
Outputting Repeated Content With EJS & Loops [Day 50]
07:03
Rendering Conditional Content [Day 50]
03:15
Including Partial Content [Day 51]
14:53
EJS & IDE Support [Day 51]
02:17
Module Summary [Day 51]
03:55
Learning Check: Static & Dynamic Content [Day 51]
5 questions

Handling Dynamic Routes (URLs), Errors & Manag. Bigger Express Projects [51-53]

15 lectures
Module Introduction [Day 51]
01:24
Introducing Dynamic Routes [Day 51]
16:50
Managing Data with Unique IDs [Day 51]
10:32
Loading & Displaying Detail Data [Day 52]
07:12
Showing a 404 Page For "Not Found" Cases [Day 52]
06:40
More 404 Page Usage (Non-Existent Routes) [Day 52]
05:49
Handling Server-Side Errors (500 Status Code) [Day 52]
08:34
Working With Status Codes [Day 52]
07:36
Code Refactoring & Adding More Functions [Day 52]
10:23
Importing & Exporting Code In NodeJS [Day 53]
12:45
Using The Express Router To Split The Route Configuration [Day 53]
13:43
Introducing Query Parameters (& Hidden Form Fields) [Day 53]
20:28
Query Parameters vs Route Parameters [Day 53]
01:55
Module Summary [Day 53]
02:34
Learning Check: Advanced Express Features [Day 53]
9 questions

Exploring More Advanced JavaScript Concepts [Days 54 - 56]

20 lectures
Module Introduction [Day 54]
05:18
Functions & Default Parameters [Day 54]
06:35
Rest Parameters & The Spread Operator [Day 54]
11:57
Functions Are Objects! [Day 54]
06:03
Working with Template Literals [Day 54]
03:55
Primitive vs Reference Values [Day 54]
17:40
Custom Error Handling With try / catch [Day 55]
10:12
Error Data & Throwing Custom Errors [Day 55]
00:33
Variable Scoping & Shadowing [Day 55]
08:16
Learning Check: More Advanced JavaScript Concepts [Day 55]
11 questions
Introducing Classes As Object Blueprints [Day 55]
11:53
Classes & Methods (and "this") [Day 55]
05:23
Destructuring Objects & Arrays [Day 55]
08:21
Learning Check: More on Objects [Day 55]
4 questions
Diving Into Asynchronous Code & Callback Functions [Day 56]
13:22
Introducing Promises [Day 56]
07:19
Asynchronous Code & Error Handling [Day 56]
02:39
Improving Code With async / await [Day 56]
06:51
Learning Check: Asynchronous Code [Day 56]
5 questions
Module Summary [Day 56]
05:25

Onwards To Databases [Days 56 - 57]

6 lectures
Module Introduction [Day 56]
01:31
Why Databases? And What Are Databases In The First Place? [Day 56]
08:19
A Quick Introduction To SQL Databases (RDBMS) [Day 57]
06:45
A Quick Introduction To NoSQL Databases [Day 57]
04:18
SQL vs NoSQL Databases [Day 57]
04:59
Learning Check: Databases Introduction [Day 57]
4 questions

SQL Databases - Introduction & Core Concepts [Days 57 - 59]

19 lectures
Module Introduction [Day 57]
02:45
What & Why? [Day 57]
05:53
RDBMS Options [Day 57]
02:56
Installing MySQL & Setup Steps [Day 57]
13:03
Database Server vs Databases vs Tables [Day 57]
03:25
Writing Our First SQL Code & Creating a Database [Day 57]
07:12
Creating a Table & Table Structure [Day 58]
13:35
Inserting Data Into A Table [Day 58]
04:09
Reading Data From A Table (incl. Filtering) [Day 58]
09:17
Updating & Deleting Data [Day 58]
05:48
Designing A More Complex Database [Day 58]
05:25
Adding A New Table [Day 58]
08:07
Implementing A More Complex Design With Relations [Day 59]
15:13
Inserting Related Data [Day 59]
07:53
Practice: Inserting Related Data [Day 59]
05:24
Querying & Joining Related Data [Day 59]
08:47
Practice: Joining Data [Day 59]
04:57
Module Summary & More On Relationships [Day 59]
04:34
Learning Check: SQL Introduction [Day 59]
7 questions

Using MySQL In NodeJS & Express Websites [Days 60 - 62]

16 lectures
Module Introduction [Day 60]
01:49
Why Should Database-Accessing Code Run On The Backend? [Day 60]
03:29
What We'll Build In This Section [Day 60]
03:58
Planning Our Database Structure [Day 60]
04:59
Database Initialization [Day 60]
09:49
Project Setup [Day 60]
07:02
Creating Our First Routes [Day 60]
08:19
Connecting To The Database & Querying Data [Day 61]
16:40
Inserting Data With Placeholders (Injecting Dynamic Data) [Day 61]
14:01
Fetching & Displaying a List Of Blog Posts [Day 61]
13:11
Fetching & Displaying a Single Blog Post [Day 62]
16:45
Formatting & Transforming Fetched Data [Day 62]
08:07
Preparing The "Update Post" Page [Day 62]
08:42
Updating Posts [Day 62]
06:27
Deleting Posts [Day 62]
04:24
Module Summary [Day 62]
02:17

NoSQL & MongoDB - An Introduction [Days 63 - 64]

13 lectures
Module Introduction [Day 63]
01:33
The Idea Behind NoSQL Database Systems [Day 63]
09:22
Introducing MongoDB [Day 63]
01:35
General Setup Instructions & Installing MongoDB on macOS [Day 63]
17:41
Installing MongoDB on Windows [Day 63]
08:57
Installing the MongoDB Shell [Day 63]
05:17
Inserting Data with MongoDB [Day 63]
10:17
Reading & Filtering Data [Day 64]
05:59
Updating Documents In A MongoDB Database [Day 64]
06:01
Deleting Documents With MongoDB [Day 64]
02:26
Planning a Complete Database Design / Layout [Day 64]
08:47
Implementing the Planned Design & Layout [Day 64]
13:01
Practice Time & More Filtering Operators [Day 64]
07:58

NodeJS & MongoDB (NoSQL) [Days 65 - 67]

14 lectures
Module Introduction [Day 65]
02:38
Planning the Database Structure & Layout [Day 65]
09:48
Project & Database Initialization [Day 65]
06:47
Connecting to MongoDB - Potential Error
00:12
Connecting to MongoDB (from inside NodeJS) [Day 65]
13:06
Fetching & Displaying A List Of Authors [Day 65]
08:44
Inserting Documents (New Posts) [Day 65]
14:42
Fetching & Displaying Documents [Day 66]
10:27
MongoDB Projection & NodeJS
00:21
Fetching a Single Document [Day 66]
09:44
Transforming & Preparing Data [Day 66]
05:09
Updating Documents [Day 66]
11:58
Deleting Documents [Day 66]
04:16
ExpressJS & Handling Asynchronous Code Errors [Day 67]
06:54

Adding File Upload To A Website [Days 67 - 68]

11 lectures
Module Introduction [Day 67]
02:00
The Two Sides Of Uploading Files & Setting Up A Starting Project [Day 67]
03:40
Adding A File Picker To A Form [Day 67]
08:05
Parsing Incoming File Uploads With The "multer" Package [Day 67]
09:30
How To Store Files On A Backend [Day 67]
07:21
Configuring Multer In-Depth [Day 67]
07:46
Storing File Data In A Database (And What NOT To Store) [Day 68]
03:24
Serving Uploaded Files To Website Visitors [Day 68]
09:04
Adding An Image Preview Feature [Day 68]
10:23
Module Summary [Day 68]
02:48
Learning Check: File Uploads [Day 68]
5 questions

Ajax & Asynchronous JS-driven Http Requests [Days 68 - 70]

13 lectures
Module Introduction [Day 68]
01:43
What Is Ajax? And Why Would We Need It? [Day 68]
09:26
What is "Ajax"? [Day 68]
10:58
The Starting Project & A Problem [Day 69]
05:22
Sending & Handling a GET Ajax Request [Day 69]
19:09
Updating The DOM Based On The Response [Day 69]
08:43
Preparing The POST Request Data [Day 69]
07:57
Sending & Handling a POST Ajax Request [Day 69]
15:28
Improving The User Experience (UX) [Day 70]
05:57
Handling Errors (Server-side & Technical) [Day 70]
08:00
We Now Have More HTTP Methods! [Day 70]
08:19
Module Summary [Day 70]
04:25
Learning Check: Ajax / JS-driven Http Requests [Day 70]
6 questions

User Authentication & Working With Sessions [Days 70 - 73]

19 lectures
Module Introduction [Day 70]
02:40
What is "Authentication" & Why Would You Want To Add It To A Website? [Day 70]
03:58
Our Starting Project [Day 70]
04:47
Adding a Basic Signup Functionality [Day 70]
08:19
Must-Do: Hashing Passwords [Day 71]
06:59
Adding User Login Functionality [Day 71]
08:47
Validating Signup Information [Day 71]
05:37
Introducing Sessions & Cookies - The Stars Of Authentication [Day 71]
12:22
Adding Sessions Support To Our Website [Day 71]
12:10
Storing Authentication Data In Sessions [Day 72]
07:22
Using Sessions & Cookies For Controlling Access [Day 72]
11:43
Adding The Logout Functionality [Day 72]
04:36
A Closer Look At Cookies [Day 72]
07:00
Diving Deeper Into Sessions (Beyond Authentication) [Day 72]
19:03
Authorization vs Authentication [Day 73]
12:13
Practicing Sessions & Working With Sessions [Day 73]
06:26
Writing Custom Middlewares & Using "res.locals" [Day 73]
13:40
Module Summary [Day 73]
02:20
Learning Check: Authentication [Day 73]
5 questions

Security [Days 74 - 75]

14 lectures
Module Introduction [Day 74]
02:11
Authentication vs Website Security [Day 74]
03:03
Understanding CSRF Attacks [Day 74]
14:03
Partial CSRF Protection With "Same-Site" Cookies [Day 74]
05:17
Implementing A Better CSRF Protection [Day 74]
08:19
csurf() Alternative
00:35
Understanding XSS Attacks [Day 74]
09:50
Protecting Against XSS Attacks [Day 74]
12:23
Understanding SQL Injection Attacks [Day 75]
08:57
Protecting Against SQL Injection Attacks [Day 75]
05:22
A Word About NoSQL Injection [Day 75]
01:19
Module Summary [Day 75]
02:04
Avoid Exposing Your Server-side Code or Data Accidentally! [Day 75]
05:04
Learning Check: Security [Day 75]
7 questions

Writing Good Code, Refactoring & The MVC Pattern [Days 75 - 78]

17 lectures
Module Introduction [Day 75]
02:32
Our Starting Project (Deep Dive) [Day 75]
18:33
What's Wrong With Our Code? [Day 75]
04:58
Splitting Our Routes [Day 76]
05:31
Extracting Configuration Settings [Day 76]
06:58
Extracting Custom Middleware [Day 76]
06:26
An Introduction To The MVC Pattern [Day 76]
04:45
Creating Our First Model [Day 76]
11:22
Adding Update & Delete Functionalities To The Model [Day 76]
09:38
Adding Fetch Functionalities To The Model [Day 76]
11:16
Adding A First Controller & Controller Actions [Day 77]
07:54
Refactoring The Sessions & Input Validation Errors Functionality [Day 77]
18:30
Refactoring The CSRF Token Handling [Day 77]
06:22
Migrating The "Authentication" Functionality To MVC [Day 77]
08:01
Improving Asynchronous Error Handling [Day 78]
05:13
Protecting Routes With Custom Middleware [Day 78]
14:39
Learning Check: Refactoring & MVC [Day 78]
5 questions

Milestone Project: A Complete Online Shop (From A to Z!) [Days 78 - 92]

56 lectures
Module Introduction [Day 78]
04:00
Planning The Project [Day 78]
07:35
Your Challenge! [Day 78]
01:52
Course Project Setup [Day 78]
07:21
Creating Folders, Files & A First Set Of Routes [Day 78]
15:42
Adding EJS & First Views [Day 79]
13:44
Populating & Rendering The First View [Day 79]
12:51
Adding Base CSS Files & Static File Serving [Day 79]
11:10
Adding CSS Variables & A Website Theme [Day 79]
09:24
More Base CSS Styles For The Website [Day 80]
13:28
Styling First Form Elements [Day 80]
09:54
Adding A MongoDB Database Server & Connection [Day 80]
13:56
Adding User Signup [Day 81]
21:44
Security Time: Adding CSRF Protection [Day 81]
09:26
Implementing Proper Error Handling With The Error Handling Middleware [Day 81]
07:59
Introducing Sessions & Configuring Sessions [Day 81]
10:15
Implementing Authentication & User Login [Day 82]
18:26
Finishing Authentication & Checking The Auth Status (Custom Middleware) [Day 82]
08:09
Adding Logout Functionality [Day 82]
06:01
Handling Errors In Asynchronous Code [Day 82]
04:47
Adding User Input Validation [Day 82]
16:36
Flashing Errors & Input Data Onto Sessions [Day 83]
14:37
Displaying Error Messages & Saving User Input [Day 83]
16:40
Admin Authorization & Protected Navigation [Day 83]
10:42
Setting Up Base Navigation Styles [Day 83]
14:19
Building a Responsive Website [Day 84]
19:15
Frontend JavaScript For Toggling The Mobile Menu [Day 84]
11:36
Adding Product Admin Pages & Forms [Day 84]
19:51
Adding The Image Upload Functionality [Day 85]
14:37
More Data: Adding a Product Model & Storing Products In The Database [Day 85]
14:19
Fetching & Outputting Product Items [Day 85]
19:21
Styling Product Items [Day 86]
11:43
Adding the "Product Details" (Single Product) Page [Day 86]
17:06
Updating Products (As Administrator) [Day 86]
18:36
Adding a "File Upload" Preview [Day 87]
14:32
Making Products Deletable [Day 87]
08:44
Using Ajax / Frontend JS Requests & Updating The DOM [Day 87]
19:48
Various Fixes & Proper Route Protection [Day 88]
14:14
Outputting Products For Customers [Day 88]
11:44
Outputting Product Details [Day 88]
11:13
Adding A Cart Model [Day 89]
19:35
Working On The Shopping Cart Logic [Day 89]
13:18
Adding Cart Items Via Ajax Requests [Day 89]
17:54
Adding A Cart Page [Day 90]
15:58
Styling The Cart Page [Day 90]
08:57
Updating Cart Items (Changing Quantities) [Day 90]
14:02
Updating Carts Via Ajax Requests (PATCH Requests) [Day 90]
10:43
Updating The DOM After Cart Item Updates [Day 91]
12:32
JavaScript & Floating Point Arithmetic [Day 91]
00:46
Adding The Order Controller & A Basic Order Model [Day 91]
14:34
Saving Orders In The Database [Day 91]
15:37
Displaying Orders (For Customers & Administrators) [Day 92]
11:02
Managing Orders As An Administrator [Day 92]
10:10
Keeping Cart Items Updated [Day 92]
13:40
Bugfixing & Polishing [Day 92]
06:25
Module Summary [Day 92]
03:00

Working With Services & APIs (e.g. Adding Stripe Payments) [Day 93]

9 lectures
Module Introduction [Day 93]
01:33
What Are "Services" & "APIs"? [Day 93]
12:01
Why Would You Use Services & APIs? [Day 93]
02:48
Introducing Stripe [Day 93]
04:25
Creating A Stripe Account [Day 93]
03:14
Setting Up A Stripe API Request [Day 93]
15:54
Configuring The Stripe Request & Handling Payments [Day 93]
09:40
Module Summary [Day 93]
01:14
More Services: Social Login (Google, Facebook), Google Analytics & More [Day 93]
01:15

Deploying (Publishing) Websites [Days 94 - 95]

15 lectures
Module Introduction [Day 94]
02:06
How Are Websites Made Available To The Public? [Day 94]
05:16
Static vs Dynamic Websites [Day 94]
04:00
Hosting Database Servers [Day 94]
03:53
Deployment (Preparation) Steps [Day 94]
03:06
The Example Projects [Day 94]
04:27
Testing & Code Preparation (incl. Environment Variables) [Day 94]
12:32
Evaluating Cross-Browser Support [Day 94]
05:24
Search Engine Optimization (SEO) [Day 94]
05:30
Adding a Favicon [Day 94]
00:18
Improving Performance & Shrinking Assets (JS, Images) [Day 95]
03:21
Deployment Example: Static Websites (Refresher) [Day 95]
05:08
Deployment Example: Dynamic Website With Backend Code [Day 95]
10:42
Deploying A MongoDB Database With Atlas [Day 95]
07:14
Finishing Dynamic Website Deployment [Day 95]
08:12

Web Services & Building Custom (REST) APIs [Days 95 - 97]

16 lectures
Module Introduction [Day 95]
01:25
APIs & Services: What & Why? [Day 95]
04:30
JS Packages vs URL-based APIs: What We Will Build Here [Day 95]
04:02
APIs vs "Traditional Websites" [Day 95]
07:39
Introducing REST APIs [Day 96]
07:33
Building A First Basic REST API [Day 96]
08:30
Enhancing The API & Making It More Realistic [Day 96]
19:59
A More Complex REST API: First Steps [Day 96]
17:56
Finishing The First API Endpoints [Day 97]
03:26
Testing APIs With Postman [Day 97]
06:58
Adding PATCH & DELETE Routes / Endpoints [Day 97]
07:44
Adding A Decoupled Frontend Website (SPA) [Day 97]
16:20
Why Would You Use A Decoupled Frontend / SPA? [Day 97]
03:23
Understanding CORS Errors [Day 97]
05:40
Fixing CORS Errors & Connecting The Frontend SPA To The REST API [Day 97]
06:34
Learning Check: Custom (REST) APIs [Day 97]
5 questions

Working With Frontend JavaScript Frameworks & Introducing Vue.js [Days 98 - 99]

15 lectures
Module Introduction [Day 98]
04:27
Why Would You Use Frontend JavaScript UI Frameworks? [Day 98]
06:52
React vs Vue vs Angular: Which Framework Should You Use? [Day 98]
02:45
Getting Started With Vue.js ("Vue") [Day 98]
13:40
Listening To Events & Updating Data + the DOM [Day 98]
07:29
Introducing "Two-Way-Binding" [Day 98]
05:04
Outputting Lists Of Data [Day 99]
08:29
Outputting Content Conditionally [Day 99]
03:21
Updating Data [Day 99]
11:19
Deleting Data [Day 99]
05:05
Sending a POST Http Request [Day 99]
06:55
Loading Data & Managing Loading States [Day 99]
09:42
Loading Vue Differently [Day 99]
02:10
Sending PATCH + DELETE Requests & Module Summary [Day 99]
06:21
Learning Check: JavaScript Frameworks & Vue.js [Day 99]
3 questions

Course Summary & Where To Go Next [Day 100]

1 lectures
Bonus: Possible Next Steps, Practice Opportunities & Project Ideas [Day 100]
05:10

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.