Templates

Resume

Preview

Resume

Professional resume template with clean formatting for job applications

Category

Resume & CV

License

Free to use (MIT)

File

resume/main.tex

main.texRead-only preview
\documentclass[11pt,letterpaper]{article}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[top=0.5in,bottom=0.5in,left=0.6in,right=0.6in]{geometry}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{titlesec}
\usepackage{xcolor}
\usepackage{fontawesome5}
\usepackage{tabularx}

\pagestyle{empty}
\setlength{\parindent}{0pt}
\setlength{\parskip}{0pt}

\definecolor{primary}{RGB}{34,60,100}
\definecolor{darkgray}{RGB}{60,60,60}

\titleformat{\section}{\large\bfseries\color{primary}\uppercase}{}{0em}{}[\vspace{-6pt}\textcolor{primary}{\hrule height 0.8pt}\vspace{-4pt}]
\titlespacing*{\section}{0pt}{10pt}{6pt}

\newcommand{\resumeentry}[4]{%
  \textbf{#1} \hfill \textbf{#2} \\
  \textit{#3} \hfill \textit{#4} \\[2pt]
}

\begin{document}

\begin{center}
  {\Huge\bfseries\color{primary} Emily R.\ Nakamura} \\[8pt]
  {\color{darkgray}
    \faIcon{map-marker-alt}~San Francisco, CA \quad
    \faIcon{phone}~(415) 555-0192 \quad
    \faIcon{envelope}~\href{mailto:[email protected]}{[email protected]} \\[3pt]
    \faIcon{linkedin}~\href{https://linkedin.com/in/enakamura}{linkedin.com/in/enakamura} \quad
    \faIcon{github}~\href{https://github.com/enakamura}{github.com/enakamura} \quad
    \faIcon{globe}~\href{https://emilynakamura.dev}{emilynakamura.dev}
  }
\end{center}

\section{Experience}

\resumeentry{Senior Software Engineer}{Jan 2023 -- Present}{Stripe, Inc.}{San Francisco, CA}
\begin{itemize}[nosep,leftmargin=14pt,topsep=2pt]
  \item Led development of a real-time fraud detection pipeline processing 50M+ transactions daily, reducing false positives by 23\% while maintaining 99.97\% uptime.
  \item Architected a microservices migration from a monolithic Ruby on Rails application, improving deployment frequency from bi-weekly to multiple daily releases.
  \item Mentored 4 junior engineers through structured code reviews, pair programming sessions, and weekly 1:1 technical growth discussions.
  \item Designed and implemented a distributed rate-limiting system using Redis and Lua scripting, handling 100K+ requests per second across 12 service regions.
\end{itemize}

\vspace{4pt}
\resumeentry{Software Engineer}{Jun 2020 -- Dec 2022}{Airbnb}{San Francisco, CA}
\begin{itemize}[nosep,leftmargin=14pt,topsep=2pt]
  \item Built and maintained core search ranking infrastructure serving 150M+ users, achieving a 12\% improvement in booking conversion through ML-powered relevance tuning.
  \item Developed an A/B testing framework used by 30+ engineering teams, reducing experiment setup time from 2 days to under 30 minutes.
  \item Optimized PostgreSQL query performance across the listings service, reducing p99 latency from 450ms to 120ms through index optimization and query restructuring.
\end{itemize}

\vspace{4pt}
\resumeentry{Software Engineering Intern}{May 2019 -- Aug 2019}{Google}{Mountain View, CA}
\begin{itemize}[nosep,leftmargin=14pt,topsep=2pt]
  \item Implemented a feature extraction module for Google Maps routing engine, improving ETA prediction accuracy by 8\% for rural areas.
  \item Wrote comprehensive unit and integration tests achieving 95\% code coverage for the new module.
\end{itemize}

\section{Education}

\resumeentry{B.S.\ in Computer Science, Minor in Statistics}{Aug 2016 -- May 2020}{University of California, Berkeley}{GPA: 3.87/4.00}
\begin{itemize}[nosep,leftmargin=14pt,topsep=2pt]
  \item Relevant Coursework: Distributed Systems, Machine Learning, Database Systems, Algorithms, Operating Systems, Computer Security.
  \item Honors: Dean's List (all semesters), Upsilon Pi Epsilon Honor Society.
\end{itemize}

\section{Skills}

\begin{tabularx}{\textwidth}{@{}l X@{}}
  \textbf{Languages:} & Python, Go, Java, TypeScript, Ruby, SQL, Rust \\
  \textbf{Frameworks:} & React, Django, Flask, Spring Boot, Ruby on Rails, Next.js \\
  \textbf{Infrastructure:} & AWS (EC2, S3, Lambda, ECS), Docker, Kubernetes, Terraform, Kafka \\
  \textbf{Data:} & PostgreSQL, Redis, DynamoDB, Elasticsearch, Apache Spark, dbt \\
  \textbf{Tools:} & Git, CI/CD (GitHub Actions, Jenkins), Datadog, Grafana, PagerDuty \\
\end{tabularx}

\section{Projects}

\textbf{OpenTraceDB} --- Open-source distributed tracing backend \hfill \href{https://github.com/enakamura/opentracedb}{\faIcon{github}~GitHub} \\
\begin{itemize}[nosep,leftmargin=14pt,topsep=2pt]
  \item Built a high-performance trace ingestion and query engine in Go, capable of handling 500K spans/second with sub-second query latency. 1.2K+ GitHub stars.
\end{itemize}

\vspace{4pt}
\textbf{LangBridge} --- Real-time translation API aggregator \hfill \href{https://github.com/enakamura/langbridge}{\faIcon{github}~GitHub} \\
\begin{itemize}[nosep,leftmargin=14pt,topsep=2pt]
  \item Developed a unified REST API that intelligently routes translation requests across multiple providers (Google, DeepL, Azure) based on language pair, cost, and quality metrics.
\end{itemize}

\end{document}
Bibby Mascot

PDF Preview

Create an account to compile and preview

Resume LaTeX Template | Free Download & Preview - Bibby