Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukaswilkeer/notes

Short notes.
https://github.com/lukaswilkeer/notes

js node notes

Last synced: 16 days ago
JSON representation

Short notes.

Awesome Lists containing this project

README

        

# :notebook: Notes

* #1 - [Mongo Cursor](notes/mongo-cursor.js)
* #2 - [Nonblocking Node.js process flow](process-flow.js)
* #3 - [Async/await](async-await.js)
* #4 - [Async/await on a map function](async-await-map.js)
* #5 - [Try/catch error handling](try-catch-error-handling.js)
* #6 - [Promise list fetch handle without allSettled](promise-rejection.js)
* #7 - [Promise list fecth using generators](promise-rejection-generator.js)
* #8 - [Error handling without crashing the system](error-handling.js)
* #9 - [Imperative error handling without crashing the system](imperative-try-catch-error-handling.js)
* #10 - [Function composition with async functions](function-composition-async-await.js)