Files
cv-site/tests/testdata/cv-test-en.json
T
2025-11-12 18:59:48 +00:00

70 lines
2.0 KiB
JSON

{
"personal": {
"name": "Test User",
"email": "test@example.com",
"phone": "+1234567890",
"location": "Test City, USA",
"website": "https://test.example.com",
"github": "https://github.com/testuser",
"linkedin": "https://linkedin.com/in/testuser",
"title": "Test Engineer",
"summary": "Test summary for unit testing purposes. This is a minimal valid CV structure.",
"image": "https://example.com/test-profile.jpg"
},
"experience": [
{
"company": "Test Company Inc.",
"position": "Senior Test Engineer",
"start_date": "2020-01-01",
"end_date": "",
"description": "Test description of responsibilities and achievements.",
"location": "Test Location, USA",
"technologies": ["Go", "HTMX", "Testing"]
},
{
"company": "Previous Test Corp",
"position": "Junior Test Engineer",
"start_date": "2018-06-01",
"end_date": "2019-12-31",
"description": "Earlier role description for testing.",
"location": "Test City, USA",
"technologies": ["JavaScript", "React"]
}
],
"education": [
{
"institution": "Test University",
"degree": "Bachelor of Science",
"field": "Computer Science",
"start_date": "2015-09-01",
"end_date": "2019-06-01",
"location": "Test University, USA",
"gpa": "3.8"
}
],
"skills": {
"technical": ["Go", "HTMX", "Testing", "CI/CD", "Docker"],
"languages": ["English", "Spanish"],
"frameworks": ["Hono-style routing", "net/http"],
"tools": ["Git", "Make", "VSCode"]
},
"projects": [
{
"name": "Test Project",
"description": "Sample project for testing purposes",
"technologies": ["Go", "HTMX"],
"url": "https://github.com/testuser/test-project",
"start_date": "2023-01-01",
"end_date": ""
}
],
"certifications": [
{
"name": "Test Certification",
"issuer": "Test Organization",
"date": "2022-03-15",
"url": "https://example.com/cert"
}
]
}