Files
srbhr--resume-matcher/apps/backend/e2e_monitor/fixtures/master.json
T
wehub-resource-sync 5bdf4cc89a
Publish Docker Image / publish (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:39:36 +08:00

68 lines
2.0 KiB
JSON

{
"personalInfo": {
"name": "Jane Doe",
"title": "Senior Backend Engineer",
"email": "jane@example.com",
"phone": "+1-555-0100",
"location": "San Francisco, CA",
"website": "https://janedoe.dev",
"linkedin": "linkedin.com/in/janedoe",
"github": "github.com/janedoe"
},
"summary": "Backend engineer with 6 years of experience building scalable Python APIs and microservices.",
"workExperience": [
{
"id": 1,
"title": "Senior Backend Engineer",
"company": "Acme Corp",
"location": "San Francisco, CA",
"years": "Jan 2021 - Present",
"description": [
"Built REST APIs serving 50K requests/day using Python and FastAPI",
"Led migration from monolith to microservices architecture",
"Mentored 3 junior developers on backend best practices"
]
},
{
"id": 2,
"title": "Software Engineer",
"company": "StartupCo",
"location": "New York, NY",
"years": "Jun 2018 - Dec 2020",
"description": [
"Developed payment processing system handling $2M monthly",
"Wrote unit and integration tests improving coverage from 40% to 85%"
]
}
],
"education": [
{
"id": 1,
"institution": "MIT",
"degree": "B.S. Computer Science",
"years": "2014 - 2018",
"description": "Graduated with honors, Dean's List"
}
],
"personalProjects": [
{
"id": 1,
"name": "OpenAPI Generator",
"role": "Creator & Maintainer",
"years": "Mar 2021 - Present",
"description": [
"CLI tool generating API clients from OpenAPI specs",
"500+ GitHub stars, used by 30+ companies"
]
}
],
"additional": {
"technicalSkills": ["Python", "FastAPI", "Docker", "AWS", "PostgreSQL", "Redis"],
"languages": ["English (Native)", "Spanish (Conversational)"],
"certificationsTraining": ["AWS Solutions Architect Associate"],
"awards": ["Employee of the Year 2022"]
},
"customSections": {},
"sectionMeta": []
}