# yamlresume.org sample payload — JSON Resume compatible.
# Both YAML and JSON are accepted; this file is YAML.

basics:
  name: Jane Doe
  label: Senior Backend Engineer
  email: jane@example.com
  phone: "+1 (555) 010-0100"
  url: https://janedoe.dev
  summary: >-
    Backend engineer with 8 years of experience designing high-throughput
    distributed systems. Comfortable across the stack and partial to small,
    cohesive services.
  location:
    city: Brooklyn
    region: NY
    countryCode: US
  profiles:
    - network: GitHub
      username: janedoe
      url: https://github.com/janedoe
    - network: LinkedIn
      username: janedoe
      url: https://linkedin.com/in/janedoe

work:
  - name: Acme Corp
    position: Staff Engineer
    location: Remote
    startDate: "2022-01"
    endDate: Present
    highlights:
      - Led migration of the monolith to a service-per-domain layout, cutting p95 checkout latency by 38%.
      - Designed an idempotent event pipeline (Kafka + Postgres outbox) handling 12k events/sec.
      - Mentored four engineers; established the team's RFC and on-call rotation.
  - name: Globex
    position: Senior Software Engineer
    location: New York, NY
    startDate: "2018-06"
    endDate: "2021-12"
    highlights:
      - Built the billing platform from scratch (Go, Stripe, Postgres); processed $40M ARR by year two.
      - Cut CI runtime from 28 min to 7 min by parallelizing tests and caching dependency builds.

education:
  - institution: Massachusetts Institute of Technology
    studyType: B.S.
    area: Computer Science
    startDate: "2014"
    endDate: "2018"

skills:
  - name: Languages
    keywords: [Go, Python, TypeScript, SQL]
  - name: Infra
    keywords: [Postgres, Kafka, Redis, Kubernetes, Terraform]
  - name: Practices
    keywords: [DDD, Event sourcing, Observability, Mentorship]

projects:
  - name: litequeue
    url: https://github.com/janedoe/litequeue
    description: A 400-line, single-file SQLite-backed job queue.
    highlights:
      - Used in production by three small startups.
      - Featured in Hacker News front page (March 2024).
