CV & resume style collection
Jake's Style Resume
The popular single column tech resume look, with underlined section rules and custom resume item commands.
LaTeXCC0-1.0
Open in Oleafly (free)View in the catalog

% Recreates the well known Jake Gutierrez single column tech resume look
% using standard packages and custom resume item commands, without
% vendoring the original class.
\documentclass[10pt,a4paper]{article}
\usepackage[margin=0.65in]{geometry}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\setlength{\parindent}{0pt}
\newcommand{\sectionrule}[1]{\vspace{6pt}{\large\bfseries #1}\\[-7pt]\rule{\linewidth}{0.8pt}\\[1pt]}
\newlist{resumeItemList}{itemize}{1}
\setlist[resumeItemList]{leftmargin=1.1em, itemsep=0pt, topsep=1pt, parsep=0pt, label=\textbullet}
\newcommand{\resumeItem}[1]{\item #1}
\newcommand{\resumeSubheading}[4]{%
\textbf{#1} \hfill #2\\
{\itshape #3} \hfill {\itshape #4}\\[2pt]
}
\pagestyle{empty}
\begin{document}
\begin{center}
{\LARGE\bfseries Michael Chen}\\[3pt]
{\small +1 512 555 0176 \, | \, [email protected] \, | \, linkedin.com/in/michaelchen \, | \, github.com/mchen}
\end{center}
\sectionrule{Education}
\resumeSubheading{University of Texas at Austin}{Austin, TX}{B.S. in Computer Science}{2016 -- 2020}
\sectionrule{Experience}
\resumeSubheading{Silverline Software}{Austin, TX}{Senior Software Engineer}{2022 -- present}
\begin{resumeItemList}
\resumeItem{Redesigned the notification service, cutting delivery latency from 4s to 300ms for 5 million daily events.}
\resumeItem{Led the migration from a monolith to six independently deployed services.}
\resumeItem{Mentor two new hires and run the team's weekly design review.}
\end{resumeItemList}
\resumeSubheading{Bluepeak Technologies}{Austin, TX}{Software Engineer}{2020 -- 2022}
\begin{resumeItemList}
\resumeItem{Built the internal feature flag platform now used by 30 engineering teams.}
\resumeItem{Reduced CI pipeline time by 35 percent by parallelizing the test suite.}
\end{resumeItemList}
\sectionrule{Projects}
\resumeSubheading{Trailhead (github.com/mchen/trailhead)}{}{Open source hiking route planner, 900+ stars}{2023}
\begin{resumeItemList}
\resumeItem{Built a route optimizer combining elevation data and trail condition reports.}
\end{resumeItemList}
\sectionrule{Technical Skills}
\textbf{Languages:} Java, Python, TypeScript, SQL\\
\textbf{Frameworks:} Spring Boot, React, Node.js\\
\textbf{Tools:} Docker, Kubernetes, AWS, Postgres, Kafka
\end{document}
In the app: open the New Project gallery, install the CV & resume style collection pack under "Get more templates", and this template appears with a live preview and one-click project creation. Compilation runs locally on the bundled engine.