mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 14:01:44 -04:00
119 lines
2.4 KiB
TypeScript
119 lines
2.4 KiB
TypeScript
export const superBlockList = [
|
|
{
|
|
name: 'Legacy Responsive Web Design',
|
|
path: 'responsive-web-design'
|
|
},
|
|
{
|
|
name: 'Legacy JavaScript Algorithms and Data Structures',
|
|
path: 'javascript-algorithms-and-data-structures'
|
|
},
|
|
{
|
|
name: 'Front End Development Libraries',
|
|
path: 'front-end-development-libraries'
|
|
},
|
|
{
|
|
name: 'Data Visualization',
|
|
path: 'data-visualization'
|
|
},
|
|
{
|
|
name: 'Back End Development and APIs',
|
|
path: 'back-end-development-and-apis'
|
|
},
|
|
{
|
|
name: 'Quality Assurance',
|
|
path: 'quality-assurance'
|
|
},
|
|
{
|
|
name: 'Scientific Computing with Python',
|
|
path: 'scientific-computing-with-python'
|
|
},
|
|
{
|
|
name: 'Data Analysis with Python',
|
|
path: 'data-analysis-with-python'
|
|
},
|
|
{
|
|
name: 'Information Security',
|
|
path: 'information-security'
|
|
},
|
|
{
|
|
name: 'Coding Interview Prep',
|
|
path: 'coding-interview-prep'
|
|
},
|
|
{
|
|
name: 'Machine Learning with Python',
|
|
path: 'machine-learning-with-python'
|
|
},
|
|
{
|
|
name: 'Relational Databases',
|
|
path: 'relational-databases'
|
|
},
|
|
{
|
|
name: 'Responsive Web Design',
|
|
path: 'responsive-web-design-22'
|
|
},
|
|
{
|
|
name: 'JavaScript Algorithms and Data Structures',
|
|
path: 'javascript-algorithms-and-data-structures-22'
|
|
},
|
|
{
|
|
name: 'The Odin Project',
|
|
path: 'the-odin-project'
|
|
},
|
|
{
|
|
name: 'College Algebra with Python',
|
|
path: 'college-algebra-with-python'
|
|
},
|
|
{
|
|
name: 'Project Euler',
|
|
path: 'project-euler'
|
|
},
|
|
{
|
|
name: '(New) Foundational C# with Microsoft',
|
|
path: 'foundational-c-sharp-with-microsoft'
|
|
},
|
|
{
|
|
name: 'A2 English for Developers (Beta)',
|
|
path: 'a2-english-for-developers'
|
|
},
|
|
{
|
|
name: 'Rosetta Code',
|
|
path: 'rosetta-code'
|
|
},
|
|
{
|
|
name: 'Python For Everybody',
|
|
path: 'python-for-everybody'
|
|
},
|
|
{
|
|
name: 'B1 English for Developers (Beta)',
|
|
path: 'b1-english-for-developers'
|
|
},
|
|
{
|
|
name: 'Certified Full Stack Developer',
|
|
path: 'full-stack-developer'
|
|
},
|
|
{
|
|
name: 'A1 Professional Spanish (Beta)',
|
|
path: 'a1-professional-spanish'
|
|
},
|
|
{
|
|
name: 'A2 Professional Spanish (Beta)',
|
|
path: 'a2-professional-spanish'
|
|
},
|
|
{
|
|
name: 'A2 Professional Chinese (Beta)',
|
|
path: 'a2-professional-chinese'
|
|
},
|
|
{
|
|
name: 'Basic HTML',
|
|
path: 'basic-html'
|
|
},
|
|
{
|
|
name: 'Semantic HTML',
|
|
path: 'semantic-html'
|
|
},
|
|
{
|
|
name: 'A1 Professional Chinese (Beta)',
|
|
path: 'a1-professional-chinese'
|
|
}
|
|
];
|