Skip to content

Commit a13c1a0

Browse files
authored
chore(curriculum): remove node and express challenges (freeCodeCamp#57078)
1 parent 50f0c23 commit a13c1a0

File tree

50 files changed

+1
-3481
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1
-3481
lines changed

client/i18n/locales/english/intro.json

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -3199,62 +3199,12 @@
31993199
]
32003200
},
32013201
"qjov": { "title": "368", "intro": [] },
3202-
"workshop-npm-packages": {
3203-
"title": "Managing Packages with npm",
3204-
"intro": [
3205-
"npm (Node Package Manager), is a command line tool to install, create, and share packages of JavaScript code written for Node.js. There are many open source packages available on npm, so before starting a project, take some time to explore so you don't end up recreating the wheel for things like working with dates or fetching data from an API.",
3206-
"In this workshop, you'll learn the basics of using npm, including how to work with the <code>package.json</code> file and how to manage your installed dependencies."
3207-
]
3208-
},
32093202
"hjku": { "title": "370", "intro": [] },
3210-
"workshop-node-and-express": {
3211-
"title": "Basic Node and Express",
3212-
"intro": [
3213-
"Node.js is a JavaScript runtime that allows developers to write backend (server-side) programs in JavaScript. Node.js comes with a handful of built-in modules — small, independent programs — that help with this. Some of the core modules include HTTP, which acts like a server, and File System, a module to read and modify files.",
3214-
"In the last set of courses you learned to install and manage packages from npm, which are collections of smaller modules. These packages can help you build larger, more complex applications.",
3215-
"Express is a lightweight web application framework, and is one of the most popular packages on npm. Express makes it much easier to create a server and handle routing for your application, which handles things like directing people to the correct page when they visit a certain endpoint like <pre>/blog</pre>.",
3216-
"In this course, you'll learn the basics of Node and Express including how to create a server, serve different files, and handle different requests from the browser."
3217-
]
3218-
},
3219-
"lab-timestamp-microservice": {
3220-
"title": "Build a Timestamp Microservice",
3221-
"intro": ["In this lab you will build a timestamp microservice"]
3222-
},
3223-
"lab-request-header-parser-microservice": {
3224-
"title": "Build a Request Header Parser Microservice",
3225-
"intro": [
3226-
"In this lab, you will build a request header parser microservice"
3227-
]
3228-
},
3229-
"lab-url-shortener-microservice": {
3230-
"title": "Build a URL Shortener Microservice",
3231-
"intro": ["In this lab, you will build a URL Shortener Microservice"]
3232-
},
3233-
"lab-exercise-tracker": {
3234-
"title": "Build an Exercise Tracker",
3235-
"intro": ["In this lab, you will build an exercise tracker"]
3236-
},
3237-
"lab-file-metadata-microservice": {
3238-
"title": "Build a File Metadata Microservice",
3239-
"intro": ["For this lab you will build a file metadata microservice"]
3240-
},
32413203
"kegi": { "title": "377", "intro": [] },
3242-
"quiz-backend-javascript": {
3243-
"title": "Backend JavaScript Quiz",
3244-
"intro": [
3245-
"Test what you've learned in this quiz on Backend JavaScript."
3246-
]
3247-
},
32483204
"vnfu": { "title": "379", "intro": [] },
32493205
"rlli": { "title": "380", "intro": [] },
32503206
"rjpv": { "title": "381", "intro": [] },
32513207
"xbri": { "title": "382", "intro": [] },
3252-
"quiz-tooling-and-deployment": {
3253-
"title": "Tooling and Deployment Quiz",
3254-
"intro": [
3255-
"Test what you've learned in this quiz of tooling and deployment"
3256-
]
3257-
},
32583208
"nkjt": { "title": "384", "intro": [] },
32593209
"pgjj": { "title": "385", "intro": [] },
32603210
"exom": { "title": "386", "intro": [] },

client/src/pages/learn/full-stack-developer/lab-exercise-tracker/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

client/src/pages/learn/full-stack-developer/lab-file-metadata-microservice/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

client/src/pages/learn/full-stack-developer/lab-request-header-parser-microservice/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

client/src/pages/learn/full-stack-developer/lab-timestamp-microservice/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

client/src/pages/learn/full-stack-developer/lab-url-shortener-microservice/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

client/src/pages/learn/full-stack-developer/quiz-backend-javascript/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

client/src/pages/learn/full-stack-developer/quiz-tooling-and-deployment/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

client/src/pages/learn/full-stack-developer/workshop-node-and-express/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

client/src/pages/learn/full-stack-developer/workshop-npm-packages/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)