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

https://github.com/vertikajain/node-js

100 days of code challenge. Day-50 onwards
https://github.com/vertikajain/node-js

callbacks dns error-handling event-emitter filesystem http node-js streams url

Last synced: 3 months ago
JSON representation

100 days of code challenge. Day-50 onwards

Awesome Lists containing this project

README

        

# node-js

- Part of 100daysOfCodeChallenge : Day 50 onwards!
- A repository that represents every topic that I will learn in Node JS.

## Resources:
- [NodeJS Crash Course](https://www.youtube.com/watch?v=QMyYWh1b_kU&feature=youtu.be)
- [File System Module](https://www.youtube.com/watch?v=ZySsdm576wE&list=PLsyeobzWxl7occsESx2X1E2R2Uw5wCoeG&index=7)
- [DNS Module](https://nodejs.org/api/dns.html)
- [Error Handling](https://nodejs.org/api/errors.html)
- Streams Tutorials
1. [Buffers & Streams](https://www.youtube.com/watch?v=GlybFFMXXmQ&list=PL4cUxeGkcC9gcy9lrvMJ75z9maRw4byYp)
2. [Create Read Stream](https://www.youtube.com/watch?v=E3tTzx0Qoj0&list=PL4cUxeGkcC9gcy9lrvMJ75z9maRw4byYp)
3. [Create Write Stream](https://www.youtube.com/watch?v=DvlCT0N7yQI&list=PL4cUxeGkcC9gcy9lrvMJ75z9maRw4byYp)
4. [Pipes](https://www.youtube.com/watch?v=a8W90jDHSho&list=PL4cUxeGkcC9gcy9lrvMJ75z9maRw4byYp)
5. [Streaming JSON data](https://www.youtube.com/watch?v=QxjVZFa1XUM&list=PL4cUxeGkcC9gcy9lrvMJ75z9maRw4byYp)