Learning path for becoming nodejs developer from zero to hero. This repo is practical coding based on LinkedIn Learning Path Become a Node.js Developer
These series includes steps to become nodejs developers for beginner to experienced developers
- Learning Node.js
- Node.js Essential Training
- Learning npm - the Node Package Manager
- Building a Website with Node.js and Express.js
- Databases for Node.js Developers
- Node.js: Testing and Code Quality
- Express Essential Training
- Node.js: Securing RESTful APIs
- Node.js: Security
- Building RESTful APIs with Node.js and Express
- Node.js: Real-Time Web with Socket.IO
- Node.js: Deploying Applications
Deatiled list of topics of courses with github repo link
- Understanding Node
- Demo application overview
- Download and install node
- Why is Javascript is Node's language?
- The benefits and features of Javascript
- Asynchrounous tasks and callbacks
- Write your own module
- Manage third-party package with npm
- What is package.json file?
- Reading from files
- Access directories
- Write to a file
- Node.js framwework
- Express
- Socket.io
- Static serving with Express
- Creating browser app
- Create a get messages service
- Create a post messages service
- Connect to Socket.io from the browser app