Learning Full Stack Development [Video]
This course has been demised. Check out the alternatives below
-
Advance your knowledge in tech with a Packt subscription
- Instant online access to over 7,500+ books and videos
- Constantly updated with 100+ new titles each month
- Breadth and depth in over 1,000+ technologies
-
Setting Up Node.js and NPM
- The Course Overview
- Installing Node.js and NPM on Your Desktop
- Setting Up Node.js and NPM on Linux
- Getting a Different Version on Linux
-
Getting to Know NPM
- Updating Your NPM Version
- Installing and Uninstalling Global Packages
- Understanding Global and Local Packages
- Declaring NPM Packages with package.json
- Version Controlling Packages
-
Node.js
- What Makes Node.js Different Than Other Server-Side Languages?
- The Node.js Hello World
- Loading Packages and Using Modules
- Configuring a Basic Server
- Using http-server as a Quick Server Solution
-
Express.js
- Starting Up an Express.js Server
- Enabling Static Files
- Routing with Express
- Responding with Static Files
- Using Middleware in Express.js
- Creating a Middleware in Express.js
- Using Express Generator
-
MongoDB and Beyond
- Installing MongoDB
- Creating a Mongo Database
- Inserting Collections and Documents
- Adding Is Great, But How Do You Find Things?
- Finding Complicated Things with Operators
- Deleting Documents, Collections, and Databases