Resume & CV expansion

Two-Column Tech Resume

A dense two-column resume in the popular Deedy style: name banner, left column for experience, right column for skills and education.

LaTeXCC0-1.0

Open in Oleafly (free)View in the catalog

Compiled first page of the Two-Column Tech Resume template
\documentclass[10pt]{article}
\usepackage[margin=0.6in]{geometry}
\usepackage{paracol}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{xcolor}
\definecolor{accent}{HTML}{2B7A4B}
\setlist[itemize]{leftmargin=1.1em, itemsep=1pt, topsep=2pt, parsep=0pt}
\newcommand{\sect}[1]{\vspace{6pt}{\color{accent}\large\bfseries #1}\\[-6pt]\rule{\linewidth}{0.6pt}\\[2pt]}
\newcommand{\role}[3]{\textbf{#1} \hfill {\small #3}\\ {\small\itshape #2}}
\pagestyle{empty}

\begin{document}

{\Huge\bfseries Your Name}\hfill
\begin{minipage}[b]{2.6in}\small\raggedleft
[email protected] \\ github.com/you \\ City, Country
\end{minipage}

\vspace{4pt}\hrule\vspace{8pt}

\columnratio{0.62}
\begin{paracol}{2}

\sect{Experience}
\role{Senior Engineer}{Example Corp}{2023 -- present}
\begin{itemize}
  \item Led the migration of the build system, cutting CI time by 40 percent.
  \item Shipped a customer-facing feature used by 2M monthly users.
\end{itemize}

\role{Engineer}{Startup Inc}{2020 -- 2023}
\begin{itemize}
  \item Built the data pipeline processing 10M events per day.
  \item Mentored three junior engineers.
\end{itemize}

\sect{Projects}
\role{Open Source Tool}{github.com/you/tool}{2024}
\begin{itemize}
  \item A CLI with 1k stars that does one thing well.
\end{itemize}

\switchcolumn

\sect{Skills}
\textbf{Languages:} Rust, TypeScript, Python\\[2pt]
\textbf{Systems:} Linux, Kubernetes, Postgres\\[2pt]
\textbf{Practices:} TDD, code review, incident response

\sect{Education}
\role{B.S. Computer Science}{Example University}{2016 -- 2020}

\sect{Awards}
\begin{itemize}
  \item Dean's list, 2019
  \item Hackathon winner, 2018
\end{itemize}

\end{paracol}

\end{document}

In the app: open the New Project gallery, install the Resume & CV expansion 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.