mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
99 lines
2.1 KiB
TypeScript
99 lines
2.1 KiB
TypeScript
export const superBlockList = [
|
|
{
|
|
name: 'Legacy Responsive Web Design',
|
|
path: '01-responsive-web-design'
|
|
},
|
|
{
|
|
name: 'Legacy JavaScript Algorithms and Data Structures',
|
|
path: '02-javascript-algorithms-and-data-structures'
|
|
},
|
|
{
|
|
name: 'Front End Development Libraries',
|
|
path: '03-front-end-development-libraries'
|
|
},
|
|
{
|
|
name: 'Data Visualization',
|
|
path: '04-data-visualization'
|
|
},
|
|
{
|
|
name: 'Back End Development and APIs',
|
|
path: '05-back-end-development-and-apis'
|
|
},
|
|
{
|
|
name: 'Quality Assurance',
|
|
path: '06-quality-assurance'
|
|
},
|
|
{
|
|
name: 'Scientific Computing with Python',
|
|
path: '07-scientific-computing-with-python'
|
|
},
|
|
{
|
|
name: 'Data Analysis with Python',
|
|
path: '08-data-analysis-with-python'
|
|
},
|
|
{
|
|
name: 'Information Security',
|
|
path: '09-information-security'
|
|
},
|
|
{
|
|
name: 'Coding Interview Prep',
|
|
path: '10-coding-interview-prep'
|
|
},
|
|
{
|
|
name: 'Machine Learning with Python',
|
|
path: '11-machine-learning-with-python'
|
|
},
|
|
{
|
|
name: 'Relational Databases',
|
|
path: '13-relational-databases'
|
|
},
|
|
{
|
|
name: 'Responsive Web Design',
|
|
path: '14-responsive-web-design-22'
|
|
},
|
|
{
|
|
name: 'JavaScript Algorithms and Data Structures',
|
|
path: '15-javascript-algorithms-and-data-structures-22'
|
|
},
|
|
{
|
|
name: 'The Odin Project',
|
|
path: '16-the-odin-project'
|
|
},
|
|
{
|
|
name: 'College Algebra with Python',
|
|
path: '17-college-algebra-with-python'
|
|
},
|
|
{
|
|
name: 'Project Euler',
|
|
path: '18-project-euler'
|
|
},
|
|
{
|
|
name: '(New) Foundational C# with Microsoft',
|
|
path: '19-foundational-c-sharp-with-microsoft'
|
|
},
|
|
{
|
|
name: 'A2 English for Developers (Beta)',
|
|
path: '21-a2-english-for-developers'
|
|
},
|
|
{
|
|
name: 'Rosetta Code',
|
|
path: '22-rosetta-code'
|
|
},
|
|
{
|
|
name: 'Python For Everybody',
|
|
path: '23-python-for-everybody'
|
|
},
|
|
{
|
|
name: 'B1 English for Developers (Beta)',
|
|
path: '24-b1-english-for-developers'
|
|
},
|
|
{
|
|
name: 'Certified Full Stack Developer',
|
|
path: '25-front-end-development'
|
|
},
|
|
{
|
|
name: 'A2 Professional Spanish (Beta)',
|
|
path: '26-a2-professional-spanish'
|
|
}
|
|
];
|