Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaswilkeer/notes
Short notes.
https://github.com/lukaswilkeer/notes
js node notes
Last synced: 16 days ago
JSON representation
Short notes.
- Host: GitHub
- URL: https://github.com/lukaswilkeer/notes
- Owner: lukaswilkeer
- License: mit
- Created: 2018-08-30T21:53:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T05:54:26.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T12:55:27.355Z (3 months ago)
- Topics: js, node, notes
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)