https://github.com/isaacmaffeis/learnyounode
My code resolution of the exercises of the course learnyounode by NodeSchool
https://github.com/isaacmaffeis/learnyounode
javascript learnyounode nodejs
Last synced: 28 days ago
JSON representation
My code resolution of the exercises of the course learnyounode by NodeSchool
- Host: GitHub
- URL: https://github.com/isaacmaffeis/learnyounode
- Owner: isaacmaffeis
- Created: 2023-05-24T22:00:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T20:48:54.000Z (about 3 years ago)
- Last Synced: 2025-01-12T02:07:50.549Z (over 1 year ago)
- Topics: javascript, learnyounode, nodejs
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My code resolution to the exercises of the course [learnyounode](https://github.com/workshopper/learnyounode/tree/master)
## What is learnyounode?
An intro to Node.js via a set of self-guided workshops.

learnyounode is a Node.js package that contains a series of workshop lessons which will teach you the basics of writing Node.js applications. The lessons start with a basic *"HELLO WORLD"* lesson, and then move on to more advanced exercises about dealing with synchronous & asynchronous I/O, filesystem operations, TCP and HTTP networking, events and streams.
Link to learnyounode: https://github.com/workshopper/learnyounode/tree/master