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
- Host: GitHub
- URL: https://github.com/vertikajain/node-js
- Owner: VertikaJain
- Created: 2020-08-07T17:24:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T18:55:46.000Z (over 4 years ago)
- Last Synced: 2025-01-18T07:13:04.582Z (5 months ago)
- Topics: callbacks, dns, error-handling, event-emitter, filesystem, http, node-js, streams, url
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)