# Node JS - [System information](#system-information) - [Release management](#release-management) - [ExpressJS](#expressjs) - [Tools](#tools) - [LoDash](#lodash) - [RxJS](#rxjs) ## System information - [How to get the current directory in Node.js](https://attacomsian.com/blog/nodejs-get-current-directory) ## 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/) ## 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) - SO [Proper way to return JSON using node or Express](https://stackoverflow.com/q/19696240/515948) ## Tools ### LoDash - [_.get(object, path, [defaultValue])](https://lodash.com/docs/4.17.15#get) ### RxJS - [RxJS](https://rxjs.dev/)