% Standalone Twenty Seconds style. Download twentysecondcv.cls for full version.
\documentclass[11pt,a4paper]{article}
\usepackage[margin=0pt]{geometry}
\usepackage[T1]{fontenc}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{fontawesome5}
\usepackage{titlesec}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{paracol}
\setlength{\parindent}{0pt}
\pagestyle{empty}
\definecolor{sidecolor}{HTML}{0E5484}
\definecolor{maincolor}{HTML}{222222}
\definecolor{accent}{HTML}{3498DB}
\titleformat{\section}{\Large\bfseries\color{accent}}{}{0em}{}[\color{accent}\titlerule]
\titlespacing*{\section}{0pt}{10pt}{4pt}
\newcommand{\skillbar}[2]{#1 \hfill \tikz[baseline]{\draw[sidecolor!30,line width=6pt] (0,0) -- (3,0); \draw[white,line width=6pt] (0,0) -- (#2*3,0);}}
\begin{document}
\columnratio{0.32}
\begin{paracol}{2}
\backgroundcolor{c[0]}[rgb]{0.055,0.329,0.518}
\color{white}
\vspace{20pt}
\begin{center}
{\fontsize{26}{28}\selectfont\bfseries First Last}\\[4pt]
{\large\itshape Senior Engineer}
\end{center}
\vspace{12pt}
\small
\hspace{10pt}\faMapMarker\ City, Country \\[3pt]
\hspace{10pt}\faPhone\ +1 555 123 4567 \\[3pt]
\hspace{10pt}\faEnvelope\ [email protected] \\[3pt]
\hspace{10pt}\faGithub\ github.com/you \\[3pt]
\hspace{10pt}\faLinkedin\ linkedin.com/in/you
\vspace{20pt}
\hspace{10pt}{\Large\bfseries Skills}\\[6pt]
\hspace{10pt}\skillbar{Go}{0.95} \\[4pt]
\hspace{10pt}\skillbar{Python}{0.90} \\[4pt]
\hspace{10pt}\skillbar{Rust}{0.70} \\[4pt]
\hspace{10pt}\skillbar{K8s}{0.85} \\[4pt]
\hspace{10pt}\skillbar{AWS}{0.80}
\vspace{20pt}
\hspace{10pt}{\Large\bfseries Languages}\\[6pt]
\hspace{10pt}English (native)\\
\hspace{10pt}Spanish (C1)\\
\hspace{10pt}Mandarin (HSK 3)
\switchcolumn
\color{maincolor}
\vspace{12pt}\hspace{20pt}\parbox{0.9\linewidth}{%
\section*{Profile}
8+ years building distributed systems with a focus on payments and infrastructure.
\section*{Experience}
\textbf{Stripe} \hfill {\small\itshape 2022 -- Present}\\
\textit{Senior Software Engineer}
\begin{itemize}[leftmargin=*,itemsep=1pt,topsep=2pt]
\item Led billing microservices migration, cutting p99 latency 42\%.
\item Designed rate-limiter handling 2.4M RPS.
\end{itemize}
\textbf{Airbnb} \hfill {\small\itshape 2018 -- 2021}\\
\textit{Software Engineer}
\begin{itemize}[leftmargin=*,itemsep=1pt,topsep=2pt]
\item Payments integration for 3 countries.
\end{itemize}
\section*{Education}
\textbf{Stanford University} \hfill {\small\itshape 2014 -- 2018}\\
\textit{B.S. Computer Science}. GPA 3.84. Honors.
\section*{Projects}
\textbf{OpenRatelimit} -- OSS Go library, 2.1k stars.\\
\textbf{Paperhouse} -- React Native 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