The Complete Full-Stack Web Development Bootcamp
Categories:Web DevelopmentSoftware Development
This course includes
- Course Content
- Description
- What To Learn
- Materials Included
- Requirements
- Target Audience
What You'll Get in This Course 3:08
Download the Course Syllabus
Download the 12 Rules to Learn to Code eBook [Latest Edition]
Download the Required Software
How Does the Internet Actually Work 5:27
How Do Websites Actually Work 8:22
How to Get the Most Out of the Course 9:33
How to Get Help When You're Stuck 6:39
A Note About 2023 Course Updates
How to Download the Course Resources 2:43
[Project] Birthday Invite 4:01
Tip from Angela - Habit Building with the Calendar Trick 2:52
Get Monthly Tips and Tools to Level Up as a Developer
[Project] Portfolio Website 8:34
How to Host Your Website for Free with GitHub 8:33
Introduction to Capstone Projects 5:05
Instructions for Capstone Project 1 - Online Resume
[Project] Colour Vocab Website 9:08
Tip from Angela - Dealing with Distractions 2:28
Join the Student Community
The CSS Box Model - Margin, Padding and Border 20:46
[Project] Motivational Poster Website 7:37
The Cascade - Specificity and Inheritance 25:28
Tip from Angela - Nothing Easy is Worth Doing! 3:35
How to Create Responsive Websites 18:44
[Project] Web Design Agency Website 7:07
Tip from Angela - How to Deal with Procrastination 4:08
Tip from Angela - Building a Programming Habit 2:47
[Project] Mondrian Painting 6:45
[Project] TinDog Startup Website 31:22
Introduction to Web Design 3:55
Understanding Colour Theory 9:04
Understanding Typography and How to Choose a Font 10:28
Manage ATTENTION with effective User Interface (UI) Design 10:27
User Experience (UX) Design 13:39
Web Design in Practice - Let's apply what we've learnt! 18:20
Download the Course Resources PDF
Introduction to Javascript 11:49
Javascript Alerts - Adding Behaviour to Websites 14:21
Javascript Variables Exercise Start 2:48
Javascript Variables Exercise Solution 3:28
Naming and Naming Conventions for Javascript Variables 7:10
String Lengths and Retrieving the Number of Characters 6:24
Slicing and Extracting Parts of a String 8:56
Challenge Changing Casing in Text 3:39
Challenge Changing String Casing Solution 9:00
Basic Arithmetic and the Modulo Operator in Javascript 6:14
Increment and Decrement Expressions 2:28
Functions Part 1 Creating and Calling Functions 10:35
Functions Part 1 Challenge - The Karel Robot 9:08
The Karel Chess Board Solution
A Quick Note About the Next Lesson
Functions Part 2 Parameters and Arguments 9:52
Functions Part 3 Outputs & Return Values 11:16
Challenge Create a BMI Calculator 1:49
Challenge BMI Calculator Solution 5:39
Tip from Angela - Set Your Expectations 2:35
Random Number Generation in Javascript Building a Love Calculator 11:15
Solution to the 99 Bottles Challenge
Control Statements Using If-Else Conditionals & Logic 4:48
Introducing the Leap Year Code Challenge 4:16
Collections Working with Javascript Arrays 9:02
Adding Elements and Intermediate Array Techniques 15:58
Who's Buying Lunch Solution 3:43
Control Statements While Loops 7:53
Solution to the 99 Bottles Challenge
Control Statements For Loops 6:10
Introducing the Fibonacci Code Challenge 6:37
Tip from Angela - Retrieval is How You Learn 2:52
Adding Javascript to Websites 10:44
Introduction to the Document Object Model (DOM) 12:28
Solution to the DOM Challenge
Selecting HTML Elements with Javascript 14:17
Manipulating and Changing Styles of HTML Elements with Javascript 5:01
The Separation of Concerns Structure vs Style vs Behaviour 5:57
Text Manipulation and the Text Content Property 2:37
Manipulating HTML Element Attributes 2:27
Tip from Angela - The 20 Minute Method 2:39
Challenge The Dicee Challenge 2:14
Dicee Challenge Step 0 - Download the Skeleton Project
Dicee Challenge Step 1 - Create an External Javascript File
Dicee Challenge Step 2 - Add Dice Images
Dicee Challenge Step 3 - Create a Random Number
Dicee Challenge Step 4 - Change the img to a Random Dice
Dicee Challenge Step 5 - Change both img Elements
Dicee Challenge Step 6 - Change the Title to Display a Winner
The Solution to the Dicee Challenge 14:43
Download the Completed Website
Tip from Angela - Learning Before you Eat 2:06
Adding Animation to Websites 8:31
Download the Completed Website
Download the Starting Files
Adding Event Listeners to a Button 14:29
Higher Order Functions and Passing Functions as Arguments 12:40
Higher Order Function Challenge Solution
How to Play Sounds on a Website 11:11
A Deeper Understanding of Javascript Objects 12:04
How to Use Switch Statements in Javascript 5:23
Objects, their Methods and the Dot Notation 6:29
A Quick Note About the Next Lesson
Using Keyboard Event Listeners to Check for Key Presses 7:37
Understanding Callbacks and How to Respond to Events 11:35
Tip from Angela - Dealing with Lack of Progress 3:08
How to Incorporate jQuery into Websites 9:08
How Minification Works to Reduce File Size 3:59
Selecting Elements with jQuery 2:01
Manipulating Styles with jQuery 5:13
Manipulating Text with jQuery 3:36
Manipulating Attributes with jQuery 3:44
Adding Event Listeners with jQuery 7:47
Adding and Removing Elements with jQuery 2:58
Website Animations with jQuery 8:13
Tip from Angela - Mixing Knowledge 2:20
What You'll Make The Simon Game 1:00
Step 0 - Download the Starting Files
Step 1 - Add Javascript and jQuery
Step 2 - Create A New Pattern
Step 3 - Show the Sequence to the User with Animations and Sounds
Step 4 - Check Which Button is Pressed
Step 5 - Add Sounds to Button Clicks
Step 6 - Add Animations to User Clicks
Step 8 - Check the User's Answer Against the Game Sequence8
Step 10 - Restart the Game
Download the Completed Project Code
Tip from Angela - Dealing with Frustration 2:31
Install Git Bash on Windows 2:46
Understanding the Command Line. Long Live the Command Line! 5:25
Command Line Techniques and Directory Navigation 9:44
Creating, Opening, and Removing Files through the Command Line 8:38
Tip from Angela - Sleep is My Secret Weapon 3:49
Backend Web Development Explained 15:13
Backend Tools and Technologies - Which one to learn 5:41
Install Node.js on Windows
How to Use the Native Node Modules 12:12
The NPM Package Manager and Installing External Node Modules 16:21
[Project] QR Code Generator 15:49
Tip from Angela - Step Up to the Challenge 1:14
Creating Our First Server with Express 11:29
Handling Requests and Responses the GET Request 8:12
Understanding and Working with Routes 9:23
What We'll Make A Calculator 1:52
Calculator Setup Challenge
Calculator Setup Challenge Solution 5:43
Responding to Requests with HTML Files 7:40
Processing Post Requests with Body Parser 14:19
Solution to the BMI Routing Challenge 6:29
Tip from Angela - How to Solidify Your Knowledge 2:55
Posting Data to Mailchimp's Servers via their API 18:37
API Endpoints, Paths and Parameters 10:59
API Authentication and Postman 11:34
Making GET Requests with the Node HTTPS Module 13:00
Using Express to Render a Website with Live API Data 8:23
Using Body Parser to Parse POST Requests to the Server 10:05
The Mailchimp API - What You'll Make 2:41
Setting Up the Sign Up Page 20:52
Posting Data to Mailchimp's Servers via their API 18:37
Adding Success and Failure Pages 8:55
Deploying Your Server with Heroku 18:39
Tip from Angela - Location, Location, Location! 2:07
Introduction to Version Control and Git 2:04
Version Control Using Git and the Command Line 14:18
GitHub and Remote Repositories 10:22
Forking and Pull Requests 17:09
Tip from Angela - Spaced Repetition 4:01
What We'll Make A ToDoList 00:45
Templates Why Do We Need Templates 15:10
Creating Your First EJS Templates 17:53
Running Code Inside the EJS Template 6:33
Passing Data from Your Webpage to Your Server 25:05
The Concept of Scope in the Context of Javascript 8:40
Adding Pre-Made CSS Stylesheets to Your Website 16:14
Understanding Templating vs. Layouts 13:35
Understanding Node Module Exports How to Pass Functions and Data between Files 21:45
Tip from Angela - Use Accountability in your Favour 2:56
A New Challenge Format and What We'll Make A Blog 6:18
Setting Up the Blog Project 7:06
Challenge 14 and Solution 6:28
Express Routing Parameters 6:38
Tip from Angela - When Life Gives You Lemons 6:01
Databases Explained SQL vs. NOSQL 19:58
SQL Commands CREATE Table and INSERT Data 13:48
SQL Commands READ, SELECT, and WHERE 3:10
Updating Single Values and Adding Columns in SQL 4:42
Understanding SQL Relationships, Foreign Keys and Inner Joins 11:13
Tip from Angela - Find All the Hard Working People 2:01
Installing MongoDB on Mac 12:34
Installing MongoDB on Windows 9:20
MongoDB CRUD Operations in the Shell Create 9:37
MongoDB CRUD Operations in the Shell Reading & Queries 6:22
MongoDB CRUD Operations in the Shell Update 4:07
MongoDB CRUD Operations in the Shell Delete 1:45
Working with The Native MongoDB Driver 19:03
If You Have Forgotten to Quit the Mongod Server
Tip from Angela - Daily Routines 2:34
Reading from Your Database with Mongoose 7:28
Data Validation with Mongoose 7:56
Updating and Deleting Data Using Mongoose 10:06
Establishing Relationships and Embedding Documents using Mongoose 6:45
Tip from Angela - Deep Work 3:01
Let's take the ToDoList Project to the Next Level and Connect it with Mongoose 16:46
Rendering Database Items in the ToDoList App 13:25
Adding New Items to our ToDoList Database 3:56
Deleting Items from our ToDoList Database 13:48
Creating Custom Lists using Express Route Parameters 16:12
Adding New Items to the Custom ToDo Lists 7:31
Revisiting Lodash and Deleting Items from Custom ToDo Lists 19:10
Tip from Angela - One Step at a Time 2:54
How to Deploy Web Apps with a Database 5:02
How to Setup MongoDB Atlas 13:41
Deploying an App with a Database to Heroku 12:13
Tip from Angela - Discipline Breeds Discipline 2:20
Challenge Give your Blog a Database 2:31
Step 0 - Download the Starting Files
Step 1 - Save Composed Posts with MongoDB
Step 2 - Get the Home Page to Render the Posts
Step 4 - Render the correct blog post based on post _id
Completed Blog with Database Solution
Tip from Angela - Dealing with Limitations 5:22
Creating a Database with Robo 3T 9:29
Chained Route Handlers Using Express 7:07
DELETE a Specific Article 4:04
Download the Completed Project Code
Tip from Angela - How to Get a Job as Programmer 2:06
Introduction to Authentication 5:46
Level 1 - Register Users with Username and Password 14:43
How to Review the Source Code
Level 2 - Database Encryption 16:35
Using Environment Variables to Keep Secrets Safe 17:40
Level 3 - Hashing Passwords 15:25
Level 4 - Salting and Hashing Passwords with bcrypt 20:41
What are Cookies and Sessions 8:19
Using Passport.js to Add Cookies and Sessions 29:30
Level 6 - OAuth 2.0 & How to Implement Sign In with Google 47:46
Finishing Up the App - Letting Users Submit Secrets 13:40
Download the Completed Project Code
Tip from Angela - How to Work as a Freelancer 1:37
What we will make in this React module 1:34
Introduction to Code Sandbox and the Structure of the Module 5:50
Introduction to JSX and Babel 16:12
Javascript Expressions in JSX & ES6 Template Literals 11:42
Javascript Expressions in JSX Practice 8:34
JSX Attributes & Styling React Elements 16:58
Inline Styling for React Elements 8:41
React Components Practice 5:01
Javascript ES6 - Import, Export and Modules 11:10
Javascript ES6 Import, Export and Modules Practice 4:04
[Windows] Local Environment Setup for React Development 13:52
[Mac] Local Environment Setup for React Development 13:40
Newer Versions of Node Troubleshooting
Keeper App Project - Part 1 Challenge 4:58
Keeper App Part 1 Solution 14:07
Mapping Data to Components 10:21
Mapping Data to Components Practice 17:30
Javascript ES6 MapFilterReduce 20:21
Javascript ES6 Arrow functions 9:56
Keeper App Project - Part 2 10:23
React Conditional Rendering with the Ternary Operator & AND Operator 19:24
Conditional Rendering Practice 6:33
State in React - Declarative vs. Imperative Programming 9:38
Javascript ES6 Object & Array Destructuring 17:45
Javascript ES6 Destructuring Challenge Solution 5:48
Class Components vs. Functional Components 6:24
Changing Complex State Practice 7:08
Javascript ES6 Spread Operator 10:58
Javascript ES6 Spread Operator Practice 12:20
Managing a Component Tree 22:38
Managing a Component Tree Practice 8:27
Keeper App Project - Part 3 25:05
React Dependencies & Styling the Keeper App 16:38
Tip from Angela - How to Build Your Own Product 2:14
How does the Blockchain actually work 25:45
What are DApps (Decentralised Apps) and how do you develop them 9:18
What is the Internet Computer (ICP) 9:18
[Mac Users] Installation and Setup for Web3 Development 7:03
[Windows Users] Installation and Setup for Web3 Development 12:45
What You'll Build - DBANK (Inspired by Compound) 2:16
Introduction to the Motoko Language 12:36
Motoko Functions and the Candid User Interface 16:00
Motoko Conditionals and Type Annotations 5:34
Tracking Time and Calculating Compound Interest 17:35
Adding HTML and CSS to Create the Frontend for DBANK 7:35
Connecting the Motoko Backend to our JS Frontend 27:07
Where to Get Help and Support for Development on the Internet Computer
What are Cycles and the ICP Token 7:07
How to Claim Free Cycles from Dfinity 5:21
How to Deploy to the ICP Network 3:05
How to Convert ICP into Cycles 5:57
[Optional] How to Deploy a Static Website onto the ICP Blockchain for Hosting 7:38
How to Configure a DFX Created Project to Use React 11:25
Storing Data on a Canister 16:04
Retrieving Data from a Canister 11:58
Tokens and Coins What are they and how are they used 9:18
Download and Configure the Skeleton Project 6:10
Using Motoko Hashmaps to Store Token Balances 19:34
Showing the User's Token Balance on the Frontend 13:58
Creating the Faucet Functionality Using the Shared Keyword 15:16
Creating the Transfer Functionality 20:52
Using the Transfer Functionality in the Faucet 6:40
Persisting Non-Stable Types Using the Pre- and Postupgrade Methods 15:43
What is the Internet Identity 5:30
Authenticating with the Internet Identity 7:56
[Optional] Live Deployment to Test Internet Identity Authentication 18:27
What You'll Build - A Website to Mint, Buy and Sell NFTs 10:23
Viewing the NFT on the Frontend 20:02
Enabling the Minting Functionality on the Frontend 30:38
Displaying Owned NFTs Using the React Router 36:39
Creating the Discover Page 22:37
Join the $6 Million Dollar Supernova Hackathon
AAA 1 - How to Soak in Programming Concepts and more 39:43
AAA 2 - Schedule for Learning to Code and more 39:08
AAA 3 - How to Start Freelancing and more 25:20
Vote for the Next Module!