% Standalone Friggeri-style approximation. For the full class,
% download friggeri-cv.cls from https://github.com/afriggeri/CV
\documentclass[11pt,a4paper]{article}
\usepackage[margin=0.8in]{geometry}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{enumitem}
\usepackage{paracol}
\usepackage{hyperref}
\setlength{\parindent}{0pt}
\pagestyle{empty}
\definecolor{friggerired}{HTML}{C0392B}
\definecolor{friggerigray}{HTML}{555555}
\titleformat{\section}{\Large\scshape\bfseries\color{friggerired}}{}{0em}{}
\titlespacing*{\section}{0pt}{8pt}{2pt}
\newcommand{\entry}[3]{{\bfseries #1} -- {\itshape #2} \hfill {\color{friggerigray}\small #3}\\}
\begin{document}
\begin{center}
{\fontsize{42}{46}\selectfont\scshape\color{friggerired} First \textbf{Last}}\\[2pt]
{\color{friggerigray}\Large\itshape Software Engineer}
\end{center}
\vspace{1em}
\columnratio{0.35}
\begin{paracol}{2}
\section{Contact}
\scriptsize
123 Street, City, Country\\
+1 555 123 4567\\
\href{mailto:[email protected]}{[email protected]}\\
\href{https://example.com}{example.com}\\
\href{https://github.com/you}{github.com/you}
\section{Languages}
\scriptsize
English (native)\\
Spanish (fluent, C1)\\
Mandarin (conversational, HSK 3)
\section{Skills}
\scriptsize
Go, Python, TypeScript, Rust\\
Kubernetes, AWS, Terraform\\
PostgreSQL, Redis, Kafka\\
Distributed systems, consensus\\
Mentoring, code review, on-call
\section{Interests}
\scriptsize
Long-distance running\\
Chess (USCF 1900)\\
Jazz piano
\switchcolumn
\section{Experience}
\entry{Stripe}{Senior Software Engineer}{Jan 2022 -- Present}
\begin{itemize}[leftmargin=*,itemsep=1pt]
\item Led billing service migration; cut p99 latency 42\%.
\item Designed rate-limiter handling 2.4M RPS.
\item Mentored 4 engineers.
\end{itemize}
\entry{Airbnb}{Software Engineer}{Jul 2018 -- Dec 2021}
\begin{itemize}[leftmargin=*,itemsep=1pt]
\item Payments integration for Japan, Brazil, India.
\item Reduced checkout abandonment 11\%.
\end{itemize}
\entry{Google}{SWE Intern}{Summer 2017}
\begin{itemize}[leftmargin=*,itemsep=1pt]
\item Prototyped observability tool adopted by 2 teams.
\end{itemize}
\section{Education}
\entry{Stanford University}{B.S.\ Computer Science}{2014 -- 2018}
\begin{itemize}[leftmargin=*,itemsep=1pt]
\item GPA 3.84. Minor in Math. Honors thesis on consensus.
\end{itemize}
\section{Projects}
\textbf{OpenRatelimit} -- OSS Go library, 2.1k stars.\\
\textbf{Paperhouse} -- offline-first RN reading app, 40k downloads.
\section{Awards}
AWS SA Pro (2023); Stripe Impact Award (2023); ACM-ICPC Regional Finalist.
\end{paracol}
\end{document}

PDF Preview
Create an account to compile and preview