fix(curriculum): reorder intros for superblock back-end-development-and-apis-v9 (#66292)

This commit is contained in:
majestic-owl448
2026-03-10 15:45:01 +01:00
committed by GitHub
parent 40a1339b8c
commit 1ad17425aa
+24 -18
View File
@@ -4946,12 +4946,6 @@
"Learn about Node.js core libraries, how to install Node.js on your computer, and the advantages and disadvantages of using Node.js on the back-end."
]
},
"review-node-js-core-modules": {
"title": "Node JS Core Modules Review",
"intro": [
"Review Node JS Core Modules concepts to prepare for the upcoming quiz."
]
},
"review-node-js-intro": {
"title": "NodeJS Intro Review",
"intro": [
@@ -4968,6 +4962,30 @@
"Learn about the node.js core modules, such as fs, buffer, stream, path modules, and more, so you can understand what Node gives you out of the box to build efficient applications without relying on third-party libraries."
]
},
"review-node-js-core-modules": {
"title": "Node JS Core Modules Review",
"intro": [
"Review Node JS Core Modules concepts to prepare for the upcoming quiz."
]
},
"quiz-node-js-core-modules": {
"title": "NodeJS Core Modules Quiz",
"intro": [
"Test what you've learned about Node.js core modules with this quiz."
]
},
"lecture-introduction-to-npm": {
"title": "Introduction to npm",
"intro": [
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
]
},
"lecture-working-with-npm-scripts": {
"title": "Working with npm Scripts",
"intro": [
"Learn about npm scripts, publishing packages to the npm registry, and working with CommonJS and ES modules. These lessons cover essential Node.js development tools and module systems."
]
},
"lecture-understanding-how-http-dns-tcpip-work": {
"title": "Understanding how HTTP, DNS and TCP/IP work",
"intro": [
@@ -4986,18 +5004,6 @@
"In these lessons, you will learn about REST APIs and web services, and how they allow different applications to communicate with each other over the internet."
]
},
"lecture-introduction-to-npm": {
"title": "Introduction to npm",
"intro": [
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
]
},
"lecture-working-with-npm-scripts": {
"title": "Working with npm Scripts",
"intro": [
"Learn about npm scripts, publishing packages to the npm registry, and working with CommonJS and ES modules. These lessons cover essential Node.js development tools and module systems."
]
},
"exam-back-end-development-and-apis-certification": {
"title": "Back-End Development and APIs Certification Exam",
"intro": [