resume
Core Philosophy
A technical resume is not an autobiographical chronicle of every duty you have ever performed. It is a 1-page high-conversion marketing document engineered to satisfy Applicant Tracking System (ATS) algorithmic parsing and capture an engineering hiring manager’s attention within 6 seconds. Bullet points must never state passive job responsibilities; they must present undeniable evidence of business and engineering impact using Google’s X-Y-Z formula.
4-Step Technical Resume Engineering Framework
Step 1: ATS Formatting & Architectural Hygiene
- Single-Column Structural Mandate:
- Use a strictly single-column layout. Multi-column tables, text boxes, and sidebars scramble ATS parsers.
- Typography: Standard clean fonts (Inter, Roboto, Calibri, Arial) in 10–11pt body and 14–16pt bold headings.
- File Export: Clean PDF with selectable text (verify by copying and pasting text into raw Notepad).
- Page Constraint: Strictly 1 page for professionals with $< 10$ years experience; maximum 2 pages for Principal/Director/Staff with 10+ years.
- Standard Section Headers:
- Use standard header naming:
Work Experience, Technical Skills, Education, Selected Open Source Projects. Avoid clever labels like "Where I've Been" or "Proficiencies".
Step 2: The Google X-Y-Z Impact Bullet Formula
- The Formula:
$$text{"Accomplished [X], as measured by [Y], by doing [Z]"}$$
- Before vs After Transformation:
- Bad (Passive Responsibility): "Responsible for writing Go microservices and maintaining database queries."
- Good (Technical Output): "Built a Go microservice that handled 15,000 RPS with PostgreSQL."
- Exceptional (Google X-Y-Z Impact): "Reduced API p99 latency from 420ms to 45ms (X), slashing AWS compute costs by $65k/year (Y), by rewriting the ingestion pipeline in Go and implementing a Redis caching layer (Z)."
- Power Action Verbs:
- Architected, Spearheaded, Engineered, Overhauled, Slashed, Streamlined, Automated, Scaled, Eliminated. Banish passive verbs like "Helped", "Worked on", or "Assisted with".
Step 3: Targeted Keyword Optimization & Tailoring
- Job Description Keyword Extraction:
- Scan target job description for explicit hard skills: languages (Go, Rust, TypeScript), databases (Postgres, ClickHouse), infra (Kubernetes, AWS, Terraform), and methodologies (SOC 2, CI/CD).
- Ensure these exact tokens appear in the
Technical Skills section and within context in at least 2 experience bullets.
- Skills Section Categorization:
- Group logically: Languages, Frameworks, Infrastructure & Cloud, Databases & Storage, Developer Tooling. Do not include subjective soft skills ("hard worker", "team player").
Step 4: The 6-Second Hiring Manager Scan Test
- Visual Hierarchy Alignment:
- Most prominent visual weight: Name, Title, and Top 3 achievement bullets of the most recent role.
- Quantify everything: Every single bullet point must contain at least one number, percentage, dollar figure, or time savings metric.
Deliverable Format: ATS-Optimized Resume Markdown (RESUME.md)
# [First Name] [Last Name]
[City, State / Remote] • [email@domain.com] • [Phone] • [linkedin.com/in/handle] • [github.com/handle] • [portfolio.com]
## Professional Summary
Senior Systems Engineer with 7+ years of experience architecting distributed cloud infrastructure and high-throughput microservices. Proven track record of reducing infrastructure operating costs by 40%+ while scaling systems from 50k to 5M daily active users.
## Technical Skills
- **Languages**: Go, Rust, Python, TypeScript, SQL, Bash
- **Infrastructure & Cloud**: AWS (EKS, RDS, S3), Docker, Kubernetes, Terraform, GitHub Actions
- **Databases & Storage**: PostgreSQL, Redis, ClickHouse, DynamoDB, Kafka
- **Monitoring & Security**: Prometheus, Grafana, OpenTelemetry, Datadog, SOC 2 compliance
## Professional Experience
### [Company Name] — [City, State / Remote]
**Senior Software Engineer** | *[Month, Year] – Present*
- Reduced p99 API response latency from 380ms to 32ms across 20M daily requests by re-architecting legacy Node.js monolith into concurrent Go microservices.
- Slashed monthly AWS infrastructure expenses by $48,000 (34%) by implementing Kubernetes cluster auto-scaling and spot-instance node pools with zero downtime.
- Engineered automated CI/CD deployment pipeline using GitHub Actions and ArgoCD, reducing mean time to production from 3 days to 14 minutes.
- Mentored 6 mid-level engineers through weekly architecture reviews, leading to zero critical production incidents over 4 consecutive quarters.
### [Previous Company] — [City, State / Remote]
**Software Engineer** | *[Month, Year] – [Month, Year]*
- Architected real-time telemetry analytics engine in Rust and ClickHouse, ingesting 80,000 events/sec with sub-second dashboard query latencies.
- Automated database schema migrations and zero-downtime rollouts across 12 production PostgreSQL clusters, eliminating an average of 4 hours of monthly maintenance downtime.
## Education & Certifications
- **B.S. in Computer Science** — [University Name], [Graduation Year]
- **AWS Certified Solutions Architect – Professional** (2025)
Worked Example: Infrastructure Engineer Bullet Transformation
- Original Draft: "Configured monitoring dashboards using Prometheus and Grafana for our cloud servers."
- Rewritten Bullet: "Engineered unified observability framework across 140 Kubernetes microservices using Prometheus, Grafana, and OpenTelemetry, reducing Mean Time to Detection (MTTD) of production outages from 45 minutes to 3 minutes."
- Result: Candidate went from 0 recruiter callbacks across 30 applications to 5 onsite interviews in 2 weeks.
Verification Checklist
Anti-Patterns
- Two-Column Graphic Templates: Using Canva templates with progress bars for skill levels (e.g. "Python: 80%"). ATS systems reject these.
- Responsibility Dumping: Writing "Tasks included managing Jira tickets and writing unit tests."
- Zero Metrics: Submitting a resume where not a single number, percentage, or currency figure appears.
1---2name: resume3description: Tailor a resume to a named job description with ATS-safe formatting and quantified achievement bullets. Use when crafting resumes, CVs, impact bullets, or ATS optimization.4---56# resume78## Core Philosophy9A technical resume is not an autobiographical chronicle of every duty you have ever performed. It is a 1-page high-conversion marketing document engineered to satisfy Applicant Tracking System (ATS) algorithmic parsing and capture an engineering hiring manager’s attention within 6 seconds. Bullet points must never state passive job responsibilities; they must present undeniable evidence of business and engineering impact using Google’s X-Y-Z formula.1011---1213## 4-Step Technical Resume Engineering Framework1415### Step 1: ATS Formatting & Architectural Hygiene161. **Single-Column Structural Mandate**:17 - Use a strictly single-column layout. Multi-column tables, text boxes, and sidebars scramble ATS parsers.18 - Typography: Standard clean fonts (Inter, Roboto, Calibri, Arial) in 10–11pt body and 14–16pt bold headings.19 - File Export: Clean PDF with selectable text (verify by copying and pasting text into raw Notepad).20 - Page Constraint: Strictly 1 page for professionals with $< 10$ years experience; maximum 2 pages for Principal/Director/Staff with 10+ years.212. **Standard Section Headers**:22 - Use standard header naming: `Work Experience`, `Technical Skills`, `Education`, `Selected Open Source Projects`. Avoid clever labels like "Where I've Been" or "Proficiencies".2324### Step 2: The Google X-Y-Z Impact Bullet Formula251. **The Formula**:26 $$text{"Accomplished [X], as measured by [Y], by doing [Z]"}$$272. **Before vs After Transformation**:28 - *Bad (Passive Responsibility)*: "Responsible for writing Go microservices and maintaining database queries."29 - *Good (Technical Output)*: "Built a Go microservice that handled 15,000 RPS with PostgreSQL."30 - *Exceptional (Google X-Y-Z Impact)*: "Reduced API p99 latency from 420ms to 45ms (X), slashing AWS compute costs by $65k/year (Y), by rewriting the ingestion pipeline in Go and implementing a Redis caching layer (Z)."313. **Power Action Verbs**:32 - Architected, Spearheaded, Engineered, Overhauled, Slashed, Streamlined, Automated, Scaled, Eliminated. Banish passive verbs like "Helped", "Worked on", or "Assisted with".3334### Step 3: Targeted Keyword Optimization & Tailoring351. **Job Description Keyword Extraction**:36 - Scan target job description for explicit hard skills: languages (Go, Rust, TypeScript), databases (Postgres, ClickHouse), infra (Kubernetes, AWS, Terraform), and methodologies (SOC 2, CI/CD).37 - Ensure these exact tokens appear in the `Technical Skills` section and within context in at least 2 experience bullets.382. **Skills Section Categorization**:39 - Group logically: Languages, Frameworks, Infrastructure & Cloud, Databases & Storage, Developer Tooling. Do not include subjective soft skills ("hard worker", "team player").4041### Step 4: The 6-Second Hiring Manager Scan Test421. **Visual Hierarchy Alignment**:43 - Most prominent visual weight: Name, Title, and Top 3 achievement bullets of the most recent role.44 - Quantify everything: Every single bullet point must contain at least one number, percentage, dollar figure, or time savings metric.4546---4748## Deliverable Format: ATS-Optimized Resume Markdown (`RESUME.md`)4950```markdown51# [First Name] [Last Name]52[City, State / Remote] • [email@domain.com] • [Phone] • [linkedin.com/in/handle] • [github.com/handle] • [portfolio.com]5354## Professional Summary55Senior Systems Engineer with 7+ years of experience architecting distributed cloud infrastructure and high-throughput microservices. Proven track record of reducing infrastructure operating costs by 40%+ while scaling systems from 50k to 5M daily active users.5657## Technical Skills58- **Languages**: Go, Rust, Python, TypeScript, SQL, Bash59- **Infrastructure & Cloud**: AWS (EKS, RDS, S3), Docker, Kubernetes, Terraform, GitHub Actions60- **Databases & Storage**: PostgreSQL, Redis, ClickHouse, DynamoDB, Kafka61- **Monitoring & Security**: Prometheus, Grafana, OpenTelemetry, Datadog, SOC 2 compliance6263## Professional Experience6465### [Company Name] — [City, State / Remote]66**Senior Software Engineer** | *[Month, Year] – Present*67- Reduced p99 API response latency from 380ms to 32ms across 20M daily requests by re-architecting legacy Node.js monolith into concurrent Go microservices.68- Slashed monthly AWS infrastructure expenses by $48,000 (34%) by implementing Kubernetes cluster auto-scaling and spot-instance node pools with zero downtime.69- Engineered automated CI/CD deployment pipeline using GitHub Actions and ArgoCD, reducing mean time to production from 3 days to 14 minutes.70- Mentored 6 mid-level engineers through weekly architecture reviews, leading to zero critical production incidents over 4 consecutive quarters.7172### [Previous Company] — [City, State / Remote]73**Software Engineer** | *[Month, Year] – [Month, Year]*74- Architected real-time telemetry analytics engine in Rust and ClickHouse, ingesting 80,000 events/sec with sub-second dashboard query latencies.75- Automated database schema migrations and zero-downtime rollouts across 12 production PostgreSQL clusters, eliminating an average of 4 hours of monthly maintenance downtime.7677## Education & Certifications78- **B.S. in Computer Science** — [University Name], [Graduation Year]79- **AWS Certified Solutions Architect – Professional** (2025)80```8182---8384## Worked Example: Infrastructure Engineer Bullet Transformation8586- **Original Draft**: "Configured monitoring dashboards using Prometheus and Grafana for our cloud servers."87- **Rewritten Bullet**: "Engineered unified observability framework across 140 Kubernetes microservices using Prometheus, Grafana, and OpenTelemetry, reducing Mean Time to Detection (MTTD) of production outages from 45 minutes to 3 minutes."88- **Result**: Candidate went from 0 recruiter callbacks across 30 applications to 5 onsite interviews in 2 weeks.8990---9192## Verification Checklist9394- [ ] Layout is strictly single-column with standard header titles and selectable text.95- [ ] Every bullet point follows the Google X-Y-Z formula (Action -> Metric -> Technical Method).96- [ ] Document is strictly 1 page (or 2 pages for 10+ years experience).97- [ ] Technical Skills section includes hard technologies matching target job description.98- [ ] Resume contains zero subjective fluff ("detail-oriented", "hard worker").99100---101102## Anti-Patterns103104- **Two-Column Graphic Templates**: Using Canva templates with progress bars for skill levels (e.g. "Python: 80%"). ATS systems reject these.105- **Responsibility Dumping**: Writing "Tasks included managing Jira tickets and writing unit tests."106- **Zero Metrics**: Submitting a resume where not a single number, percentage, or currency figure appears.