fix some topic content. (#8485)

master
Vedansh 3 days ago committed by GitHub
parent 1197a0fd6d
commit 671b59c0ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/nodejs/content/callstack--stack-trace@wIieXdFtoZWJ-ht8qqWbp.md
  2. 2
      src/data/roadmaps/nodejs/content/chokidar@een1zhvgN_33Cu6OiWtyX.md
  3. 2
      src/data/roadmaps/nodejs/content/cluster@PkQ_sQ0YFPCZGx4BRgG0t.md
  4. 2
      src/data/roadmaps/nodejs/content/fastify@WkU_rI4i-UmNSxb5F9TI-.md
  5. 2
      src/data/roadmaps/nodejs/content/fs-module@b1r1X3XCoPSayQjDBcy54.md
  6. 2
      src/data/roadmaps/nodejs/content/ky@-_2letLUta5Ymc5eEOKhn.md
  7. 1
      src/data/roadmaps/nodejs/content/mongoose@NDf-o-WECK02mVnZ8IFxy.md
  8. 2
      src/data/roadmaps/nodejs/content/native-drivers@5WqLm53CHDT5uBoMH-iPl.md
  9. 2
      src/data/roadmaps/nodejs/content/pm2@7WAuMMyelUbgwEHtnMmJv.md
  10. 2
      src/data/roadmaps/nodejs/content/processargv@lT2DDRtbFfEjb_cmsQx8i.md
  11. 2
      src/data/roadmaps/nodejs/content/updating-packages@bYBz12FUiJ1qLgdQSGyGK.md
  12. 2
      src/data/roadmaps/nodejs/content/winston@Oe9cQCz2lwSaot7miZOta.md
  13. 1
      src/data/roadmaps/nodejs/content/working-with-databases@5l-lZ8gwVLqqAF_n99vIO.md
  14. 2
      src/data/roadmaps/nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md

@ -4,4 +4,4 @@ The stack trace is used to trace the active stack frames at a particular instanc
Visit the following resources to learn more:
- [@article@Multiple ways to log the stack trace in node.js](https://www.cloudhadoop.com/nodejs-print-stack-trace-error/)
- [@article@Multiple Ways to Log The Stack Trace in Node.js](https://www.cloudhadoop.com/nodejs-print-stack-trace-error/)

@ -4,4 +4,4 @@ Chokidar is a fast open-source file watcher for node. js. You give it a bunch of
Visit the following resources to learn more:
- [@official@chokidar package](https://www.npmjs.com/package/chokidar)
- [@official@chokidar](https://www.npmjs.com/package/chokidar)

@ -4,4 +4,4 @@ The Cluster module allows you to easily create child processes that each runs si
Visit the following resources to learn more:
- [@official@Cluster Docs](https://nodejs.org/api/cluster.html#cluster)
- [@official@Node.js Cluster](https://nodejs.org/api/cluster.html#cluster)

@ -5,6 +5,6 @@ Fastify is a web framework highly focused on providing the best developer experi
Visit the following resources to learn more:
- [@official@Fastify](https://www.fastify.io/)
- [@official@Fastify Documentations](https://www.fastify.io/docs/latest/)
- [@official@Fastify Documentation](https://www.fastify.io/docs/latest/)
- [@video@Beginner Fastify Tutorial](https://www.youtube.com/watch?v=Lk-uVEVGxOA)
- [@feed@Explore top posts about Fastify](https://app.daily.dev/tags/fastify?ref=roadmapsh)

@ -4,6 +4,6 @@ File System or `fs` module is a built in module in Node that enables interacting
Visit the following resources to learn more:
- [@official@fs](https://nodejs.org/api/fs.html)
- [@official@fs module](https://nodejs.org/api/fs.html)
- [@article@More about fs module](https://www.w3schools.com/nodejs/nodejs_filesystem.asp)
- [@video@Using fs](https://www.youtube.com/watch?v=ZySsdm576wE)

@ -5,4 +5,4 @@ Ky is a tiny and elegant HTTP client based on the browser Fetch API. Ky targets
Visit the following resources to learn more:
- [@opensource@Ky Docs](https://github.com/sindresorhus/ky)
- [@official@npmjs.org](https://www.npmjs.com/package/ky/v/0.9.0)
- [@official@Ky Package](https://www.npmjs.com/package/ky/v/0.9.0)

@ -5,5 +5,6 @@ Mongoose is an Object Data Modeling (ODM) library for MongoDB and Node.js. Mongo
Visit the following resources to learn more:
- [@official@Mongoose](https://mongoosejs.com)
- [@official@Mongoose Documentation](https://mongoosejs.com/docs/guide.html)
- [@article@Getting Started with MongoDB and Mongoose](https://www.mongodb.com/developer/languages/javascript/getting-started-with-mongodb-and-mongoose/)
- [@feed@Explore top posts about Mongoose](https://app.daily.dev/tags/mongoose?ref=roadmapsh)

@ -4,4 +4,4 @@ Another way to connect to different databases in Node.js is to use the official
Visit the following resources to learn more:
[@official@MongoDB Drivers](https://www.mongodb.com/docs/drivers/)
- [@official@MongoDB Drivers](https://www.mongodb.com/docs/drivers/)

@ -5,4 +5,4 @@ PM2 is a production process manager for Node.js applications with a built-in loa
Visit the following resources to learn more:
- [@official@Pm2](https://pm2.keymetrics.io/)
- [@official@Pm2 Documentations](https://pm2.keymetrics.io/docs/usage/quick-start/)
- [@official@Pm2 Documentation](https://pm2.keymetrics.io/docs/usage/quick-start/)

@ -4,5 +4,5 @@
Visit the following resources to learn more:
- [@official@Node.js Docs on process.argv](https://nodejs.org/docs/latest/api/process.html#processargv)
- [@official@process.argv](https://nodejs.org/docs/latest/api/process.html#processargv)
- [@video@Command Line Arguments - Cave of Programming](https://youtu.be/nr7i2HOAjeE)

@ -4,6 +4,6 @@ npm provides various features to help install and maintain the project's depende
Visit the following resources to learn more:
- [@video@How to Update All NPM Dependencies At Once](https://www.youtube.com/watch?v=Ghdfdq17JAY)
- [@official@Updating packages downloaded from the registry](https://docs.npmjs.com/updating-packages-downloaded-from-the-registry)
- [@video@How to Update All NPM Dependencies At Once](https://www.youtube.com/watch?v=Ghdfdq17JAY)
- [@article@How to Update Npm Packages Safely With Npm Check Updates](https://chrispennington.blog/blog/how-to-update-npm-packages-safely-with-npm-check-updates/)

@ -5,4 +5,4 @@ winston is designed to be a simple and universal logging library with support fo
Visit the following resources to learn more:
- [@opensource@winston](https://github.com/winstonjs/winston?tab=readme-ov-file#readme)
- -[@article@A Complete Guide to Winston Logging in Node.js](https://betterstack.com/community/guides/logging/how-to-install-setup-and-use-winston-and-morgan-to-log-node-js-applications/)
- [@article@A Complete Guide to Winston Logging in Node.js](https://betterstack.com/community/guides/logging/how-to-install-setup-and-use-winston-and-morgan-to-log-node-js-applications/)

@ -5,3 +5,4 @@ A database is an organized collection of structured information, or data, typica
Visit the following resources to learn more:
- [@article@What is Database?](https://en.wikipedia.org/wiki/Database)
- [@article@What is Database - AWS](https://aws.amazon.com/what-is/database/)

@ -4,6 +4,6 @@ You can programmatically manipulate files in Node.js with the built-in `fs` modu
Visit the following resources to learn more:
- [@official@File System Module](https://nodejs.org/docs/latest/api/fs.html)
- [@article@How To Work with Files using the fs Module in Node.js](https://www.digitalocean.com/community/tutorials/how-to-work-with-files-using-the-fs-module-in-node-js)
- [@official@File system](https://nodejs.org/docs/latest/api/fs.html)
- [@feed@Explore top posts about Node.js](https://app.daily.dev/tags/nodejs?ref=roadmapsh)

Loading…
Cancel
Save