https://github.com/nullthefirst/nodejs-sample-curriculum
Sample Node.js Curriculum
https://github.com/nullthefirst/nodejs-sample-curriculum
Last synced: 3 months ago
JSON representation
Sample Node.js Curriculum
- Host: GitHub
- URL: https://github.com/nullthefirst/nodejs-sample-curriculum
- Owner: nullthefirst
- Created: 2019-05-01T14:42:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T15:47:30.000Z (almost 7 years ago)
- Last Synced: 2025-06-04T09:31:54.451Z (11 months ago)
- Homepage: https://usheninte.github.io/nodejs-sample-curriculum/
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Node.js Curriculum
[Section One](#)
* Introduction
* JavaScript - A Quick Refresher
* Understanding the Basics
* Improved Development Workflow and Debugging
[Section Two](#)
* Working with Express.js
* Working with Dynamic Content & Adding Templating Engines
* The Mode View Controller (MVC)
* Enhancing the App
[Section Three](#)
* Dynamics Routes & Advanced Models
* SQL Introduction
* Understanding Sequelize
[Section Four](#)
* Sessions & Cookies
* Adding Authentication
* Sending Emails
[Section Five](#)
* Advanced Authentication
* Understanding Validation
* Error Handling
* File Upload & Download
[Section Six](#)
* Adding Pagination
* Understanding Async Requests
* Adding Payments
* Working the REST APIs - The Basics
[Section Seven](#)
* Working the REST APIs - The Practical Application
* Understanding Async Await in Node.js
* Understand Websockets & Socket.io
* Working with GraphQL
[Section Eight](#)
* Deploying our App
* Testing Node.js Applications
* Node.js as a Build Tool & Using npm