\documentclass[11pt,letterpaper]{article}
\usepackage[margin=0.75in]{geometry}
\usepackage{titlesec}
\usepackage{enumitem}
\usepackage{hyperref}
\setlength{\parindent}{0pt}
\pagestyle{empty}
\titleformat{\section}{\normalsize\bfseries\MakeUppercase}{}{0em}{}[\titlerule]
\titlespacing*{\section}{0pt}{8pt}{4pt}
\newcommand{\job}[4]{\textbf{#1} \hfill {\small #2}\\ \textit{#3} \hfill {\small #4}\vspace{1pt}}
\begin{document}
\begin{center}
{\LARGE\bfseries First Last}\\[2pt]
City, ST \ \textbullet\ \ +1 555 123 4567 \ \textbullet\ \ \href{mailto:[email protected]}{[email protected]} \ \textbullet\ \ \href{https://linkedin.com/in/you}{linkedin.com/in/you} \ \textbullet\ \ \href{https://github.com/you}{github.com/you}
\end{center}
\section*{Experience}
\job{Senior Software Engineer}{Jan 2022 -- Present}{Stripe}{San Francisco, CA}
\begin{itemize}[leftmargin=*,itemsep=1pt,topsep=2pt]
\item Led billing service migration to microservices, cutting p99 latency by 42\%.
\item Designed rate-limiter handling 2.4M RPS; owned from spec to production.
\item Mentored 4 engineers; 2 promoted within 18 months.
\end{itemize}
\job{Software Engineer}{Jul 2018 -- Dec 2021}{Airbnb}{San Francisco, CA}
\begin{itemize}[leftmargin=*,itemsep=1pt,topsep=2pt]
\item Built payments integration for Japan, Brazil, and India.
\item Reduced checkout abandonment by 11\%.
\end{itemize}
\job{Software Engineering Intern}{Summer 2017}{Google}{Mountain View, CA}
\begin{itemize}[leftmargin=*,itemsep=1pt,topsep=2pt]
\item Prototyped internal observability tool adopted by 2 teams post-internship.
\end{itemize}
\section*{Education}
\job{B.S.\ in Computer Science}{Aug 2014 -- May 2018}{Stanford University}{Stanford, CA}
\begin{itemize}[leftmargin=*,itemsep=1pt,topsep=2pt]
\item GPA 3.84/4.00. Minor in Mathematics.
\item Coursework: Distributed Systems, Compilers, OS, Algorithms, Machine Learning.
\end{itemize}
\section*{Skills}
\begin{tabular}{@{}p{0.22\linewidth}p{0.74\linewidth}@{}}
\textbf{Languages} & Go, Python, TypeScript, Rust, Java, C++, SQL\\
\textbf{Infra} & Kubernetes, Docker, Terraform, AWS, GCP\\
\textbf{Data} & PostgreSQL, Redis, Kafka, Cassandra\\
\end{tabular}
\section*{Projects}
\textbf{OpenRatelimit} --- Go rate-limiting library, 2.1k stars. \href{https://github.com/you/openratelimit}{github.com/you/openratelimit}\\
\textbf{Paperhouse} --- Offline-first React Native reading app, 40k downloads.
\section*{Awards}
AWS Solutions Architect -- Professional (2023) \ \textbullet\ \ Stripe Impact Award (2023) \ \textbullet\ \ ACM-ICPC Regional Finalist (2016, 2017)
\end{document}

PDF Preview
Create an account to compile and preview