mirror of
https://github.com/seemueller-io/sumpin.git
synced 2025-09-08 22:56:46 +00:00
31 lines
630 B
JSON
31 lines
630 B
JSON
{
|
|
"version": "v1",
|
|
"domain": "Technology",
|
|
"structure": [
|
|
"Front-end",
|
|
"Back-end",
|
|
"Database",
|
|
"DevOps"
|
|
],
|
|
"description": "A hierarchy outlining the main components and roles involved in web development.",
|
|
"commonSkills": [
|
|
"HTML/CSS",
|
|
"JavaScript",
|
|
"Responsive Design",
|
|
"Backend Programming",
|
|
"Database Management"
|
|
],
|
|
"commonTools": [
|
|
"Visual Studio Code",
|
|
"Git",
|
|
"Postman",
|
|
"Node.js",
|
|
"MySQL"
|
|
],
|
|
"examples": [
|
|
"Building a static website",
|
|
"Creating a dynamic web application",
|
|
"Developing APIs",
|
|
"Implementing user authentication"
|
|
]
|
|
} |