From 671b59c0aca943ba28858b6ba8ce02af42ce4161 Mon Sep 17 00:00:00 2001 From: Vedansh Date: Fri, 11 Apr 2025 16:16:30 +0530 Subject: [PATCH] fix some topic content. (#8485) --- .../content/callstack--stack-trace@wIieXdFtoZWJ-ht8qqWbp.md | 2 +- .../roadmaps/nodejs/content/chokidar@een1zhvgN_33Cu6OiWtyX.md | 2 +- .../roadmaps/nodejs/content/cluster@PkQ_sQ0YFPCZGx4BRgG0t.md | 2 +- .../roadmaps/nodejs/content/fastify@WkU_rI4i-UmNSxb5F9TI-.md | 2 +- .../roadmaps/nodejs/content/fs-module@b1r1X3XCoPSayQjDBcy54.md | 2 +- src/data/roadmaps/nodejs/content/ky@-_2letLUta5Ymc5eEOKhn.md | 2 +- .../roadmaps/nodejs/content/mongoose@NDf-o-WECK02mVnZ8IFxy.md | 1 + .../nodejs/content/native-drivers@5WqLm53CHDT5uBoMH-iPl.md | 2 +- src/data/roadmaps/nodejs/content/pm2@7WAuMMyelUbgwEHtnMmJv.md | 2 +- .../nodejs/content/processargv@lT2DDRtbFfEjb_cmsQx8i.md | 2 +- .../nodejs/content/updating-packages@bYBz12FUiJ1qLgdQSGyGK.md | 2 +- .../roadmaps/nodejs/content/winston@Oe9cQCz2lwSaot7miZOta.md | 2 +- .../content/working-with-databases@5l-lZ8gwVLqqAF_n99vIO.md | 1 + .../nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md | 2 +- 14 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/data/roadmaps/nodejs/content/callstack--stack-trace@wIieXdFtoZWJ-ht8qqWbp.md b/src/data/roadmaps/nodejs/content/callstack--stack-trace@wIieXdFtoZWJ-ht8qqWbp.md index f83f411e5..3fb1b1b6a 100644 --- a/src/data/roadmaps/nodejs/content/callstack--stack-trace@wIieXdFtoZWJ-ht8qqWbp.md +++ b/src/data/roadmaps/nodejs/content/callstack--stack-trace@wIieXdFtoZWJ-ht8qqWbp.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/) diff --git a/src/data/roadmaps/nodejs/content/chokidar@een1zhvgN_33Cu6OiWtyX.md b/src/data/roadmaps/nodejs/content/chokidar@een1zhvgN_33Cu6OiWtyX.md index aea8be651..4c8b36519 100644 --- a/src/data/roadmaps/nodejs/content/chokidar@een1zhvgN_33Cu6OiWtyX.md +++ b/src/data/roadmaps/nodejs/content/chokidar@een1zhvgN_33Cu6OiWtyX.md @@ -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) diff --git a/src/data/roadmaps/nodejs/content/cluster@PkQ_sQ0YFPCZGx4BRgG0t.md b/src/data/roadmaps/nodejs/content/cluster@PkQ_sQ0YFPCZGx4BRgG0t.md index a9662e256..14d0a57f3 100644 --- a/src/data/roadmaps/nodejs/content/cluster@PkQ_sQ0YFPCZGx4BRgG0t.md +++ b/src/data/roadmaps/nodejs/content/cluster@PkQ_sQ0YFPCZGx4BRgG0t.md @@ -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) diff --git a/src/data/roadmaps/nodejs/content/fastify@WkU_rI4i-UmNSxb5F9TI-.md b/src/data/roadmaps/nodejs/content/fastify@WkU_rI4i-UmNSxb5F9TI-.md index b4c90e7ca..1aa11c5a4 100644 --- a/src/data/roadmaps/nodejs/content/fastify@WkU_rI4i-UmNSxb5F9TI-.md +++ b/src/data/roadmaps/nodejs/content/fastify@WkU_rI4i-UmNSxb5F9TI-.md @@ -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) diff --git a/src/data/roadmaps/nodejs/content/fs-module@b1r1X3XCoPSayQjDBcy54.md b/src/data/roadmaps/nodejs/content/fs-module@b1r1X3XCoPSayQjDBcy54.md index 21ec2fc24..7896f1936 100644 --- a/src/data/roadmaps/nodejs/content/fs-module@b1r1X3XCoPSayQjDBcy54.md +++ b/src/data/roadmaps/nodejs/content/fs-module@b1r1X3XCoPSayQjDBcy54.md @@ -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) diff --git a/src/data/roadmaps/nodejs/content/ky@-_2letLUta5Ymc5eEOKhn.md b/src/data/roadmaps/nodejs/content/ky@-_2letLUta5Ymc5eEOKhn.md index dd34f7684..f2d02667c 100644 --- a/src/data/roadmaps/nodejs/content/ky@-_2letLUta5Ymc5eEOKhn.md +++ b/src/data/roadmaps/nodejs/content/ky@-_2letLUta5Ymc5eEOKhn.md @@ -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) diff --git a/src/data/roadmaps/nodejs/content/mongoose@NDf-o-WECK02mVnZ8IFxy.md b/src/data/roadmaps/nodejs/content/mongoose@NDf-o-WECK02mVnZ8IFxy.md index 93e370f64..d381d5066 100644 --- a/src/data/roadmaps/nodejs/content/mongoose@NDf-o-WECK02mVnZ8IFxy.md +++ b/src/data/roadmaps/nodejs/content/mongoose@NDf-o-WECK02mVnZ8IFxy.md @@ -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) diff --git a/src/data/roadmaps/nodejs/content/native-drivers@5WqLm53CHDT5uBoMH-iPl.md b/src/data/roadmaps/nodejs/content/native-drivers@5WqLm53CHDT5uBoMH-iPl.md index 28bc5b544..64599da6e 100644 --- a/src/data/roadmaps/nodejs/content/native-drivers@5WqLm53CHDT5uBoMH-iPl.md +++ b/src/data/roadmaps/nodejs/content/native-drivers@5WqLm53CHDT5uBoMH-iPl.md @@ -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/) diff --git a/src/data/roadmaps/nodejs/content/pm2@7WAuMMyelUbgwEHtnMmJv.md b/src/data/roadmaps/nodejs/content/pm2@7WAuMMyelUbgwEHtnMmJv.md index dab0ce991..190a90098 100644 --- a/src/data/roadmaps/nodejs/content/pm2@7WAuMMyelUbgwEHtnMmJv.md +++ b/src/data/roadmaps/nodejs/content/pm2@7WAuMMyelUbgwEHtnMmJv.md @@ -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/) diff --git a/src/data/roadmaps/nodejs/content/processargv@lT2DDRtbFfEjb_cmsQx8i.md b/src/data/roadmaps/nodejs/content/processargv@lT2DDRtbFfEjb_cmsQx8i.md index fbc547254..b5a85d075 100644 --- a/src/data/roadmaps/nodejs/content/processargv@lT2DDRtbFfEjb_cmsQx8i.md +++ b/src/data/roadmaps/nodejs/content/processargv@lT2DDRtbFfEjb_cmsQx8i.md @@ -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) diff --git a/src/data/roadmaps/nodejs/content/updating-packages@bYBz12FUiJ1qLgdQSGyGK.md b/src/data/roadmaps/nodejs/content/updating-packages@bYBz12FUiJ1qLgdQSGyGK.md index b4cfc05e0..e5c11f235 100644 --- a/src/data/roadmaps/nodejs/content/updating-packages@bYBz12FUiJ1qLgdQSGyGK.md +++ b/src/data/roadmaps/nodejs/content/updating-packages@bYBz12FUiJ1qLgdQSGyGK.md @@ -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/) diff --git a/src/data/roadmaps/nodejs/content/winston@Oe9cQCz2lwSaot7miZOta.md b/src/data/roadmaps/nodejs/content/winston@Oe9cQCz2lwSaot7miZOta.md index cc9f8f93a..df0ba9a6c 100644 --- a/src/data/roadmaps/nodejs/content/winston@Oe9cQCz2lwSaot7miZOta.md +++ b/src/data/roadmaps/nodejs/content/winston@Oe9cQCz2lwSaot7miZOta.md @@ -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/) diff --git a/src/data/roadmaps/nodejs/content/working-with-databases@5l-lZ8gwVLqqAF_n99vIO.md b/src/data/roadmaps/nodejs/content/working-with-databases@5l-lZ8gwVLqqAF_n99vIO.md index ef6776311..4e9e58c31 100644 --- a/src/data/roadmaps/nodejs/content/working-with-databases@5l-lZ8gwVLqqAF_n99vIO.md +++ b/src/data/roadmaps/nodejs/content/working-with-databases@5l-lZ8gwVLqqAF_n99vIO.md @@ -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/) diff --git a/src/data/roadmaps/nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md b/src/data/roadmaps/nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md index e37d630ef..83960c465 100644 --- a/src/data/roadmaps/nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md +++ b/src/data/roadmaps/nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md @@ -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)