resume/resume.html

3 lines
8.2 KiB
HTML
Raw Permalink Normal View History

2026-08-26 12:34:16 -04:00
<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Jane Doe</title><link rel="stylesheet" href="style.css" /></head><body><header class="front-matter"><h1 class="fm-name">Jane Doe</h1><div class="fm-contact"><span>Springfield, USA</span><span>jane@example.com</span></div></header><main class="columns"><div class="col"><h2 class="sec-heading">Education</h2><div class="education-card" onclick="this.classList.toggle('open')"><div class="edu-header"><span class="edu-degree">Bachelor of Science in Computer Science</span><span class="date-range">Aug 2011 Dec 2016</span></div><div class="edu-meta">The University of Georgia • Athens, GA</div><div class="edu-bullets"><ul><li>Graduated December 2016</li><li>ICPC Participant and Meeting Coordinator</li></ul></div><div class="edu-extras"><ul><li>WUOG 90.5 FM — Radio DJ and Operations Staff Member</li><li>UGA Game Development Club — founding member</li><li>Intramural soccer and volleyball</li></ul></div></div><h2 class="sec-heading">Work Experience</h2><div class="job-group"><div class="title-card"><div class="title-header"><span class="title-name">Full-Stack Engineer</span><span class="date-range">Jul 2017 Dec 2019</span></div><div class="title-meta">Startup XYZ • Athens, GA</div><p class="title-blurb">Built product features across the React frontend and Node.js backend, maintained CI/CD pipelines and AWS infrastructure, and collaborated directly with design and product teams.</p></div><div class="project-card" onclick="this.classList.toggle('open')"><div class="project-header"><span class="project-name">Real-Time Dashboard</span><span class="date-range">Feb 2019 Dec 2019</span></div><div class="project-summary"><ul><li>Live analytics dashboard processing 50k events/s via WebSocket fan-out.</li></ul></div><div class="project-details"><ul><li>Replaced polling, cutting server load by 60%.</li><li>User-configurable alert thresholds stored in IndexedDB.</li></ul></div><ul class="tech-list"><li class="tech-tag">React</li><li class="tech-tag">Node.js</li><li class="tech-tag">WebSockets</li><li class="tech-tag">D3.js</li><li class="tech-tag">AWS</li></ul></div></div><div class="job-group"><div class="title-card"><div class="title-header"><span class="title-name">Senior Software Engineer</span><span class="date-range">Jun 2022 Present</span></div><div class="title-meta">Acme Corp • Remote</div><p class="title-blurb">Led a team of 4 engineers on the core platform, driving adoption of internal developer tooling and mentoring junior engineers through architecture proposals and code review.</p></div><div class="project-card" onclick="this.classList.toggle('open')"><div class="project-header"><span class="project-name">Distributed Config Service</span><span class="date-range">Mar 2023 Present</span></div><div class="project-summary"><ul><li>Raft-based distributed config store serving 40+ services with &lt;500 ms p99 propagation.</li></ul></div><div class="project-details"><ul><li>Designed consensus layer with custom Raft in Go.</li><li>Added multi-region replication with conflict-free merge semantics.</li><li>Reduced config propagation from ~30 s to &lt;500 ms p99.</li></ul></div><ul class="tech-list"><li class="tech-tag">Go</li><li class="tech-tag">Raft</li><li class="tech-tag">gRPC</li><li class="tech-tag">Kubernetes</li><li class="tech-tag">Prometheus</li></ul></div><div class="project-card" onclick="this.classList.toggle('open')"><div class="project-header"><span class="project-name">Developer Portal</span><span class="date-range">Jun 2022 Feb 2023</span></div><div class="project-summary"><ul><li>Unified internal service catalogue and runbook search; cut time-to-runbook from 8 min to &lt;30 s.</li></ul></div><div class="project-details"><ul><li>Indexed 300+ services via OpenAPI scraping.</li><li>Built fuzzy-search backend in Go with Bleve.</li></ul></div><ul class="tech-list"><li class="tech-tag">Go</li><li class="tech-tag">Bleve</li><li class="tech-tag">React</li><li class="tech-tag">O