Learn JavaScript: Full-Stack from Scratch
Understand the JavaScript language itself, Node.js, MongoDB, The Web Browser and More To Create Meaningful Applications
Understand the JavaScript language itself, Node.js, MongoDB, The Web Browser and More To Create Meaningful Applications
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!
Khu vực Câu hỏi thường gặp trống
Getting Started
Xem trướcFunctions
Xem trướcObjects
Arrays
Making Decisions
Higher-Order Functions
Returning vs Mutating
Scope & Context (Part 1)
Scope & Context (Part 2)
Miscellaneous Info (Part 1)
Miscellaneous Info (Part 2)
Building To-Do App (Part 1)
Xem trướcBuilding To-Do App (Part 2)
Xem trướcFirst Taste of a Database
Optional: Host Your Database Locally On Your Computer
CRUD: Actually Working With A Database
Initial Setup for App #1
Save Time: Automatic Node App Restarts
Connecting Node App to Database
Reading Data from a Database
Updating a Database Item (Part 1)
Updating a Database Item (Part 2)
Deleting a Database Item
Create New Item Without Page Reload
Client-Side Rendering
What About Security?
Pushing Our App Onto The Internet
What's Next?
Optional: Finished Product Working Example
Let's Begin App #2
What Is A Router?
What Is A Controller?
What Is A Model?
Adding Validation To Our Model
Quick Misc. Clean Up
Connecting To Database In a Reusable Fashion
Best Practice Time Out: Environment Variables
Letting Users Log In
What is a Promise? (Part 1)
What is a Promise? (Part 2)
Hashing User Passwords
How Can We "Identify" or "Trust" a Request?
Session Security
Understanding Sessions
Letting Users Logout
Adding Flash Messages
User Registration Improvements (Part 1)
User Registration Improvements (Part 2)
Adding User Profile Photos
Letting Users Create Posts (Part 1)
Letting Users Create Posts (Part 2)
Post Model (Part 1)
Post Model (Part 2)
Viewing a Post (Part 1)
Viewing a Post (Part 2)
Performing a Lookup in MongoDB (Part 1)
Performing a Lookup in MongoDB (Part 2)
User Profile Screen
View Posts by Author
Is the Current Visitor the Owner of the Post?
The "Edit" Screen for a Post
Updating Posts in Database (Part 1)
Updating Posts in Database (Part 2)
Miscellaneous Improvements
Markdown: Safe User Generated HTML
Let Users Delete a Post
Letting Users Follow Each Other
Saving a "Follow" Action Into Our Database
Stop Following a User (Part 1)
Stop Following a User (Part 2)
Profile Followers Screen (Part 1)
Profile Followers Screen (Part 2)
Following Screen (Part 1)
Following Screen (Part 2)
Homepage Feed (Posts From Those You Follow)
No prerequisite knowledge required; the only thing you need is a computer (that you are allowed to install software on) and an internet connection.
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