Skip to content

Commit 1ad1742

Browse files
fix(curriculum): reorder intros for superblock back-end-development-and-apis-v9 (freeCodeCamp#66292)
1 parent 40a1339 commit 1ad1742

1 file changed

Lines changed: 24 additions & 18 deletions

File tree

client/i18n/locales/english/intro.json

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4946,12 +4946,6 @@
49464946
"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."
49474947
]
49484948
},
4949-
"review-node-js-core-modules": {
4950-
"title": "Node JS Core Modules Review",
4951-
"intro": [
4952-
"Review Node JS Core Modules concepts to prepare for the upcoming quiz."
4953-
]
4954-
},
49554949
"review-node-js-intro": {
49564950
"title": "NodeJS Intro Review",
49574951
"intro": [
@@ -4968,22 +4962,16 @@
49684962
"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."
49694963
]
49704964
},
4971-
"lecture-understanding-how-http-dns-tcpip-work": {
4972-
"title": "Understanding how HTTP, DNS and TCP/IP work",
4973-
"intro": [
4974-
"Learn the fundamental concepts of how the internet works, focusing on HTTP, DNS, and TCP/IP."
4975-
]
4976-
},
4977-
"lecture-understanding-the-http-request-response-model": {
4978-
"title": "Understanding the HTTP Request-Response Model",
4965+
"review-node-js-core-modules": {
4966+
"title": "Node JS Core Modules Review",
49794967
"intro": [
4980-
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
4968+
"Review Node JS Core Modules concepts to prepare for the upcoming quiz."
49814969
]
49824970
},
4983-
"lecture-understanding-rest-api-and-web-services": {
4984-
"title": "Understanding the REST API and Web Services",
4971+
"quiz-node-js-core-modules": {
4972+
"title": "NodeJS Core Modules Quiz",
49854973
"intro": [
4986-
"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."
4974+
"Test what you've learned about Node.js core modules with this quiz."
49874975
]
49884976
},
49894977
"lecture-introduction-to-npm": {
@@ -4998,6 +4986,24 @@
49984986
"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."
49994987
]
50004988
},
4989+
"lecture-understanding-how-http-dns-tcpip-work": {
4990+
"title": "Understanding how HTTP, DNS and TCP/IP work",
4991+
"intro": [
4992+
"Learn the fundamental concepts of how the internet works, focusing on HTTP, DNS, and TCP/IP."
4993+
]
4994+
},
4995+
"lecture-understanding-the-http-request-response-model": {
4996+
"title": "Understanding the HTTP Request-Response Model",
4997+
"intro": [
4998+
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
4999+
]
5000+
},
5001+
"lecture-understanding-rest-api-and-web-services": {
5002+
"title": "Understanding the REST API and Web Services",
5003+
"intro": [
5004+
"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."
5005+
]
5006+
},
50015007
"exam-back-end-development-and-apis-certification": {
50025008
"title": "Back-End Development and APIs Certification Exam",
50035009
"intro": [

0 commit comments

Comments
 (0)