* Added content for Nodejs to keep app running prod along with blog links
* Update content/roadmaps/107-nodejs/content/113-nodejs-keep-app-running-prod/readme.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Added content for debugging in node.js and how to debug.
added tutorial links for the same to learn more about debugging in node.js
* Update content/roadmaps/107-nodejs/content/116-nodejs-more-debugging/readme.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Added content on memory leaks, its causes and its detectors
also added some free blog links for more information
* Update content/roadmaps/107-nodejs/content/116-nodejs-more-debugging/100-memory-leaks/readme.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Added node inspect content and useful links for reading and official documentation in node --inspect file
* Update content/roadmaps/107-nodejs/content/116-nodejs-more-debugging/101-node-inspect.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Added content for Debugging using APM and added blog link for complete information
* Update content/roadmaps/107-nodejs/content/116-nodejs-more-debugging/102-using-apm.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Update 103-figlet.md
adding a description for figlet and a link to the github repo
* Update content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/101-printing-output/103-figlet.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Update 102-chalk.md
adding a description to the chalk package and adding a link to its github repository
* Update content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/101-printing-output/102-chalk.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Update 101-process-stderr.md
Adding a description to the process.stderr and adding the link to the official documentation
* Update content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/101-printing-output/101-process-stderr.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* added the complete guide to work with files using fs Module and a blog link is attached with it.
* Update fs content
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Added content to prisma.md and native-drivers.md
* Content added to forever.md
* link updated to forever documentation
* Content added to Nohup.md with links
* Update content/roadmaps/107-nodejs/content/110-nodejs-databases/101-document/102-native-drivers.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Added Resources and description to Morgan npm
* Update content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Resources and description added for jsonwebtoken
* Update content/roadmaps/107-nodejs/content/107-nodejs-apis/108-jsonwebtoken.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>