chore(i18n,client): processed translations (#56248)

This commit is contained in:
freeCodeCamp's Camper Bot
2024-09-23 21:03:23 +05:30
committed by GitHub
parent a8a264345c
commit 17a7a16bcc
11 changed files with 400 additions and 233 deletions

View File

@@ -2085,9 +2085,11 @@
"title": "89",
"intro": []
},
"txmt": {
"title": "90",
"intro": []
"lab-tribute-page": {
"title": "Build a Tribute Page",
"intro": [
"For this lab, you will build a tribute page for a subject of your choosing, fictional or real."
]
},
"fnde": {
"title": "91",
@@ -2145,9 +2147,11 @@
"title": "104",
"intro": []
},
"cbbz": {
"title": "105",
"intro": []
"lab-technical-documentation-page": {
"title": "Build a Technical Documentation Page",
"intro": [
"For this lab, you will build a technical documentation page to serve as instruction or reference for a topic."
]
},
"xcti": {
"title": "106",
@@ -2223,9 +2227,11 @@
"title": "123",
"intro": []
},
"mtcg": {
"title": "124",
"intro": []
"lab-personal-portfolio": {
"title": "Build a Personal Portfolio",
"intro": [
"For this project, you will build your own personal portfolio page."
]
},
"lvqc": {
"title": "125",
@@ -2551,9 +2557,11 @@
"title": "199",
"intro": []
},
"vonu": {
"title": "200",
"intro": []
"lab-football-team-cards": {
"title": "Build a Set of Football Team Cards",
"intro": [
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": {
"title": "201",
@@ -2731,9 +2739,11 @@
"title": "244",
"intro": []
},
"bfzo": {
"title": "245",
"intro": []
"lab-roman-numeral-converter": {
"title": "Build a Roman Numeral Converter Project",
"intro": [
"For this lab, you'll build an application that converts integers to Roman numerals."
]
},
"lofk": {
"title": "246",
@@ -2879,9 +2889,9 @@
"title": "280",
"intro": []
},
"hiyk": {
"title": "281",
"intro": []
"lab-pokemon-search-app": {
"title": "Build a Pokémon Search App",
"intro": ["For this project, you will build a Pokémon search app."]
},
"fihs": {
"title": "282",
@@ -3282,9 +3292,14 @@
"title": "371",
"intro": []
},
"sykw": {
"title": "372",
"intro": []
"workshop-node-and-express": {
"title": "Basic Node and Express",
"intro": [
"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.",
"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.",
"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>.",
"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."
]
},
"zzhp": {
"title": "373",

View File

@@ -2071,9 +2071,11 @@
"title": "89",
"intro": []
},
"txmt": {
"title": "90",
"intro": []
"lab-tribute-page": {
"title": "Build a Tribute Page",
"intro": [
"For this lab, you will build a tribute page for a subject of your choosing, fictional or real."
]
},
"fnde": {
"title": "91",
@@ -2131,9 +2133,11 @@
"title": "104",
"intro": []
},
"cbbz": {
"title": "105",
"intro": []
"lab-technical-documentation-page": {
"title": "Build a Technical Documentation Page",
"intro": [
"For this lab, you will build a technical documentation page to serve as instruction or reference for a topic."
]
},
"xcti": {
"title": "106",
@@ -2209,9 +2213,11 @@
"title": "123",
"intro": []
},
"mtcg": {
"title": "124",
"intro": []
"lab-personal-portfolio": {
"title": "Build a Personal Portfolio",
"intro": [
"For this project, you will build your own personal portfolio page."
]
},
"lvqc": {
"title": "125",
@@ -2537,9 +2543,11 @@
"title": "199",
"intro": []
},
"vonu": {
"title": "200",
"intro": []
"lab-football-team-cards": {
"title": "Build a Set of Football Team Cards",
"intro": [
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": {
"title": "201",
@@ -2717,9 +2725,11 @@
"title": "244",
"intro": []
},
"bfzo": {
"title": "245",
"intro": []
"lab-roman-numeral-converter": {
"title": "Build a Roman Numeral Converter Project",
"intro": [
"For this lab, you'll build an application that converts integers to Roman numerals."
]
},
"lofk": {
"title": "246",
@@ -2865,9 +2875,9 @@
"title": "280",
"intro": []
},
"hiyk": {
"title": "281",
"intro": []
"lab-pokemon-search-app": {
"title": "Build a Pokémon Search App",
"intro": ["For this project, you will build a Pokémon search app."]
},
"fihs": {
"title": "282",
@@ -3268,9 +3278,14 @@
"title": "371",
"intro": []
},
"sykw": {
"title": "372",
"intro": []
"workshop-node-and-express": {
"title": "Basic Node and Express",
"intro": [
"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.",
"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.",
"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>.",
"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."
]
},
"zzhp": {
"title": "373",

View File

@@ -2071,9 +2071,11 @@
"title": "89",
"intro": []
},
"txmt": {
"title": "90",
"intro": []
"lab-tribute-page": {
"title": "Build a Tribute Page",
"intro": [
"For this lab, you will build a tribute page for a subject of your choosing, fictional or real."
]
},
"fnde": {
"title": "91",
@@ -2131,9 +2133,11 @@
"title": "104",
"intro": []
},
"cbbz": {
"title": "105",
"intro": []
"lab-technical-documentation-page": {
"title": "Build a Technical Documentation Page",
"intro": [
"For this lab, you will build a technical documentation page to serve as instruction or reference for a topic."
]
},
"xcti": {
"title": "106",
@@ -2209,9 +2213,11 @@
"title": "123",
"intro": []
},
"mtcg": {
"title": "124",
"intro": []
"lab-personal-portfolio": {
"title": "Build a Personal Portfolio",
"intro": [
"For this project, you will build your own personal portfolio page."
]
},
"lvqc": {
"title": "125",
@@ -2537,9 +2543,11 @@
"title": "199",
"intro": []
},
"vonu": {
"title": "200",
"intro": []
"lab-football-team-cards": {
"title": "Build a Set of Football Team Cards",
"intro": [
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": {
"title": "201",
@@ -2717,9 +2725,11 @@
"title": "244",
"intro": []
},
"bfzo": {
"title": "245",
"intro": []
"lab-roman-numeral-converter": {
"title": "Build a Roman Numeral Converter Project",
"intro": [
"For this lab, you'll build an application that converts integers to Roman numerals."
]
},
"lofk": {
"title": "246",
@@ -2865,9 +2875,9 @@
"title": "280",
"intro": []
},
"hiyk": {
"title": "281",
"intro": []
"lab-pokemon-search-app": {
"title": "Build a Pokémon Search App",
"intro": ["For this project, you will build a Pokémon search app."]
},
"fihs": {
"title": "282",
@@ -3268,9 +3278,14 @@
"title": "371",
"intro": []
},
"sykw": {
"title": "372",
"intro": []
"workshop-node-and-express": {
"title": "Basic Node and Express",
"intro": [
"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.",
"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.",
"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>.",
"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."
]
},
"zzhp": {
"title": "373",

View File

@@ -2089,9 +2089,11 @@
"title": "89",
"intro": []
},
"txmt": {
"title": "90",
"intro": []
"lab-tribute-page": {
"title": "Build a Tribute Page",
"intro": [
"For this lab, you will build a tribute page for a subject of your choosing, fictional or real."
]
},
"fnde": {
"title": "91",
@@ -2149,9 +2151,11 @@
"title": "104",
"intro": []
},
"cbbz": {
"title": "105",
"intro": []
"lab-technical-documentation-page": {
"title": "Build a Technical Documentation Page",
"intro": [
"For this lab, you will build a technical documentation page to serve as instruction or reference for a topic."
]
},
"xcti": {
"title": "106",
@@ -2227,9 +2231,11 @@
"title": "123",
"intro": []
},
"mtcg": {
"title": "124",
"intro": []
"lab-personal-portfolio": {
"title": "Build a Personal Portfolio",
"intro": [
"For this project, you will build your own personal portfolio page."
]
},
"lvqc": {
"title": "125",
@@ -2555,9 +2561,11 @@
"title": "199",
"intro": []
},
"vonu": {
"title": "200",
"intro": []
"lab-football-team-cards": {
"title": "Build a Set of Football Team Cards",
"intro": [
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": {
"title": "201",
@@ -2735,9 +2743,11 @@
"title": "244",
"intro": []
},
"bfzo": {
"title": "245",
"intro": []
"lab-roman-numeral-converter": {
"title": "Build a Roman Numeral Converter Project",
"intro": [
"For this lab, you'll build an application that converts integers to Roman numerals."
]
},
"lofk": {
"title": "246",
@@ -2883,9 +2893,9 @@
"title": "280",
"intro": []
},
"hiyk": {
"title": "281",
"intro": []
"lab-pokemon-search-app": {
"title": "Build a Pokémon Search App",
"intro": ["For this project, you will build a Pokémon search app."]
},
"fihs": {
"title": "282",
@@ -3286,9 +3296,14 @@
"title": "371",
"intro": []
},
"sykw": {
"title": "372",
"intro": []
"workshop-node-and-express": {
"title": "Basic Node and Express",
"intro": [
"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.",
"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.",
"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>.",
"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."
]
},
"zzhp": {
"title": "373",

View File

@@ -2085,9 +2085,11 @@
"title": "89",
"intro": []
},
"txmt": {
"title": "90",
"intro": []
"lab-tribute-page": {
"title": "Build a Tribute Page",
"intro": [
"For this lab, you will build a tribute page for a subject of your choosing, fictional or real."
]
},
"fnde": {
"title": "91",
@@ -2145,9 +2147,11 @@
"title": "104",
"intro": []
},
"cbbz": {
"title": "105",
"intro": []
"lab-technical-documentation-page": {
"title": "Build a Technical Documentation Page",
"intro": [
"For this lab, you will build a technical documentation page to serve as instruction or reference for a topic."
]
},
"xcti": {
"title": "106",
@@ -2223,9 +2227,11 @@
"title": "123",
"intro": []
},
"mtcg": {
"title": "124",
"intro": []
"lab-personal-portfolio": {
"title": "Build a Personal Portfolio",
"intro": [
"For this project, you will build your own personal portfolio page."
]
},
"lvqc": {
"title": "125",
@@ -2551,9 +2557,11 @@
"title": "199",
"intro": []
},
"vonu": {
"title": "200",
"intro": []
"lab-football-team-cards": {
"title": "Build a Set of Football Team Cards",
"intro": [
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": {
"title": "201",
@@ -2731,9 +2739,11 @@
"title": "244",
"intro": []
},
"bfzo": {
"title": "245",
"intro": []
"lab-roman-numeral-converter": {
"title": "Build a Roman Numeral Converter Project",
"intro": [
"For this lab, you'll build an application that converts integers to Roman numerals."
]
},
"lofk": {
"title": "246",
@@ -2879,9 +2889,9 @@
"title": "280",
"intro": []
},
"hiyk": {
"title": "281",
"intro": []
"lab-pokemon-search-app": {
"title": "Build a Pokémon Search App",
"intro": ["For this project, you will build a Pokémon search app."]
},
"fihs": {
"title": "282",
@@ -3282,9 +3292,14 @@
"title": "371",
"intro": []
},
"sykw": {
"title": "372",
"intro": []
"workshop-node-and-express": {
"title": "Basic Node and Express",
"intro": [
"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.",
"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.",
"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>.",
"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."
]
},
"zzhp": {
"title": "373",

View File

@@ -2085,9 +2085,11 @@
"title": "89",
"intro": []
},
"txmt": {
"title": "90",
"intro": []
"lab-tribute-page": {
"title": "Build a Tribute Page",
"intro": [
"For this lab, you will build a tribute page for a subject of your choosing, fictional or real."
]
},
"fnde": {
"title": "91",
@@ -2145,9 +2147,11 @@
"title": "104",
"intro": []
},
"cbbz": {
"title": "105",
"intro": []
"lab-technical-documentation-page": {
"title": "Build a Technical Documentation Page",
"intro": [
"For this lab, you will build a technical documentation page to serve as instruction or reference for a topic."
]
},
"xcti": {
"title": "106",
@@ -2223,9 +2227,11 @@
"title": "123",
"intro": []
},
"mtcg": {
"title": "124",
"intro": []
"lab-personal-portfolio": {
"title": "Build a Personal Portfolio",
"intro": [
"For this project, you will build your own personal portfolio page."
]
},
"lvqc": {
"title": "125",
@@ -2551,9 +2557,11 @@
"title": "199",
"intro": []
},
"vonu": {
"title": "200",
"intro": []
"lab-football-team-cards": {
"title": "Build a Set of Football Team Cards",
"intro": [
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": {
"title": "201",
@@ -2731,9 +2739,11 @@
"title": "244",
"intro": []
},
"bfzo": {
"title": "245",
"intro": []
"lab-roman-numeral-converter": {
"title": "Build a Roman Numeral Converter Project",
"intro": [
"For this lab, you'll build an application that converts integers to Roman numerals."
]
},
"lofk": {
"title": "246",
@@ -2879,9 +2889,9 @@
"title": "280",
"intro": []
},
"hiyk": {
"title": "281",
"intro": []
"lab-pokemon-search-app": {
"title": "Build a Pokémon Search App",
"intro": ["For this project, you will build a Pokémon search app."]
},
"fihs": {
"title": "282",
@@ -3282,9 +3292,14 @@
"title": "371",
"intro": []
},
"sykw": {
"title": "372",
"intro": []
"workshop-node-and-express": {
"title": "Basic Node and Express",
"intro": [
"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.",
"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.",
"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>.",
"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."
]
},
"zzhp": {
"title": "373",

View File

@@ -2085,9 +2085,11 @@
"title": "89",
"intro": []
},
"txmt": {
"title": "90",
"intro": []
"lab-tribute-page": {
"title": "Build a Tribute Page",
"intro": [
"For this lab, you will build a tribute page for a subject of your choosing, fictional or real."
]
},
"fnde": {
"title": "91",
@@ -2145,9 +2147,11 @@
"title": "104",
"intro": []
},
"cbbz": {
"title": "105",
"intro": []
"lab-technical-documentation-page": {
"title": "Build a Technical Documentation Page",
"intro": [
"For this lab, you will build a technical documentation page to serve as instruction or reference for a topic."
]
},
"xcti": {
"title": "106",
@@ -2223,9 +2227,11 @@
"title": "123",
"intro": []
},
"mtcg": {
"title": "124",
"intro": []
"lab-personal-portfolio": {
"title": "Build a Personal Portfolio",
"intro": [
"For this project, you will build your own personal portfolio page."
]
},
"lvqc": {
"title": "125",
@@ -2551,9 +2557,11 @@
"title": "199",
"intro": []
},
"vonu": {
"title": "200",
"intro": []
"lab-football-team-cards": {
"title": "Build a Set of Football Team Cards",
"intro": [
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": {
"title": "201",
@@ -2731,9 +2739,11 @@
"title": "244",
"intro": []
},
"bfzo": {
"title": "245",
"intro": []
"lab-roman-numeral-converter": {
"title": "Build a Roman Numeral Converter Project",
"intro": [
"For this lab, you'll build an application that converts integers to Roman numerals."
]
},
"lofk": {
"title": "246",
@@ -2879,9 +2889,9 @@
"title": "280",
"intro": []
},
"hiyk": {
"title": "281",
"intro": []
"lab-pokemon-search-app": {
"title": "Build a Pokémon Search App",
"intro": ["For this project, you will build a Pokémon search app."]
},
"fihs": {
"title": "282",
@@ -3282,9 +3292,14 @@
"title": "371",
"intro": []
},
"sykw": {
"title": "372",
"intro": []
"workshop-node-and-express": {
"title": "Basic Node and Express",
"intro": [
"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.",
"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.",
"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>.",
"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."
]
},
"zzhp": {
"title": "373",

View File

@@ -2085,9 +2085,11 @@
"title": "89",
"intro": []
},
"txmt": {
"title": "90",
"intro": []
"lab-tribute-page": {
"title": "Build a Tribute Page",
"intro": [
"For this lab, you will build a tribute page for a subject of your choosing, fictional or real."
]
},
"fnde": {
"title": "91",
@@ -2145,9 +2147,11 @@
"title": "104",
"intro": []
},
"cbbz": {
"title": "105",
"intro": []
"lab-technical-documentation-page": {
"title": "Build a Technical Documentation Page",
"intro": [
"For this lab, you will build a technical documentation page to serve as instruction or reference for a topic."
]
},
"xcti": {
"title": "106",
@@ -2223,9 +2227,11 @@
"title": "123",
"intro": []
},
"mtcg": {
"title": "124",
"intro": []
"lab-personal-portfolio": {
"title": "Build a Personal Portfolio",
"intro": [
"For this project, you will build your own personal portfolio page."
]
},
"lvqc": {
"title": "125",
@@ -2551,9 +2557,11 @@
"title": "199",
"intro": []
},
"vonu": {
"title": "200",
"intro": []
"lab-football-team-cards": {
"title": "Build a Set of Football Team Cards",
"intro": [
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": {
"title": "201",
@@ -2731,9 +2739,11 @@
"title": "244",
"intro": []
},
"bfzo": {
"title": "245",
"intro": []
"lab-roman-numeral-converter": {
"title": "Build a Roman Numeral Converter Project",
"intro": [
"For this lab, you'll build an application that converts integers to Roman numerals."
]
},
"lofk": {
"title": "246",
@@ -2879,9 +2889,9 @@
"title": "280",
"intro": []
},
"hiyk": {
"title": "281",
"intro": []
"lab-pokemon-search-app": {
"title": "Build a Pokémon Search App",
"intro": ["For this project, you will build a Pokémon search app."]
},
"fihs": {
"title": "282",
@@ -3282,9 +3292,14 @@
"title": "371",
"intro": []
},
"sykw": {
"title": "372",
"intro": []
"workshop-node-and-express": {
"title": "Basic Node and Express",
"intro": [
"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.",
"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.",
"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>.",
"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."
]
},
"zzhp": {
"title": "373",

View File

@@ -2089,9 +2089,11 @@
"title": "89",
"intro": []
},
"txmt": {
"title": "90",
"intro": []
"lab-tribute-page": {
"title": "Build a Tribute Page",
"intro": [
"For this lab, you will build a tribute page for a subject of your choosing, fictional or real."
]
},
"fnde": {
"title": "91",
@@ -2151,9 +2153,11 @@
"title": "104",
"intro": []
},
"cbbz": {
"title": "105",
"intro": []
"lab-technical-documentation-page": {
"title": "Build a Technical Documentation Page",
"intro": [
"For this lab, you will build a technical documentation page to serve as instruction or reference for a topic."
]
},
"xcti": {
"title": "106",
@@ -2231,9 +2235,11 @@
"title": "123",
"intro": []
},
"mtcg": {
"title": "124",
"intro": []
"lab-personal-portfolio": {
"title": "Crie um portfólio pessoal",
"intro": [
"Para este projeto, você criará sua própria página pessoal de portfólio."
]
},
"lvqc": {
"title": "125",
@@ -2565,9 +2571,11 @@
"title": "199",
"intro": []
},
"vonu": {
"title": "200",
"intro": []
"lab-football-team-cards": {
"title": "Build a Set of Football Team Cards",
"intro": [
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": {
"title": "201",
@@ -2745,9 +2753,11 @@
"title": "244",
"intro": []
},
"bfzo": {
"title": "245",
"intro": []
"lab-roman-numeral-converter": {
"title": "Build a Roman Numeral Converter Project",
"intro": [
"For this lab, you'll build an application that converts integers to Roman numerals."
]
},
"lofk": {
"title": "246",
@@ -2893,9 +2903,11 @@
"title": "280",
"intro": []
},
"hiyk": {
"title": "281",
"intro": []
"lab-pokemon-search-app": {
"title": "Crie uma aplicação de busca de Pokémons",
"intro": [
"Para esse projeto, você criará uma aplicação para a busca de Pokémons."
]
},
"fihs": {
"title": "282",
@@ -3296,9 +3308,14 @@
"title": "371",
"intro": []
},
"sykw": {
"title": "372",
"intro": []
"workshop-node-and-express": {
"title": "Básico sobre Node e Express",
"intro": [
"O Node.js é um ambiente de execução em Javascript que permite que os desenvolvedores escrevam programas de back-end (no lado do servidor) em JavaScript. O Node.js vem com diversos módulos internos — pequenos programas independentes — que ajudam com isso. Alguns dos principais módulos incluem o HTTP, que atua como um servidor, e um sistema de arquivos, que atua como um módulo para ler e modificar arquivos.",
"Nos últimos cursos, você aprendeu a instalar e gerenciar pacotes a partir do npm, que são coleções de pequenos módulos. Estes pacotes podem ajudá-lo a construir aplicações maiores e mais complexas.",
"O Express é um framework leve para a criação de aplicações web, sendo um dos pacotes mais populares no npm. O Express torna muito mais fácil criar um servidor e lidar com o roteamento para seu aplicativo, lidando com coisas como direcionar as pessoas para a página correta quando elas visitam um determinado endpoint, como <pre>/blog</pre>.",
"Neste curso, você aprenderá o básico do Node e do Express, incluindo como criar um servidor, manusear arquivos diferentes e manipular diferentes solicitações de um navegador."
]
},
"zzhp": {
"title": "373",

View File

@@ -2085,9 +2085,11 @@
"title": "89",
"intro": []
},
"txmt": {
"title": "90",
"intro": []
"lab-tribute-page": {
"title": "Build a Tribute Page",
"intro": [
"For this lab, you will build a tribute page for a subject of your choosing, fictional or real."
]
},
"fnde": {
"title": "91",
@@ -2145,9 +2147,11 @@
"title": "104",
"intro": []
},
"cbbz": {
"title": "105",
"intro": []
"lab-technical-documentation-page": {
"title": "Build a Technical Documentation Page",
"intro": [
"For this lab, you will build a technical documentation page to serve as instruction or reference for a topic."
]
},
"xcti": {
"title": "106",
@@ -2223,9 +2227,11 @@
"title": "123",
"intro": []
},
"mtcg": {
"title": "124",
"intro": []
"lab-personal-portfolio": {
"title": "Build a Personal Portfolio",
"intro": [
"For this project, you will build your own personal portfolio page."
]
},
"lvqc": {
"title": "125",
@@ -2551,9 +2557,11 @@
"title": "199",
"intro": []
},
"vonu": {
"title": "200",
"intro": []
"lab-football-team-cards": {
"title": "Build a Set of Football Team Cards",
"intro": [
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": {
"title": "201",
@@ -2731,9 +2739,11 @@
"title": "244",
"intro": []
},
"bfzo": {
"title": "245",
"intro": []
"lab-roman-numeral-converter": {
"title": "Build a Roman Numeral Converter Project",
"intro": [
"For this lab, you'll build an application that converts integers to Roman numerals."
]
},
"lofk": {
"title": "246",
@@ -2879,9 +2889,9 @@
"title": "280",
"intro": []
},
"hiyk": {
"title": "281",
"intro": []
"lab-pokemon-search-app": {
"title": "Build a Pokémon Search App",
"intro": ["For this project, you will build a Pokémon search app."]
},
"fihs": {
"title": "282",
@@ -3282,9 +3292,14 @@
"title": "371",
"intro": []
},
"sykw": {
"title": "372",
"intro": []
"workshop-node-and-express": {
"title": "Basic Node and Express",
"intro": [
"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.",
"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.",
"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>.",
"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."
]
},
"zzhp": {
"title": "373",

View File

@@ -1810,8 +1810,10 @@
"intro": []
},
"lab-checkout-page": {
"title": "Build a Checkout Page",
"intro": ["In this lab, you will create an accessible checkout page."]
"title": "Створіть платіжну сторінку",
"intro": [
"У цій лабораторній роботі ви створите доступну платіжну сторінку."
]
},
"fqai": {
"title": "27",
@@ -2077,9 +2079,11 @@
"title": "89",
"intro": []
},
"txmt": {
"title": "90",
"intro": []
"lab-tribute-page": {
"title": "Build a Tribute Page",
"intro": [
"For this lab, you will build a tribute page for a subject of your choosing, fictional or real."
]
},
"fnde": {
"title": "91",
@@ -2139,9 +2143,11 @@
"title": "104",
"intro": []
},
"cbbz": {
"title": "105",
"intro": []
"lab-technical-documentation-page": {
"title": "Build a Technical Documentation Page",
"intro": [
"For this lab, you will build a technical documentation page to serve as instruction or reference for a topic."
]
},
"xcti": {
"title": "106",
@@ -2219,9 +2225,9 @@
"title": "123",
"intro": []
},
"mtcg": {
"title": "124",
"intro": []
"lab-personal-portfolio": {
"title": "Створіть особисте портфоліо",
"intro": ["У цьому проєкті ви створите особисте портфоліо."]
},
"lvqc": {
"title": "125",
@@ -2553,9 +2559,11 @@
"title": "199",
"intro": []
},
"vonu": {
"title": "200",
"intro": []
"lab-football-team-cards": {
"title": "Build a Set of Football Team Cards",
"intro": [
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": {
"title": "201",
@@ -2733,9 +2741,11 @@
"title": "244",
"intro": []
},
"bfzo": {
"title": "245",
"intro": []
"lab-roman-numeral-converter": {
"title": "Build a Roman Numeral Converter Project",
"intro": [
"For this lab, you'll build an application that converts integers to Roman numerals."
]
},
"lofk": {
"title": "246",
@@ -2881,9 +2891,9 @@
"title": "280",
"intro": []
},
"hiyk": {
"title": "281",
"intro": []
"lab-pokemon-search-app": {
"title": "Build a Pokémon Search App",
"intro": ["For this project, you will build a Pokémon search app."]
},
"fihs": {
"title": "282",
@@ -3284,9 +3294,14 @@
"title": "371",
"intro": []
},
"sykw": {
"title": "372",
"intro": []
"workshop-node-and-express": {
"title": "Basic Node and Express",
"intro": [
"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.",
"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.",
"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>.",
"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."
]
},
"zzhp": {
"title": "373",