Spaces:
Sleeping
Sleeping
Create job_roles.json
Browse files- job_roles.json +27 -0
job_roles.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"title": "Data Scientist",
|
| 4 |
+
"description": "Extract insights from complex data using statistical methods and machine learning.",
|
| 5 |
+
"skills": ["Python", "Machine Learning", "SQL", "TensorFlow", "Data Visualization", "Statistics"]
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"title": "Frontend Developer",
|
| 9 |
+
"description": "Build user-facing web applications and interfaces.",
|
| 10 |
+
"skills": ["JavaScript", "React", "HTML/CSS", "TypeScript", "Redux", "Responsive Design"]
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"title": "DevOps Engineer",
|
| 14 |
+
"description": "Streamline software development and deployment processes.",
|
| 15 |
+
"skills": ["Docker", "Kubernetes", "AWS", "CI/CD", "Linux", "Infrastructure as Code"]
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"title": "UX Designer",
|
| 19 |
+
"description": "Create intuitive and engaging user experiences.",
|
| 20 |
+
"skills": ["Figma", "User Research", "Wireframing", "Prototyping", "UI Design", "Usability Testing"]
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"title": "Cloud Architect",
|
| 24 |
+
"description": "Design and manage cloud infrastructure solutions.",
|
| 25 |
+
"skills": ["AWS", "Azure", "GCP", "Cloud Security", "Microservices", "Networking"]
|
| 26 |
+
}
|
| 27 |
+
]
|