{
  "basics": {
    "name": "Jane Rivera",
    "label": "Staff Software Engineer",
    "email": "jane@example.com",
    "phone": "+1 (555) 123-4567",
    "url": "janerivera.dev",
    "summary": "Staff engineer with 9 years building reliable developer platforms and leading small teams. I turn flaky, slow systems into ones people trust.",
    "location": { "city": "San Francisco", "region": "CA" },
    "profiles": [{ "network": "LinkedIn", "url": "linkedin.com/in/janerivera" }]
  },
  "work": [
    {
      "name": "Acme Corp",
      "position": "Staff Engineer",
      "startDate": "2021",
      "endDate": "",
      "summary": "Lead of the developer platform team (8 engineers).",
      "highlights": [
        "Cut CI runtime **45%** by caching dependencies and parallelizing test shards",
        "Led migration of 30 services to a shared deploy pipeline, dropping failed deploys from 12% to under 2%"
      ]
    },
    {
      "name": "Globex",
      "position": "Senior Engineer",
      "startDate": "2017",
      "endDate": "2021",
      "highlights": [
        "Shipped a billing system processing **$2M/mo** with zero reconciliation errors in 3 years",
        "Mentored 6 engineers, 4 of whom were promoted within 18 months"
      ]
    }
  ],
  "education": [
    { "institution": "MIT", "studyType": "B.S.", "area": "Computer Science", "endDate": "2015" }
  ],
  "skills": [
    { "name": "Languages", "keywords": ["TypeScript", "Go", "Rust", "Python"] },
    { "name": "Infrastructure", "keywords": ["Kubernetes", "Postgres", "Terraform", "AWS"] }
  ],
  "projects": [
    {
      "name": "rizz.me",
      "description": "Open-source, local-first résumé builder with ATS checks.",
      "url": "github.com/janerivera/rizz"
    }
  ],
  "certificates": [
    { "name": "AWS Solutions Architect – Professional", "issuer": "Amazon", "date": "2023" }
  ],
  "volunteer": [
    {
      "organization": "Code.org",
      "position": "Mentor",
      "startDate": "2019",
      "endDate": "",
      "summary": "Teach weekend coding workshops for high-school students.",
      "highlights": ["Mentored 20+ students; 5 went on to CS degrees"]
    }
  ],
  "awards": [
    { "title": "Employee of the Year", "awarder": "Acme Corp", "date": "2022", "summary": "For platform reliability work." }
  ],
  "languages": [
    { "language": "English", "fluency": "Native" },
    { "language": "Spanish", "fluency": "Conversational" }
  ],
  "interests": [{ "name": "Photography", "keywords": ["Film", "Portrait"] }]
}
