john @ resume : ~ $ whoami
John Doe
// Senior Software Engineer
email = "john.doe@example.com"
site = "johndoe.dev"
phone = "+1 555 0100"
loc = "San Francisco, CA"
github = "github.com/johndoe"
linkedin = "linkedin.com/in/johndoe"
$ cat summary.md
Full-stack engineer who builds reliable products and the services behind them. I favour small, reversible changes and clear interfaces.
$ cat experience.md
Senior Software Engineer @ Acme Corp
Mar 2024 — Present# Migrated the events pipeline to a sharded Kafka cluster; p99 latency cut 3x.
# Owned platform on-call; reduced pages 60% via sharper alerting and runbooks.
# Mentored four engineers through L4 to L5 promotions.
Software Engineer @ Globex
Jan 2020 — Jul 2022# Shipped the first public API: rate limiting, OAuth2, SDKs in 3 languages.
# Extracted the monolith's auth into an identity service, unblocking SSO.
$ ls projects/
loomroute · github.com/johndoe/loomroute
URL routing library used by ~200 small SaaS apps.
$ cat education.md
BSc, Computer Science @ State University
2014 — 2018$ cat skills.json
"skills": [ "Go", "TypeScript", "PostgreSQL", "Kafka", "Kubernetes", "Terraform" ]
// resume.tsx