mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
f2397729bf
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com> Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
90 lines
2.5 KiB
JSON
90 lines
2.5 KiB
JSON
{
|
|
"chapters": [
|
|
{
|
|
"dashedName": "back-end-development-and-apis",
|
|
"comingSoon": true,
|
|
"modules": [
|
|
{
|
|
"dashedName": "introduction-to-nodejs",
|
|
"comingSoon": true,
|
|
"blocks": [
|
|
"lecture-working-with-nodejs-and-event-driven-architecture",
|
|
"review-node-js-intro",
|
|
"quiz-node-js-intro"
|
|
]
|
|
},
|
|
{
|
|
"dashedName": "nodejs-core-modules",
|
|
"comingSoon": true,
|
|
"blocks": [
|
|
"lecture-working-with-node-core-modules",
|
|
"review-node-js-core-modules",
|
|
"quiz-node-js-core-modules"
|
|
]
|
|
},
|
|
{
|
|
"dashedName": "node-package-manager",
|
|
"comingSoon": true,
|
|
"blocks": [
|
|
"lecture-introduction-to-npm",
|
|
"lecture-working-with-npm-scripts"
|
|
]
|
|
},
|
|
{
|
|
"dashedName": "http-and-the-web-standards-model",
|
|
"comingSoon": true,
|
|
"blocks": [
|
|
"lecture-understanding-how-http-dns-tcpip-work",
|
|
"lecture-understanding-the-http-request-response-model"
|
|
]
|
|
},
|
|
{
|
|
"dashedName": "rest-api-and-web-services",
|
|
"comingSoon": true,
|
|
"blocks": []
|
|
},
|
|
{
|
|
"dashedName": "introduction-to-express",
|
|
"comingSoon": true,
|
|
"blocks": []
|
|
},
|
|
{
|
|
"dashedName": "express-middleware",
|
|
"comingSoon": true,
|
|
"blocks": []
|
|
},
|
|
{
|
|
"dashedName": "error-handling-in-express",
|
|
"comingSoon": true,
|
|
"blocks": []
|
|
},
|
|
{ "dashedName": "websockets", "comingSoon": true, "blocks": [] },
|
|
{ "dashedName": "node-and-sql", "comingSoon": true, "blocks": [] },
|
|
{
|
|
"dashedName": "security-and-privacy",
|
|
"comingSoon": true,
|
|
"blocks": []
|
|
},
|
|
{ "dashedName": "authentication", "comingSoon": true, "blocks": [] },
|
|
{
|
|
"dashedName": "tooling-and-deployment",
|
|
"comingSoon": true,
|
|
"blocks": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"chapterType": "exam",
|
|
"dashedName": "back-end-development-and-apis-certification-exam",
|
|
"comingSoon": true,
|
|
"modules": [
|
|
{
|
|
"comingSoon": true,
|
|
"dashedName": "back-end-development-and-apis-certification-exam",
|
|
"blocks": ["exam-back-end-development-and-apis-certification"]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|