103 lines
2.4 KiB
JavaScript
103 lines
2.4 KiB
JavaScript
export const techList = [
|
|
{
|
|
topic: "Programming Languages",
|
|
subtopics: [
|
|
{
|
|
topic: "JavaScript",
|
|
subtopics: [
|
|
"TypeScript",
|
|
"React",
|
|
"Redux",
|
|
"NodeJS",
|
|
"Express",
|
|
"ToneJS",
|
|
"Jest"
|
|
]
|
|
},
|
|
{
|
|
topic: "Python",
|
|
subtopics: [
|
|
"Pandas",
|
|
"Beautiful Soup",
|
|
"TensorFlow, Keras",
|
|
"Flet"
|
|
]
|
|
},
|
|
{
|
|
topic: "Java",
|
|
subtopics: [
|
|
"Spring Boot",
|
|
"Swing"
|
|
]
|
|
},
|
|
{
|
|
topic: "PHP",
|
|
subtopics: []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
topic: "Front End Engineering",
|
|
subtopics: [
|
|
{
|
|
topic: "React",
|
|
subtopics: [
|
|
"Redux",
|
|
"React / TypeScript",
|
|
"React Native",
|
|
"React Testing Library",
|
|
"React Router"
|
|
]
|
|
},
|
|
{
|
|
topic: "Styling",
|
|
subtopics: [
|
|
"CSS",
|
|
"Sass",
|
|
"Material UI",
|
|
"Responsive Design",
|
|
]
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
topic: "Back End Engineering",
|
|
subtopics: [
|
|
{
|
|
topic: "SQL",
|
|
subtopics: [
|
|
"PostgreSQL",
|
|
"MySQL",
|
|
"Apache Web Server",
|
|
"MongoDB",
|
|
"Supabase"
|
|
]
|
|
},
|
|
{
|
|
topic: "REST API",
|
|
subtopics: [
|
|
"Express.js",
|
|
"Express-Session",
|
|
"PHP",
|
|
"Spring Boot",
|
|
"API Documentation with Swagger",
|
|
"MVC Architecture"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
topic: "Developer Tools",
|
|
subtopics: [
|
|
"Git",
|
|
"GitHub",
|
|
"Visual Studio Code",
|
|
"Vite",
|
|
"Netlify",
|
|
"Heroku",
|
|
"Figma",
|
|
]
|
|
}
|
|
]
|