feat(ui): add cv application frontend and configuration
This commit is contained in:
73
src/lib/cv.json
Normal file
73
src/lib/cv.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"personal": {
|
||||
"name": "Tuan-Dat Tran",
|
||||
"title": "Junior DevOps Engineer",
|
||||
"intro": "Passionierter DevOps Engineer mit Fokus auf Cloud-Infrastruktur, Container-Orchestrierung und automatisierte Deployment-Pipelines.",
|
||||
"email": "tuan-dat.tran@example.com",
|
||||
"github": "https://github.com/tuan-dat-tran",
|
||||
"linkedin": "https://linkedin.com/in/tuan-dat-tran",
|
||||
"location": "Deutschland"
|
||||
},
|
||||
"experience": [
|
||||
{
|
||||
"id": 1,
|
||||
"role": "Junior DevOps Engineer",
|
||||
"company": "Unternehmen",
|
||||
"period": "Seit 2025",
|
||||
"type": "Vollzeit",
|
||||
"description": "Verantwortlich für CI/CD Pipelines, Container-Orchestrierung und Cloud-Infrastruktur auf Azure.",
|
||||
"highlights": [
|
||||
"Automatisierte Deployments mit Jenkins und Bitbucket Pipelines",
|
||||
"Kubernetes Cluster Management mit Helm und ArgoCD",
|
||||
"Infrastructure as Code mit Azure Resource Manager"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"role": "Software Entwickler",
|
||||
"company": "Verschiedene Unternehmen",
|
||||
"period": "2021 - 2025",
|
||||
"type": "Teilzeit / Werkstudent / SHK",
|
||||
"description": "Entwicklung und Maintenance von Softwarelösungen in verschiedenen Rollen.",
|
||||
"highlights": [
|
||||
"Backend-Entwicklung mit Python",
|
||||
"Linux System Administration",
|
||||
"Git Version Control und Release Engineering"
|
||||
]
|
||||
}
|
||||
],
|
||||
"skills": {
|
||||
"Container & Orchestration": ["Docker", "Kubernetes", "Helm"],
|
||||
"CI/CD & GitOps": ["Jenkins", "Bitbucket", "ArgoCD", "Git"],
|
||||
"Cloud": ["Azure"],
|
||||
"Infrastructure as Code": ["Azure Resource Manager"],
|
||||
"Release Engineering": ["Release Engineering"],
|
||||
"Operating Systems": ["Linux Administration"],
|
||||
"Programming": ["Python", "Bash", "Rust"]
|
||||
},
|
||||
"education": [
|
||||
{
|
||||
"id": 1,
|
||||
"degree": "Bachelor Informatik",
|
||||
"institution": "Universität",
|
||||
"period": "Laufend",
|
||||
"status": "Bachelorarbeit offen"
|
||||
}
|
||||
],
|
||||
"projects": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Projekt 1",
|
||||
"description": "Beschreibung folgt",
|
||||
"url": "#",
|
||||
"tech": ["Docker", "Kubernetes", "ArgoCD"]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Projekt 2",
|
||||
"description": "Beschreibung folgt",
|
||||
"url": "#",
|
||||
"tech": ["Azure", "ARM", "Jenkins"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user