https://github.com/devmahmud/intro-to-nodejs
There's so much to learn when it comes to Node js. So the approach we're going to take in this course is to build a example or two of some of the best uses cases of Node js. Think of it as building mini apps for each topic.
https://github.com/devmahmud/intro-to-nodejs
nodejs nodejs-fundamental nodejs-modules nodejs-server
Last synced: 7 months ago
JSON representation
There's so much to learn when it comes to Node js. So the approach we're going to take in this course is to build a example or two of some of the best uses cases of Node js. Think of it as building mini apps for each topic.
- Host: GitHub
- URL: https://github.com/devmahmud/intro-to-nodejs
- Owner: devmahmud
- Created: 2022-04-10T17:12:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T12:06:39.000Z (over 3 years ago)
- Last Synced: 2025-01-06T21:46:06.474Z (about 1 year ago)
- Topics: nodejs, nodejs-fundamental, nodejs-modules, nodejs-server
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome
## Intro
This course is originally conducted by [Scott Moss](https://github.com/Hendrixer) Sr. Software Engineer at Netflix.
This is the course for anyone who wants to get started with Node fast. Some things we'll be covering in this course include:
- 😱 Node vs Web
- 👀 Modules
- 🔥 File System
- 🎉 CLI's
- 💰 NPM
- 💸 Servers
- ☁️ deployment
- ... SO.MUCH.MORE
## Table Of Contents
1. [What is Node js](./src/01.what-is-nodejs.md)
2. [Installing Node.js](./src/02.installing-nodejs.md)
3. [Executing Node](./src/03.executing-node.md)
4. [Globals](./src/04.globals.md)
5. [Modules](./src/05.modules.md)
6. [File System](./src/06.file-system.md)
7. [Error Handling](./src/07.error-handling.md)
8. [Packages](./src/08.packages.md)
9. [CLIs](./src/09.clis.md)
10. [Servers](./src/10.servers.md)
11. [Testing](./src/11.testing.md)
12. [Deployment](./src/12.deployment.md)