2022-12-03 19:53:43 +01:00
|
|
|
# Node JS
|
|
|
|
<!-- TOC -->
|
|
|
|
|
|
|
|
- [System information](#system-information)
|
2022-12-03 20:08:13 +01:00
|
|
|
- [Release management](#release-management)
|
2022-12-03 20:28:06 +01:00
|
|
|
- [ExpressJS](#expressjs)
|
|
|
|
- [Tools](#tools)
|
|
|
|
- [LoDash](#lodash)
|
|
|
|
- [RxJS](#rxjs)
|
2022-12-03 19:53:43 +01:00
|
|
|
|
|
|
|
<!-- /TOC -->
|
|
|
|
|
|
|
|
## System information
|
|
|
|
|
|
|
|
- [How to get the current directory in Node.js](https://attacomsian.com/blog/nodejs-get-current-directory)
|
2022-12-03 20:08:13 +01:00
|
|
|
|
|
|
|
## Release management
|
|
|
|
|
|
|
|
- [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
|
|
|
|
- [How to regenerate changelog using standard-version](https://lukasznojek.com/blog/2020/03/how-to-regenerate-changelog-using-standard-version/)
|
2022-12-03 20:28:06 +01:00
|
|
|
|
|
|
|
## ExpressJS
|
|
|
|
|
|
|
|
- [Handling POST Requests with Express](https://masteringjs.io/tutorials/express/post)
|
|
|
|
- [lowdb](https://www.npmjs.com/package/lowdb)
|
|
|
|
- [Routing](http://expressjs.com/en/guide/routing.html)
|
|
|
|
|
|
|
|
- SO [Express req.body is empty](https://stackoverflow.com/q/62634298/515948)
|
|
|
|
- SO [HTTP PUT request in Expressjs](https://stackoverflow.com/questions/53156643/http-put-request-in-expressjs)
|
2022-12-03 23:45:52 +01:00
|
|
|
- SO [Proper way to return JSON using node or Express](https://stackoverflow.com/q/19696240/515948)
|
2022-12-03 20:28:06 +01:00
|
|
|
|
|
|
|
## Tools
|
|
|
|
|
|
|
|
### LoDash
|
|
|
|
|
|
|
|
- [_.get(object, path, [defaultValue])](https://lodash.com/docs/4.17.15#get)
|
|
|
|
|
|
|
|
### RxJS
|
|
|
|
|
|
|
|
- [RxJS](https://rxjs.dev/)
|