Building Web Applications with Node.js and Express 4.0

Pluralsight
Course Summary
Node.js is a simple and powerful tool for backend JavaScript development. In this session, I will show you everything you need to know to get started in web development with Node.js.
-
+
Course Description
Node.js is a simple and powerful tool for backend JavaScript development. In this session, I will show you everything you need to know to get started in web development with Node.js. We will start with the basics of Node.js and selecting an IDE. We will explore template engines, and rendering HTML out of Express. We will cover all aspects of routing including express middleware. We will work with multiple database and backend APIs. I will cover local security with Passport.js.
-
+
Course Syllabus
Getting Started- 27m 4s
—Introduction and Installation 4m 26s
—Node and the Command Line 2m 43s
—Sublime Text 2m 57s
—Webstorm 2m 30s
—Other Editors 1m 45s
—Configuring Brackets 4m 23s
—Node Package Manager 3m 0s
—Versioning Packages 3m 45s
—Summary 1m 32sSetting Up Express- 26m 16s
—Introduction 1m 16s
—Our First App 2m 29s
—NPM Start 1m 48s
—Simple Routing 2m 9s
—Bootstrap Templates 3m 9s
—Static Files 5m 15s
—Bower 8m 47s
—Summary 1m 20sSetting Up Gulp- 44m 22sTemplating Engines- 25m 3sRouting- 28m 33sDatabases- 48m 14sAuthentication- 49m 23sStructure and 3rd Party APIs- 34m 9s