Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.64 KB

README.md

File metadata and controls

51 lines (41 loc) · 1.64 KB

Node.js training exercises

Following exercises helped me pass JSNAD certification exam.

JSNAD

Repo description

* Labs - exercises based on Node.js 12 docs

* Buffers
* Child process
* Control flow
* Events
* Exceptions
* File system
* HTTP
* Inheritance
* Operating System
* Process
* Stream

* Learnode - exercises based on learnyounode npm package

* File system
* HTTP Client
* HTTP file server
* HTTP JSON API Server
* Control flow (async - non async)
* Modules
* Async IO
* TCP Server
* Scopes
* Control flow (chaining)
* Closures
* File system streams
* Process input, output streams
* Readable stream
* Writable stream
* Pass-through stream
* Duplex stream
* HTTP server
* WebSocket streams
* Crypto streams