Files
mikayla-dobson-dev/src/components/Technologies/techList.js
2023-01-10 13:05:59 -06:00

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",
]
}
]