chore(client): meta and yml certificate -> certification (#43353)
* chore(client): meta and yml certificate -> certification * make translators lives more difficult - rename everything
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
title: JavaScript Algorithms and Data Structures
|
||||
superBlock: javascript-algorithms-and-data-structures
|
||||
---
|
||||
|
||||
## Introduction to JavaScript Algorithms and Data Structures
|
||||
|
||||
JavaScript Algorithms and Data Structures will teach you basic JavaScript in a series of challenges. It will teach you how to assign variables, arrays, create functions, and some of the various loop types used in JavaScript. Then it will teach you to apply what you’ve learned in multiple algorithm creation challenges. Once you have completed all the challenges and the required projects you will receive the JavaScript Algorithms and Data Structures certificate.
|
||||
JavaScript Algorithms and Data Structures will teach you basic JavaScript in a series of challenges. It will teach you how to assign variables, arrays, create functions, and some of the various loop types used in JavaScript. Then it will teach you to apply what you’ve learned in multiple algorithm creation challenges. Once you have completed all the challenges and the required projects you will receive the JavaScript Algorithms and Data Structures Certification.
|
||||
|
@ -13,8 +13,8 @@ files:
|
||||
'ignore': ['/**/part-[0-9][0-9][0-9].md']
|
||||
},
|
||||
{
|
||||
'source': '/curriculum/challenges/english/00-certificates/**/*.yml',
|
||||
'translation': '/curriculum/challenges/%language%/00-certificates/**/%original_file_name%'
|
||||
'source': '/curriculum/challenges/english/00-certifications/**/*.yml',
|
||||
'translation': '/curriculum/challenges/%language%/00-certifications/**/%original_file_name%'
|
||||
},
|
||||
{
|
||||
'source': '/curriculum/dictionaries/english/comments.json',
|
||||
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Back End Development and APIs Certificate",
|
||||
"name": "Back End Development and APIs Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "back-end-development-and-apis-certificate",
|
||||
"dashedName": "back-end-development-and-apis-certification",
|
||||
"order": 6,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"561add10cb82ac38a17523bc",
|
||||
"Back End Development and APIs Certificate"
|
||||
"Back End Development and APIs Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Data Analysis with Python Certificate",
|
||||
"name": "Data Analysis with Python Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "data-analysis-with-python-v7-certificate",
|
||||
"dashedName": "data-analysis-with-python-v7-certification",
|
||||
"order": 9,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"5e46fc95ac417301a38fb934",
|
||||
"Data Analysis with Python Certificate"
|
||||
"Data Analysis with Python Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Data Visualization Certificate",
|
||||
"name": "Data Visualization Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "data-visualization-certificate",
|
||||
"dashedName": "data-visualization-certification",
|
||||
"order": 4,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"5a553ca864b52e1d8bceea14",
|
||||
"Data Visualization Certificate"
|
||||
"Data Visualization Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,18 +0,0 @@
|
||||
{
|
||||
"name": "Front End Development Libraries Certificate",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "front-end-development-libraries-certificate",
|
||||
"order": 3,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"561acd10cb82ac38a17513bc",
|
||||
"Front End Development Libraries Certificate"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Front End Development Libraries Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "front-end-development-libraries-certification",
|
||||
"order": 3,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"561acd10cb82ac38a17513bc",
|
||||
"Front End Development Libraries Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
||||
}
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Information Security Certificate",
|
||||
"name": "Information Security Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "information-security-v7-certificate",
|
||||
"dashedName": "information-security-v7-certification",
|
||||
"order": 10,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"5e6021435ac9d0ecd8b94b00",
|
||||
"Information Security Certificate"
|
||||
"Information Security Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "JavaScript Algorithms and Data Structures Certificate",
|
||||
"name": "JavaScript Algorithms and Data Structures Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "javascript-algorithms-and-data-structures-certificate",
|
||||
"dashedName": "javascript-algorithms-and-data-structures-certification",
|
||||
"order": 2,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"561abd10cb81ac38a17513bc",
|
||||
"JavaScript Algorithms and Data Structures Certificate"
|
||||
"JavaScript Algorithms and Data Structures Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Legacy Back End Certificate",
|
||||
"name": "Legacy Back End Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "legacy-back-end-certificate",
|
||||
"dashedName": "legacy-back-end-certification",
|
||||
"order": 1,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 12,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"660add10cb82ac38a17513be",
|
||||
"Legacy Back End Certificate"
|
||||
"Legacy Back End Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Legacy Data Visualization Certificate",
|
||||
"name": "Legacy Data Visualization Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "legacy-data-visualization-certificate",
|
||||
"dashedName": "legacy-data-visualization-certification",
|
||||
"order": 1,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 12,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"561add10cb82ac39a17513bc",
|
||||
"Legacy Data Visualization Certificate"
|
||||
"Legacy Data Visualization Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Legacy Front End Certificate",
|
||||
"name": "Legacy Front End Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "legacy-front-end-certificate",
|
||||
"dashedName": "legacy-front-end-certification",
|
||||
"order": 1,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 12,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"561add10cb82ac38a17513be",
|
||||
"Legacy Front End Certificate"
|
||||
"Legacy Front End Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Legacy Full Stack Certificate",
|
||||
"name": "Legacy Full Stack Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "full-stack-certificate",
|
||||
"dashedName": "full-stack-certification",
|
||||
"order": 5,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 12,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"561add10cb82ac38a17213bd",
|
||||
"Legacy Full Stack Certificate"
|
||||
"Legacy Full Stack Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Legacy Information Security and Quality Assurance Certificate",
|
||||
"name": "Legacy Information Security and Quality Assurance Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "information-security-and-quality-assurance-certificate",
|
||||
"dashedName": "information-security-and-quality-assurance-certification",
|
||||
"order": 1,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 12,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"561add10cb82ac38a17213bc",
|
||||
"Legacy Information Security and Quality Assurance Certificate"
|
||||
"Legacy Information Security and Quality Assurance Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Machine Learning with Python Certificate",
|
||||
"name": "Machine Learning with Python Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "machine-learning-with-python-v7-certificate",
|
||||
"dashedName": "machine-learning-with-python-v7-certification",
|
||||
"order": 11,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"5e46fc95ac417301a38fb935",
|
||||
"Machine Learning with Python Certificate"
|
||||
"Machine Learning with Python Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Quality Assurance Certificate",
|
||||
"name": "Quality Assurance Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "quality-assurance-v7-certificate",
|
||||
"dashedName": "quality-assurance-v7-certification",
|
||||
"order": 7,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"5e611829481575a52dc59c0e",
|
||||
"Quality Assurance Certificate"
|
||||
"Quality Assurance Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Relational Databases Certificate",
|
||||
"name": "Relational Databases Certification",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "relational-databases-v8-certificate",
|
||||
"dashedName": "relational-databases-v8-certification",
|
||||
"order": 5,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"606243f50267e718b1e755f4",
|
||||
"Relational Databases Certificate"
|
||||
"Relational Databases Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "Responsive Web Design Certificate",
|
||||
"name": "Responsive Web Design Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "responsive-web-design-certificate",
|
||||
"dashedName": "responsive-web-design-certification",
|
||||
"order": 1,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"561add10cb82ac38a17513bc",
|
||||
"Responsive Web Design Certificate"
|
||||
"Responsive Web Design Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
@ -1,18 +0,0 @@
|
||||
{
|
||||
"name": "Scientific Computing with Python Certificate",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "scientific-computing-with-python-v7-certificate",
|
||||
"order": 8,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certificates",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"5e44431b903586ffb414c951",
|
||||
"Scientific Computing with Python Certificate"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Scientific Computing with Python Certification",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "scientific-computing-with-python-v7-certification",
|
||||
"order": 8,
|
||||
"time": "",
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "certifications",
|
||||
"superOrder": 0,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"5e44431b903586ffb414c951",
|
||||
"Scientific Computing with Python Certification"
|
||||
]
|
||||
],
|
||||
"isPrivate": true
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5a553ca864b52e1d8bceea14
|
||||
title: Data Visualization Certificate
|
||||
title: Data Visualization Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e46fc95ac417301a38fb935
|
||||
title: Machine Learning with Python Certificate
|
||||
title: Machine Learning with Python Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5a553ca864b52e1d8bceea14
|
||||
title: Data Visualization Certificate
|
||||
title: Data Visualization Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e46fc95ac417301a38fb935
|
||||
title: Machine Learning with Python Certificate
|
||||
title: Machine Learning with Python Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 561add10cb82ac38a17523bc
|
||||
title: Back End Development and APIs Certificate
|
||||
title: Back End Development and APIs Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 5e46fc95ac417301a38fb934
|
||||
title: Data Analysis with Python Certificate
|
||||
title: Data Analysis with Python Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 5a553ca864b52e1d8bceea14
|
||||
title: Data Visualization Certificate
|
||||
title: Data Visualization Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 561acd10cb82ac38a17513bc
|
||||
title: Front End Development Libraries Certificate
|
||||
title: Front End Development Libraries Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 5e6021435ac9d0ecd8b94b00
|
||||
title: Information Security Certificate
|
||||
title: Information Security Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 561abd10cb81ac38a17513bc
|
||||
title: JavaScript Algorithms and Data Structures Certificate
|
||||
title: JavaScript Algorithms and Data Structures Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 660add10cb82ac38a17513be
|
||||
title: Legacy Back End Certificate
|
||||
title: Legacy Back End Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 561add10cb82ac39a17513bc
|
||||
title: Legacy Data Visualization Certificate
|
||||
title: Legacy Data Visualization Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 561add10cb82ac38a17513be
|
||||
title: Legacy Front End Certificate
|
||||
title: Legacy Front End Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,17 +1,17 @@
|
||||
id: 561add10cb82ac38a17213bd
|
||||
title: Legacy Full Stack Certificate
|
||||
title: Legacy Full Stack Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
||||
- id: 561add10cb82ac38a17513bc
|
||||
title: Responsive Web Design Certificate
|
||||
title: Responsive Web Design Certification
|
||||
- id: 561abd10cb81ac38a17513bc
|
||||
title: JavaScript Algorithms and Data Structures Certificate
|
||||
title: JavaScript Algorithms and Data Structures Certification
|
||||
- id: 561acd10cb82ac38a17513bc
|
||||
title: Front End Libraries Certificate
|
||||
title: Front End Libraries Certification
|
||||
- id: 5a553ca864b52e1d8bceea14
|
||||
title: Data Visualization Certificate
|
||||
title: Data Visualization Certification
|
||||
- id: 561add10cb82ac38a17523bc
|
||||
title: API's and Microservices Certificate
|
||||
title: API's and Microservices Certification
|
||||
- id: 561add10cb82ac38a17213bc
|
||||
title: Legacy Information Security and Quality Assurance Certificate
|
||||
title: Legacy Information Security and Quality Assurance Certification
|
@ -1,5 +1,5 @@
|
||||
id: 561add10cb82ac38a17213bc
|
||||
title: Legacy Information Security and Quality Assurance Certificate
|
||||
title: Legacy Information Security and Quality Assurance Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 5e46fc95ac417301a38fb935
|
||||
title: Machine Learning with Python Certificate
|
||||
title: Machine Learning with Python Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 5e611829481575a52dc59c0e
|
||||
title: Quality Assurance Certificate
|
||||
title: Quality Assurance Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 606243f50267e718b1e755f4
|
||||
title: Relational Databases Certificate
|
||||
title: Relational Databases Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 561add10cb82ac38a17513bc
|
||||
title: Responsive Web Design Certificate
|
||||
title: Responsive Web Design Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,5 +1,5 @@
|
||||
id: 5e44431b903586ffb414c951
|
||||
title: Scientific Computing with Python Certificate
|
||||
title: Scientific Computing with Python Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 561add10cb82ac38a17523bc
|
||||
title: APIs and Microservices Certificate
|
||||
title: APIs and Microservices Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e46fc95ac417301a38fb934
|
||||
title: Data Analysis with Python Certificate
|
||||
title: Data Analysis with Python Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5a553ca864b52e1d8bceea14
|
||||
title: Data Visualization Certificate
|
||||
title: Data Visualization Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 561acd10cb82ac38a17513bc
|
||||
title: Front End Libraries Certificate
|
||||
title: Front End Libraries Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e6021435ac9d0ecd8b94b00
|
||||
title: Information Security Certificate
|
||||
title: Information Security Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 660add10cb82ac38a17513be
|
||||
title: Legacy Back End Certificate
|
||||
title: Legacy Back End Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 561add10cb82ac39a17513bc
|
||||
title: Legacy Data Visualization Certificate
|
||||
title: Legacy Data Visualization Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 561add10cb82ac38a17513be
|
||||
title: Legacy Front End Certificate
|
||||
title: Legacy Front End Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,24 +1,24 @@
|
||||
---
|
||||
id: 561add10cb82ac38a17213bd
|
||||
title: Legacy Full Stack Certificate
|
||||
title: Legacy Full Stack Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
||||
-
|
||||
id: 561add10cb82ac38a17513bc
|
||||
title: Responsive Web Design Certificate
|
||||
title: Responsive Web Design Certification
|
||||
-
|
||||
id: 561abd10cb81ac38a17513bc
|
||||
title: JavaScript Algorithms and Data Structures Certificate
|
||||
title: JavaScript Algorithms and Data Structures Certification
|
||||
-
|
||||
id: 561acd10cb82ac38a17513bc
|
||||
title: Front End Libraries Certificate
|
||||
title: Front End Libraries Certification
|
||||
-
|
||||
id: 5a553ca864b52e1d8bceea14
|
||||
title: Data Visualization Certificate
|
||||
title: Data Visualization Certification
|
||||
-
|
||||
id: 561add10cb82ac38a17523bc
|
||||
title: API's and Microservices Certificate
|
||||
title: API's and Microservices Certification
|
||||
-
|
||||
id: 561add10cb82ac38a17213bc
|
||||
title: Legacy Information Security and Quality Assurance Certificate
|
||||
title: Legacy Information Security and Quality Assurance Certification
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 561add10cb82ac38a17213bc
|
||||
title: Legacy Information Security and Quality Assurance Certificate
|
||||
title: Legacy Information Security and Quality Assurance Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e46fc95ac417301a38fb935
|
||||
title: Machine Learning with Python Certificate
|
||||
title: Machine Learning with Python Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e611829481575a52dc59c0e
|
||||
title: Quality Assurance Certificate
|
||||
title: Quality Assurance Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 606243f50267e718b1e755f4
|
||||
title: Relational Databases Certificate
|
||||
title: Relational Databases Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e44431b903586ffb414c951
|
||||
title: Scientific Computing with Python Certificate
|
||||
title: Scientific Computing with Python Certification
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user