Learn JavaScript: Full-Stack from Scratch

-79%

Learn JavaScript: Full-Stack from Scratch

Learn JavaScript: Full-Stack from Scratch

Learn JavaScript: Full-Stack from Scratch

$42.00

In stock

$42.00

As few “just download my existing project to get you up and running” moments as possible. It’s another pet peeve of mine when instructors have you File size: 11.73 GB

Description

Learn JavaScript: Full-Stack from Scratch

Learn JavaScript: Full-Stack from Scratch

What you’ll learn

The JavaScript language itself
How to control a database (MongoDB) with JavaScript
How to control the Web Browser with JavaScript
How to implement user registration, log-in, log-out & user generated content
How to setup a server by using Node JS and Express

Get Learn JavaScript: Full-Stack from Scratch download
Course content
Expand all 119 lectures27:12:13
–Welcome To The Course!
10:05
Where Do We Begin?
Preview
10:05
–The 10 Days of JavaScript: The Language Itself
03:35:29
Getting Started
16:30
Functions
19:58
Objects
19:43
Arrays
19:47
Making Decisions
18:36
Higher-Order Functions
18:19
Returning vs Mutating
19:38
Scope & Context (Part 1)
17:42
Scope & Context (Part 2)
14:53
Miscellaneous Info (Part 1)
13:32
Miscellaneous Info (Part 2)
09:18
Building To-Do App (Part 1)
17:20
Building To-Do App (Part 2)
10:13
–Server Basics
01:36:29
Why Do We Need a Server?
11:23
Node.js Intro
10:21
Text Editor Software
10:48
Our First Basic Server
19:53
Express Intro (Part 1)
10:13
Express Intro (Part 2)
19:48
What’s Next? (Big Picture)
14:03
–Database Basics
03:34:21
First Taste of a Database
10:57
Note for Advanced Students
00:50
CRUD: Actually Working With A Database
14:04
Initial Setup for App #1
18:02
Save Time: Automatic Node App Restarts
09:12
Quick Note About MongoDB Warning in Command-Line
00:28
Connecting Node App to Database
19:58
Installing NPM Packages Without Stopping Server/App
00:27
Reading Data from a Database
17:24
Updating a Database Item (Part 1)
19:58
Updating a Database Item (Part 2)
19:55
Deleting a Database Item
12:55
Create New Item Without Page Reload
19:57
Client-Side Rendering
10:17
What About Security?
19:54
Quick Note For Mac Users
00:26
Pushing Our App Onto The Internet
19:19
Pushing Future Changes To Your Heroku App
00:16
–Starting Our Complex App (App #2)
05:16:17
What’s Next?
08:03
Let’s Begin App #2
18:39
Important Note About Package Versions To Save You Frustration
01:31
What Is A Router?
14:11
What Is A Controller?
17:52
Security Note
00:24
What Is A Model?
19:58
Adding Validation To Our Model
19:58
Quick Misc. Clean Up
08:01
Quick Note About Connecting to Database
00:24
Connecting To Database In a Reusable Fashion
17:12
Best Practice Time Out: Environment Variables
10:10
Quick Note
00:08
Letting Users Log In
18:37
What is a Promise? (Part 1)
19:32
What is a Promise? (Part 2)
14:24
Running Multiple Promises Efficiently When Order Doesn’t Matter
00:30
Hashing User Passwords
13:53
How Can We “Identify” or “Trust” a Request?
19:17
For Those Who Are In a Hurry (Security Note)
00:41
Understanding Sessions
19:07
Letting Users Logout
11:57
Adding Flash Messages
16:28
User Registration Improvements (Part 1)
17:41
User Registration Improvements (Part 2)
12:01
Adding User Profile Photos
15:36
–User Created Posts
04:03:48
Letting Users Create Posts (Part 1)
17:31
Letting Users Create Posts (Part 2)
12:17
Post Model (Part 1)
19:59
Post Model (Part 2)
07:16
Viewing a Post (Part 1)
07:45
Viewing a Post (Part 2)
19:10
Performing a Lookup in MongoDB (Part 1)
16:50
Performing a Lookup in MongoDB (Part 2)
08:14
User Profile Screen
18:10
View Posts by Author
19:47
Is the Current Visitor the Owner of the Post?
12:53
The “Edit” Screen for a Post
08:50
Updating Posts in Database (Part 1)
10:51
Updating Posts in Database (Part 2)
18:57
Miscellaneous Improvements
14:55
Markdown: Safe User Generated HTML
15:44
Make This Quick Edit To Your Code
00:41
Let Users Delete a Post
13:58
–Live Search Feature
01:41:08
Staying Organized: Front-End JavaScript
19:57
Showing and Hiding Search Overlay
16:54
Responding to Key Press Events
19:12
Back-End Aspect of Search
15:40
Generating HTML for Search Results (Part 1)
10:05
Generating HTML for Search Results (Part 2)
10:47
Fixing The Month for Post Dates in Search Results
00:21
Sanitizing User Generated HTML on the Front-End
08:12
–Letting Users Follow Each Other
02:08:16
Letting Users Follow Each Other
12:25
Saving a “Follow” Action Into Our Database
12:25
Stop Following a User (Part 1)
13:48
Stop Following a User (Part 2)
13:16
Profile Followers Screen (Part 1)
10:26
Profile Followers Screen (Part 2)
15:25
Following Screen (Part 1)
13:29
Following Screen (Part 2)
17:30
Homepage Feed (Posts From Those You Follow)
19:32
–Live Chat (Socket.IO)
01:23:18
Beginning Chat Feature
19:37
Socket.IO (Part 1)
10:43
Socket.IO (Part 2)
11:42
Finishing Chat (Part 1)
13:39
Finishing Chat (Part 2)
19:56
Quick Misc. Feature: Dynamic Title Tag
07:41
–Live Validation for Registration Form
01:16:09
Live Form Validation (Part 1)
18:41
Live Form Validation (Part 2)
18:22
Live Form Validation (Part 3)
19:58
Live Form Validation (Part 4)
19:08
4 more sections

Requirements
No prerequisite knowledge required; the only thing you need is a computer (that you are allowed to install software on) and an internet connection.

Description

Learn the incredibly popular and in demand JavaScript language. This course makes no assumptions of prior computer programming experience. We begin with the very basics and slowly but surely work our way up to writing JavaScript code to power every aspect of an application.

There are countless JavaScript courses in the world; here’s what makes this one unique:

A strong emphasis on the “why” and not just the “how”

As few assumptions as possible; it’s a pet peeve of mine when instructors assume I know something I don’t

As few “just download my existing project to get you up and running” moments as possible. It’s another pet peeve of mine when instructors have you use an existing solution that just “automagically” works and you miss a potential learning experience of setting it up yourself.  We do copy-and-paste HTML templates (since the focus of the course is not about HTML) but aside from that I explain things from the ground up.

Here’s what we’ll learn in the course:

The JavaScript language itself

The Web Browser Environment

The Node.js environment

The MongoDB environment

The Express framework for creating servers

User registration & user-generated content

Authentication (both stateful with sessions and stateless with JSON Web Tokens)

… and much more!

I encourage you to watch the freely available first lesson titled “Where Do We Begin?” to get a better feel for the course.

This course may be brand new, but this isn’t my first time teaching. I’ve led training sessions for Fortune 500 companies and I’ve already helped over 65,000 people on Udemy and received the following feedback:

“Brad definitely has some of the best techniques to embed the lesson into your mind… hands down these are the best tutorials I have had the opportunity to view.”

“Presentation is concise without being tedious… you honestly feel that you have a thorough understanding of the subject.”

“…[Brad] explained the process. Not memorize this or that, he explained the process. If you’re looking to take a course to understand the foundations of creating websites, look no further.”

Become highly valuable and relevant to the companies that are hiring JavaScript developers; in one convenient place alongside one instructor. If you’re ready to begin coding your own applications from the ground up – I’ll see you on the inside!
Who this course is for:

Anyone who might be interested in starting a career in computer programming (no experience required).

Get Learn JavaScript: Full-Stack from Scratch download

Below is Proof content:

Learn JavaScript Full-Stack from Scratch

Reviews

There are no reviews yet.


Be the first to review “Learn JavaScript: Full-Stack from Scratch”

You've just added this product to the cart: