An open API service indexing awesome lists of open source software.

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.

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)