Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development Node.Js

Top Node and Javascript Bundle: Learn Node and JS

Learn Node.js and Javascript the Fast and Easy Way With This Popular Bundle Course!
Rating: 4.4 out of 54.4 (165 ratings)
9,486 students
Created by John Elder
Last updated 11/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Javascript From Beginner To Advanced
  • Node From Beginner To Advanced
  • Javascript Variables, Numbers, and Math
  • Conditional If/Else & Comparisons
  • While and For Loops
  • Arrays, Objects, and Functions
  • How To Create a Simple Node Web Server
  • How to Use Git Version Control
  • How to use Github .com
  • How To Use MySQL Databases With Node
  • How to Build a Stock Market App With Node
  • How to Host Your Site On Heroku For Free

Course content

6 sections • 100 lectures • 8h 7m total length

  • Preview03:34
  • First Things First: How To Get Support Fast!
    00:09

  • Preview04:23
  • Preview04:00
  • Where Does Javascript Go On A Webpage?
    05:49
  • Output Javascript To The Screen
    06:01
  • Statements And Whitespace
    04:53
  • Variables
    04:59
  • Math and Numbers
    06:57
  • Assignment Operators
    03:54
  • Comparison Operators
    04:09
  • Conditional Statements
    05:01
  • Logic Operators
    04:19
  • For Loops
    04:44
  • While Loops
    04:38
  • FizzBuzz!!
    04:28
  • Arrays
    03:57
  • Multidimensional Arrays
    04:26
  • Objects
    05:00
  • Functions
    06:36
  • Prompt Boxes
    03:17
  • Random Numbers
    03:52
  • Web Forms
    04:24
  • Math Flashcards - Generate Random Numbers
    03:26
  • Math Flashcards - Check For Numbers
    04:07
  • Math Flashcards - Check For Correct Answers
    04:31
  • Math Flashcards - Reset Button
    05:10

  • Course Introduction
    03:59
  • Install Node
    03:58
  • Install Git bash and Sublime Text Editor
    05:15
  • Run a Console Log Node Test
    03:37
  • Create Our First Basic Node.js Server
    06:07
  • Explaining the Node Server Code
    06:21
  • Exploring The URL Module Query String
    06:26
  • File System and Index Page
    06:06
  • Create Server Console Status Messages
    04:34
  • Show Different Web Pages
    08:03
  • Show an Index Page
    03:22
  • Remove HTML from the URL
    04:23
  • Create a Bootstrap Navbar
    06:30
  • Create an About and Resume Page
    02:33
  • Add a Bootstrap Jumbotron
    04:31
  • Generate SSH Keys
    06:46
  • Initialize Git and Github
    12:16
  • Install the Heroku Toolbelt CLI
    03:53
  • Create a Package JSON File
    04:39
  • Push Our Code To Heroku
    11:00

  • Introduction
    03:16
  • Install Node
    03:53
  • Install Wamp
    06:09
  • Install Sublime and Git Bash
    04:36
  • Start Sublime and Bash
    05:24
  • NPM Install MySQL
    03:34
  • Create a Connection
    06:55
  • Create a Database
    06:09
  • Create a Table
    07:34
  • Alter Table
    03:53
  • Insert Into Table
    05:04
  • Insert Many Into Table
    03:47
  • Result Messages
    03:09
  • Select All
    05:31
  • Loop Thru Selected
    04:05
  • Select Specific
    03:14
  • Select Fields
    07:05
  • Where Clause
    06:32
  • And Or
    04:00
  • Where Variables
    03:14
  • Order By
    05:24
  • Delete Record
    04:11
  • Update Records
    04:41
  • Limit Records
    03:40
  • Drop Table
    04:24

  • Introduction
    01:42
  • Install Sublime and Git Bash
    03:48
  • Install Node
    02:29
  • Start New App With NPM Init
    04:24
  • Install Express JS and Set PORT
    04:56
  • Build our First Webpage
    05:56
  • Set up Nodemon
    02:37
  • Install Handlebars
    04:32
  • Handlebars Pages
    04:22
  • Pass Variables to Handlebars
    03:19
  • Version Control With Git
    07:19
  • Push Code To Github.com
    08:55
  • Bootstrap Navbar
    05:44
  • About Handlebars Page
    03:21
  • API Intro
    04:11
  • Request API
    06:44
  • Call The API Function
    03:58
  • Create a Callback Function
    04:12
  • Output API Data The Screen
    04:21
  • Format API Output
    07:16
  • Intro To Forms
    04:42
  • Forms Body Parser
    06:52
  • Connect Form To API
    05:44
  • Intro To Heroku
    03:13
  • Heroku Toolbelt
    04:03
  • Push App to Heroku
    04:30
  • Heroku Domain Name
    03:46

  • Bonus Lecture
    06:20

Requirements

  • No programming skills or special tools are necessary to take this course
  • You just need a computer with Internet access, a Web Browser, and a Free Text Editor

Description

This is a bundle course of four of my popular Javascript and Node.js courses all in one course. Aimed at the absolute beginner, in this course you'll learn the Javascript programming language and the Node Web Framework for building websites.

This course is broken up into four sections:

  • Javascript

  • Node Basics

  • MySQL Database For Node.js

  • Building a Stock Market App With Node

We'll start out learning the Javascript programming language.  You don't need any prior knowledge or special tools to learn Javascript, I'll walk you through everything you need to know. You'll learn:

  • Printing to the Screen

  • Variables

  • Numbers and Simple Math

  • Comparison Operators

  • Assignment Operators

After that, we'll move into more intermediate topics like:

  • Conditional If/Else Statements

  • While Loops

  • For Loops

  • Fizzbuzz

Finally we'll finish up with more advanced topics like:

  • Arrays

  • Objects

  • Functions

After that we'll learn web development things like

  • Pop Ups

  • Web Forms

  • And More...

After that we'll dive into the Node.js Web framework.  Node is one of the most popular web development frameworks for a reason!  You'll learn:

  • Install Node

  • Install Git bash and Sublime Text Editor

  • Run a Console Log Node Test

  • Create Our First Basic Node.js Server

  • Explaining the Node Server Code

  • Exploring The URL Module Query String

  • File System and Index Page

  • Create Server Console Status Messages

  • Show Different Web Pages

  • Show an Index Page

  • Remove HTML from the URL

  • Create a Bootstrap Navbar

  • Create an About and Resume Page

  • Add a Bootstrap Jumbotron

  • Generate SSH Keys

  • Initialize Git and Github

  • Install the Heroku Toolbelt CLI

  • Create a Package JSON File

  • Push Our Code To Heroku

  • And More...

After that we'll jump into the MySQL database for Node.  Chances are, at some point, you're going to want to use a database for your website. In this section you'll learn:

  • What Is A Database

  • How To Install Node

  • How To Install Git Bash Terminal

  • How To Download MySQL

  • How To Install Wamp and PHPMyAdmin

  • How To Install the MySQL Node Module

  • How To Connect to Database in Node

  • How To Explore MySQL With PHPMyAdmin

  • How To Create A Database

  • How To Create A Table

  • How To Insert One Record Into Table

  • How To Insert Many Records Into Table

  • Understanding Data Types

  • How To Select Data From Table

  • How To Format Our Results

  • How To Use The Where Clause

  • How To Use The Like Clause and Wildcards

  • How To Use AND and OR

  • How To Updating Records

  • How To Limit and Order Results

  • How To Delete Records

  • How To Delete (Drop) A Table

  • And More!

Finally, in the last section of the course we'll put it all together and build a Stock market Portfolio app with Node.  You'll connect to a third party API to get stock quote data, mess around with it, and then spit it out on your own website.  You'll also learn the Bootstrap CSS framework, and all kinds of other cool things.


If you've every wanted to learn web development with the Javascript and Node stack, this is the course for you...


Sign up today and I'll see you on the inside!


-John Elder


Who this course is for:

  • This course is aimed towards absolute beginners who want to learn the Javascript programming Language
  • Anyone who wants to learn to build web apps with Node
  • Anyone who want's to use MySQL Databases with Node
  • Anyone who wants to build a stock market app with Node

Instructor

John Elder
Founder of Codemy
John Elder
  • 4.5 Instructor Rating
  • 9,797 Reviews
  • 149,004 Students
  • 58 Courses

John Elder is a pioneer in Web Development who created one of the first Internet advertising networks back in 1997. He sold it to a publicly traded company at the height of the dot com boom and then went on to create the best-selling Submission-Spider search engine submission software that's been used by over 3 million individuals and small businesses in over 45 countries. 

Today he teaches Web Development courses at Codemy the online code school he founded. 

John graduated with honors with a degree in Economics from Washington University in St. Louis where he was an ArtSci Scholar. 

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.