Resume Forge

JSON in, polished resume out

resume.jsonValid JSON
{
  "basics": {
    "name": "Dana Reyes",
    "title": "Senior Software Engineer",
    "email": "dana.reyes@example.com",
    "phone": "+1 (415) 555-0184",
    "location": "San Francisco, CA",
    "website": "danareyes.dev",
    "links": [
      {
        "label": "GitHub",
        "url": "github.com/danareyes"
      },
      {
        "label": "LinkedIn",
        "url": "linkedin.com/in/danareyes"
      }
    ],
    "summary": "Backend-leaning full-stack engineer with 8 years building reliable, high-throughput systems. I care about clean APIs, fast feedback loops, and shipping work that holds up under load. Comfortable owning a feature from design doc to on-call."
  },
  "experience": [
    {
      "company": "Northwind Labs",
      "role": "Senior Software Engineer",
      "location": "San Francisco, CA",
      "start": "2021",
      "end": "Present",
      "highlights": [
        "Led the migration of a monolith to a service mesh, cutting p99 latency by 42% across the checkout path.",
        "Designed an event-driven pipeline handling 1.2B events/day with end-to-end exactly-once delivery.",
        "Mentored four engineers and ran the team's design review process."
      ]
    },
    {
      "company": "Cobalt Systems",
      "role": "Software Engineer",
      "location": "Remote",
      "start": "2018",
      "end": "2021",
      "highlights": [
        "Built the billing platform that processed $40M in annual recurring revenue.",
        "Reduced CI build times from 22 to 6 minutes by parallelizing the test suite.",
        "Shipped a public REST and GraphQL API used by 300+ integration partners."
      ]
    },
    {
      "company": "Bramble",
      "role": "Junior Developer",
      "location": "Austin, TX",
      "start": "2016",
      "end": "2018",
      "highlights": [
        "Owned the customer dashboard front end used daily by 50k accounts.",
        "Cut bundle size 38% with code-splitting and a stricter dependency budget."
      ]
    }
  ],
  "education": [
    {
      "school": "University of Texas at Austin",
      "degree": "B.S. in Computer Science",
      "location": "Austin, TX",
      "start": "2012",
      "end": "2016",
      "details": "Graduated with honors. Concentration in distributed systems."
    }
  ],
  "skills": [
    {
      "category": "Languages",
      "items": [
        "TypeScript",
        "Go",
        "Python",
        "SQL",
        "Rust"
      ]
    },
    {
      "category": "Infrastructure",
      "items": [
        "Kubernetes",
        "Terraform",
        "AWS",
        "PostgreSQL",
        "Kafka"
      ]
    },
    {
      "category": "Practices",
      "items": [
        "System design",
        "Observability",
        "CI/CD",
        "Code review"
      ]
    }
  ],
  "projects": [
    {
      "name": "Tempo",
      "description": "Open-source job scheduler with millisecond precision and a typed client. 2.4k stars.",
      "link": "github.com/danareyes/tempo",
      "tech": [
        "Go",
        "Redis",
        "gRPC"
      ]
    },
    {
      "name": "Quill",
      "description": "A markdown note app with end-to-end encryption and offline-first sync.",
      "link": "quill.app",
      "tech": [
        "TypeScript",
        "CRDT",
        "WebCrypto"
      ]
    }
  ]
}
Live previewSpacious · A4

Dana Reyes

Senior Software Engineer

San Francisco, CA • dana.reyes@example.com • +1 (415) 555-0184 • danareyes.dev • github.com/danareyes • linkedin.com/in/danareyes

Summary

Backend-leaning full-stack engineer with 8 years building reliable, high-throughput systems. I care about clean APIs, fast feedback loops, and shipping work that holds up under load. Comfortable owning a feature from design doc to on-call.

Experience

Senior Software Engineer · Northwind Labs2021 - Present

San Francisco, CA

  • Led the migration of a monolith to a service mesh, cutting p99 latency by 42% across the checkout path.
  • Designed an event-driven pipeline handling 1.2B events/day with end-to-end exactly-once delivery.
  • Mentored four engineers and ran the team's design review process.
Software Engineer · Cobalt Systems2018 - 2021

Remote

  • Built the billing platform that processed $40M in annual recurring revenue.
  • Reduced CI build times from 22 to 6 minutes by parallelizing the test suite.
  • Shipped a public REST and GraphQL API used by 300+ integration partners.
Junior Developer · Bramble2016 - 2018

Austin, TX

  • Owned the customer dashboard front end used daily by 50k accounts.
  • Cut bundle size 38% with code-splitting and a stricter dependency budget.

Projects

Tempogithub.com/danareyes/tempo

Open-source job scheduler with millisecond precision and a typed client. 2.4k stars.

Go · Redis · gRPC

Quillquill.app

A markdown note app with end-to-end encryption and offline-first sync.

TypeScript · CRDT · WebCrypto

Skills

Languages

TypeScript, Go, Python, SQL, Rust

Infrastructure

Kubernetes, Terraform, AWS, PostgreSQL, Kafka

Practices

System design, Observability, CI/CD, Code review

Education

B.S. in Computer Science

University of Texas at Austin

2012 - 2016 • Austin, TX

Graduated with honors. Concentration in distributed systems.