\documentclass[11pt,a4paper,sans]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{blue}
\usepackage[scale=0.82]{geometry}
\usepackage{multicol}
\name{First}{Last}
\title{Senior Software Engineer}
\address{123 Market Street}{San Francisco, CA 94103}{USA}
\phone[mobile]{+1~(555)~123~4567}
\email{[email protected]}
\homepage{example.com}
\social[linkedin]{your-linkedin}
\social[github]{your-github}
\social[twitter]{your-twitter}
% \photo[64pt][0.4pt]{picture} % optional
\quote{Software is a great combination between artistry and engineering. --- Bill Gates}
\begin{document}
\makecvtitle
\section{Professional Summary}
\cvitem{}{Senior engineer with 8+ years in distributed systems and payments infrastructure. Led teams of up to 6 engineers; shipped systems handling millions of requests per second. Looking to apply that experience to fintech.}
\section{Experience}
\cventry{2022--Present}{Senior Software Engineer}{Stripe}{San Francisco}{}{
\begin{itemize}
\item Led billing service migration, cutting p99 latency by 42\%.
\item Designed rate-limiter handling 2.4M RPS at peak.
\item Mentored 4 engineers, 2 promoted within 18 months.
\end{itemize}}
\cventry{2018--2021}{Software Engineer}{Airbnb}{San Francisco}{}{
\begin{itemize}
\item Integrated payments for Japan, Brazil, and India.
\item Reduced checkout abandonment 11\% via critical-path instrumentation.
\end{itemize}}
\cventry{2017}{Software Engineering Intern}{Google}{Mountain View}{}{
\begin{itemize}
\item Prototyped observability tool adopted by 2 teams post-internship.
\end{itemize}}
\section{Education}
\cventry{2014--2018}{B.S.\ in Computer Science}{Stanford University}{Stanford, CA}{\textit{GPA 3.84}}{Honors thesis: consensus under partial synchrony. Minor in Mathematics.}
\section{Technical Skills}
\cvitem{Languages}{Go, Python, TypeScript, Rust, Java, C++, SQL}
\cvitem{Infrastructure}{Kubernetes, Docker, Terraform, AWS, GCP}
\cvitem{Data}{PostgreSQL, Redis, Kafka, Cassandra, ClickHouse}
\cvitem{Practices}{TDD, design reviews, on-call leadership}
\section{Selected Projects}
\cvitem{OpenRatelimit}{Open-source Go rate-limiting library, 2.1k stars. \url{https://github.com/you/openratelimit}}
\cvitem{Paperhouse}{Offline-first React Native reading app, 40k downloads.}
\section{Awards}
\cvitem{2023}{AWS Solutions Architect -- Professional}
\cvitem{2023}{Stripe Engineering Impact Award}
\cvitem{2016--17}{ACM-ICPC Regional Finalist}
\section{Languages}
\cvitemwithcomment{English}{Native}{}
\cvitemwithcomment{Spanish}{Fluent}{C1 DELE certified}
\cvitemwithcomment{Mandarin}{Conversational}{HSK 3}
\section{References}
Available upon request.
\end{document}

PDF Preview
Create an account to compile and preview