% Standalone approximation of Awesome CV. For the full custom class,
% download awesome-cv.cls from https://github.com/posquit0/Awesome-CV
\documentclass[11pt,a4paper]{article}
\usepackage[margin=1.2cm]{geometry}
\usepackage{fontawesome5}
\usepackage[default]{sourcesanspro}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{array}
\setlength{\parindent}{0pt}
\pagestyle{empty}
\definecolor{awesome-red}{HTML}{CE1B26}
\definecolor{darktext}{HTML}{414141}
\definecolor{text}{HTML}{333333}
\definecolor{graytext}{HTML}{5D5D5D}
\definecolor{lighttext}{HTML}{999999}
\definecolor{sectiondivider}{HTML}{5D5D5D}
\colorlet{accent}{awesome-red}
\color{darktext}
\titleformat{\section}
{\Large\bfseries\color{accent}\MakeUppercase}
{}{0em}{}[\color{sectiondivider}\titlerule]
\titlespacing*{\section}{0pt}{10pt}{6pt}
\newcommand{\name}[2]{%
{\fontsize{36}{40}\selectfont\color{graytext}#1~{\bfseries\color{darktext}#2}}%
}
\newcommand{\position}[1]{%
{\Large\color{accent}\MakeUppercase{#1}}%
}
\newcommand{\contacts}[1]{{\small\color{graytext}#1}}
\newcommand{\cventry}[4]{%
\noindent\textbf{#1} \hfill {\color{graytext}\small #2}\\
{\itshape\color{graytext}#3} \hfill {\color{graytext}\small #4}\vspace{2pt}
}
\begin{document}
\begin{center}
\name{First}{Last}\\[6pt]
\position{Senior Software Engineer}\\[10pt]
\contacts{
\faMapMarker*~San Francisco, CA \quad
\faMobile*~+1 555 123 4567 \quad
\faEnvelope~\href{mailto:[email protected]}{[email protected]} \quad
\faGithub~\href{https://github.com/you}{github.com/you} \quad
\faLinkedin~\href{https://linkedin.com/in/you}{linkedin.com/in/you} \quad
\faGlobe~\href{https://example.com}{example.com}
}
\end{center}
\section{Summary}
Senior engineer with 8+ years building scalable backend systems for
high-traffic consumer products. Expertise in distributed systems, Go, and
Kubernetes. Looking to apply that experience to fintech infrastructure.
\section{Experience}
\cventry{Senior Software Engineer}{Jan 2022 -- Present}{Stripe Inc.}{San Francisco, CA}
\begin{itemize}[leftmargin=*, itemsep=2pt, topsep=4pt]
\item Led migration of billing service from monolith to microservices, reducing p99 latency by 42\% (~380ms to ~220ms).
\item Designed and shipped a new rate-limiting layer handling 2.4M RPS at peak.
\item Mentored 4 junior engineers; 2 promoted within 18 months.
\item Tech: Go, gRPC, PostgreSQL, Redis, Kubernetes, AWS.
\end{itemize}
\smallskip
\cventry{Software Engineer}{Jul 2018 -- Dec 2021}{Airbnb}{San Francisco, CA}
\begin{itemize}[leftmargin=*, itemsep=2pt, topsep=4pt]
\item Built end-to-end payments integration for 3 new countries (Japan, Brazil, India).
\item Reduced checkout abandonment by 11\% via instrumenting and optimizing critical path.
\item Tech: Java, Kotlin, Kafka, MySQL.
\end{itemize}
\smallskip
\cventry{Software Engineering Intern}{Summer 2017}{Google}{Mountain View, CA}
\begin{itemize}[leftmargin=*, itemsep=2pt, topsep=4pt]
\item Prototyped an internal observability tool adopted by two teams post-internship.
\end{itemize}
\section{Education}
\cventry{B.S. in Computer Science, Minor in Math}{Aug 2014 -- May 2018}{Stanford University}{Stanford, CA}
\begin{itemize}[leftmargin=*, itemsep=1pt, topsep=2pt]
\item GPA 3.84/4.00. Honors thesis on consensus protocols under partial synchrony.
\item Coursework: Distributed Systems, Compilers, Operating Systems, Machine Learning, Algorithms.
\end{itemize}
\section{Skills}
\textbf{Languages:}\quad Go, Python, TypeScript, Rust, Java, C++, SQL \\[2pt]
\textbf{Infrastructure:}\quad Kubernetes, Docker, Terraform, AWS (EKS/RDS/S3/SQS), GCP \\[2pt]
\textbf{Data:}\quad PostgreSQL, Redis, Kafka, Cassandra, ClickHouse \\[2pt]
\textbf{Practices:}\quad TDD, design reviews, incident response, on-call leadership
\section{Selected Projects}
\cventry{\textbf{OpenRatelimit} — Go library}{2023}{github.com/you/openratelimit}{}\\
Pluggable distributed rate-limiter with token bucket, leaky bucket, and sliding
window strategies. 2.1k GitHub stars.
\smallskip
\cventry{\textbf{Paperhouse} — React Native app}{2021}{}{}\\
Offline-first reading app with synced highlights. 40k downloads.
\section{Awards \& Certifications}
\begin{itemize}[leftmargin=*, itemsep=1pt]
\item AWS Certified Solutions Architect -- Professional (2023)
\item Stripe Engineering Impact Award (2023)
\item ACM-ICPC Regional Finalist (2016, 2017)
\end{itemize}
\section{Languages}
English (native), Spanish (fluent), Mandarin (conversational)
\end{document}

PDF Preview
Create an account to compile and preview