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 Mindfulness Personal Development Personal Transformation Meditation 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 Retargeting
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

NodeJS - The Complete Web Developer Bootcamp 2020

Build Real World Web Apps Using Node, Express, PostgreSQL, MongoDB and more...
Rating: 4.9 out of 54.9 (101 ratings)
646 students
Created by Mohammad Azam
Last updated 10/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Learn to create NodeJS applications
  • Integrate Node ExpressJS apps with PostgreSQL and MongoDB
  • Learn ORM and SQL to perform CRUD operations
  • Implement server side pages using Mustache template engine
  • Develop JSON Web API and consume it in a JavaScript application
  • Build 3 real world projects from start to finish

Course content

28 sections • 153 lectures • 14h 42m total length

  • Preview03:29
  • Exercise Files
    00:53

  • What is Node?
    02:16
  • What is NPM?
    04:13
  • Installing Node
    02:17
  • Writing your first Node App
    07:02
  • Rendering HTML Pages Using Node
    09:42

  • Preview01:33
  • Preview06:42
  • Preview03:07
  • Preview03:50

  • What are Routes?
    03:32
  • Route Basics
    10:33
  • Parameters
    06:58
  • QueryString
    05:52
  • JSON
    03:26

  • What is a POST Request?
    01:15
  • Implementing Post Route in Express
    07:33
  • Parsing Body Using BodyParser
    04:08

  • What are Server Side Pages?
    01:09
  • Server Side Pages Frameworks
    02:05
  • Node Express Templates Engines
    02:28

  • Setting Up Mustache
    07:33
  • Passing Data to Mustache Pages
    06:27
  • Displaying List in Mustache Pages
    06:06
  • Implementing Conditions in Mustache Pages
    02:43
  • Posting Data through Mustache Pages
    09:16
  • Parsing Body Using Body Parser
    03:32

  • What are Partials?
    03:06
  • Registering Partials
    02:45
  • Rendering Partials
    05:32

  • What are Static Files?
    00:51
  • Setting Up Static Resources
    06:13

  • What is Express Router?
    02:09
  • Implementing Express Router
    07:32
  • What is Middleware?
    01:50
  • Implementing your Custom Middleware
    10:04

Requirements

  • Mac
  • Understanding of JavaScript language is recommended
  • Basic knowledge of HTML and CSS is required

Description

I have been training developers in one form or the other since 2005. At present I am the lead instructor at DigitalCrafts bootcamp where I teach full stack web development. This course is a result of 1000s of hours of training over the course of several years in which I trained more than 100 developers.  Now those developers are working for companies like Apple, LinkedIn, Chase etc.


Requirements

  • Basic understanding of how the web works is recommended but not a must-have

  • Understanding of JavaScript programming language is recommended

  • No NodeJS knowledge is required

Description

According to the latest StackOverFlow survey NodeJS is the most popular framework in software development. NodeJS is in high demand and JavaScript developers who have NodeJS in their tool-belt earns high salary. This course is designed to teach you all the important parts of the NodeJS framework by building real world, data driven applications. After completing this course you will be ready to build full stack web  applications using NodeJS and JavaScript.

Here is the outline of this course:


  • Understanding NodeJS and Node Package Manager

  • Installing and Running ExpressJS

  • Understanding Routing

  • Passing QueryString, Parameters and JSON

  • Posting Data in Express

  • Understanding Server Side Pages

  • Building Template Server Side Pages Using Mustache

  • Creating Reusable Components Using Express Partials

  • Consuming Static Resources

  • Developing Express Router

  • Understanding and Implementing Middleware

  • Integrating Session for ExpressJS Apps

  • Debugging Node

  • Setting Up PostgreSQL Database

  • Learning Basic SQL Commands

  • Performing CRUD Operations Using pg-promise for PostgreSQL database

  • Encrypting and Persisting Secure Data Using brcrypt

  • Toggling Menu Options based on the User Login Status

  • Deployment to Heroku

  • Understanding Object Relational Mapping

  • Installing and Configuring Sequelize

  • Performing CRUD Operations Using Sequelize

  • Implementing One to Many Relationships in Sequelize

  • Hosting PostgreSQL Database on ElephantSQL

  • Understanding Document Databases

  • Implementing JSON Web API Using ExpressJS

  • Installing and Running MongoDB Database Server

  • Performing CRUD Operations Using MongoDB


Projects

As a lead instructor at one of the top bootcamps I know that the best way to learn a new technology is utilizing your skills in a real world project. For this reason this course targets multiple projects to enhance your learning experience.


News App

In this app you will learn how to use create server side pages using Mustache template engine. You will build a login and registration screen and eve customize the user’s page based on their credentials. This app integrates with PostgreSQL database using pg-promise library. Finally, you will learn how to deploy your app to Heroku server.


Sell Your Stuff

In this app you will learn how to create an ExpressJS website which allows the user’s to list their products for sale. You will learn how to integrate Sequelize ORM with your Node application. The project also covers how to upload images from your machine to your own server. Just like the previous app you will also implementing login and registration of the user.


Grocery App

In this app you will learn how to create both the client and the server. The client will be implemented using the vanilla HTML and JavaScript and the server will be implementing using ExpressJS and MongoDB (Document Database). You will learn how to persist documents as well as nested documents in the MongoDB database.


Is this course for you?

If you have no NodeJS experience then you are going to enjoy this course. NodeJS is a very high in demand framework and after going through this course you can use your new skills to become a full stack web developer.

If you have novice NodeJS experience then about accessing PostgreSQL and MongoDB databases with pg-promise, Sequelize and mongoose.


Prerequisites

  • No knowledge of NodeJS is required

  • Understanding of HTML and CSS is required

  • Existing knowledge of JavaScript is recommended

Who this course is for:

  • JavaScript developers interested in learning about NodeJS
  • Developers interested in server side frameworks

Featured review

Yosef Cohen
Yosef Cohen
142 courses
98 reviews
Rating: 5.0 out of 5a year ago
E-X-C-E-L-L-E-N-T !!! very clear and good explanations ,very good projects !!!! there is a problem if you are not using mac , for example the UI for the DB he uses for postgresDB isn't pgadmin (which you can use on windows or linux ) he uses somthing else. but , i very enjoy from that course , i'm now at 50%. (if you know how to install and use postgres , i think that course is very good even if you are not on mac).

Instructor

Mohammad Azam
Apple Featured iOS Developer and iOS Instructor
Mohammad Azam
  • 4.5 Instructor Rating
  • 7,024 Reviews
  • 52,985 Students
  • 29 Courses

My name is Mohammad Azam and I have been programming in iOS for the last 10+ years. Currently, I am teaching Full Stack Development at DigitalCrafts. Before joining DigitalCrafts I worked as a lead mobile developer for many large companies including Schlumberger, Baker Hughes, AIG and Valic. Currently, I am a senior developer at Blinds Dot Com, a Home Depot company. Before iPhone development I was leading projects in Microsoft ASP technology. I was also awarded the Microsoft MVP award five years in a row due to my contributions in the community.

I have also published several of my personal apps to the App Store including Vegetable Tree which was featured by Apple as the most beautiful gardening app on the App Store. I am a frequent speaker at local and national conferences and have authored many articles for many different development magazines.

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