mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-25 00:02:04 -05:00
59 lines
1.3 KiB
TypeScript
59 lines
1.3 KiB
TypeScript
export const superBlockList = [
|
|
{
|
|
name: 'Legacy Responsive Web Design',
|
|
path: '01-responsive-web-design'
|
|
},
|
|
{
|
|
name: '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: '(New) Responsive Web Design',
|
|
path: '14-responsive-web-design-22'
|
|
},
|
|
{
|
|
name: 'JavaScript Algorithms and Data Structures (Beta)',
|
|
path: '15-javascript-algorithms-and-data-structures-22'
|
|
}
|
|
];
|