diff --git a/content/roadmaps/107-nodejs/content/102-nodejs-npm/102-updating-packages.md b/content/roadmaps/107-nodejs/content/102-nodejs-npm/102-updating-packages.md index 1987b68b9..0546e2688 100644 --- a/content/roadmaps/107-nodejs/content/102-nodejs-npm/102-updating-packages.md +++ b/content/roadmaps/107-nodejs/content/102-nodejs-npm/102-updating-packages.md @@ -5,5 +5,4 @@ npm provides various features to help install and maintain the project's depende Free Content How to update? Updating dependencies -Free Content Updating packages downloaded from the registry diff --git a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md index c9f6a854f..d4cc4ba5f 100644 --- a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md +++ b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md @@ -1 +1,7 @@ -# Glob \ No newline at end of file +# Glob + +Glob matching, or globbing, is a programming approach that entails using wildcards or glob patterns to specify or match filenames or a set of arbitrary strings. + +Free Content +Understanding Glob +Wikipedia diff --git a/content/roadmaps/107-nodejs/content/107-nodejs-apis/101-express-js.md b/content/roadmaps/107-nodejs/content/107-nodejs-apis/101-express-js.md index f7c9a103f..5badffe0b 100644 --- a/content/roadmaps/107-nodejs/content/107-nodejs-apis/101-express-js.md +++ b/content/roadmaps/107-nodejs/content/107-nodejs-apis/101-express-js.md @@ -5,6 +5,6 @@ Express is a node js web application framework that provides broad features for Free Content Express.js Official Website Official Getting Started Guide -Express Full Guide -Sample Project -Express Explained with Examples +Express Full Guide +Sample Project +Express Explained with Examples diff --git a/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md b/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md index 390eeae6a..931a11c87 100644 --- a/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md +++ b/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md @@ -3,5 +3,5 @@ Morgan is a NodeJS and express.js middleware to log the HTTP request and error, simplifying the debugging process. It provides flexibility in defining the format of log messages and helps override the output destination for your logs. Free Content -Official Website -How to use Morgan|DigitalOcean +Official Website +How to use Morgan|DigitalOcean