Two-Column Layout

Deedy Resume Template

A modern two-column LaTeX resume template with high information density. Perfect for experienced engineers who need to showcase more content on one page.

Two-Column Design High Info Density Modern Typography ATS Compatible
Download PDF Template
deedy-resume.pdf
Deedy Resume Template Preview
✓ ATS-Optimized

How to Use Deedy Resume

Get started with this modern two-column template

1

Download Template

Get the PDF or LaTeX source code

2

Customize Content

Fill in your experience using both columns effectively

3

Export & Apply

Export to PDF and start applying

Convert to Deedy Format

Upload your resume and we'll convert it to the Deedy template

Drop your resume here

or click to upload (PDF only, max 10MB)

We'll analyze your resume and show you how to improve it

Frequently Asked Questions

Common questions about Deedy Resume

What is Deedy Resume?

Deedy Resume is a modern two-column LaTeX resume template created by Debarghya Das. It's designed for high information density while maintaining readability, making it popular among experienced software engineers.

Is Deedy Resume ATS-friendly?

Yes, when properly formatted. While two-column layouts can sometimes cause issues, our version of Deedy is optimized for ATS parsing. The content is structured to be readable by applicant tracking systems.

When should I use Deedy vs Jake's Resume?

Use Deedy if you have more experience to showcase and need the extra space. Jake's single-column layout is safer for ATS systems and better for those with fewer experiences. Deedy works well for senior engineers with rich experience.

Can I customize the column widths?

Yes, the LaTeX source allows you to adjust the column ratios. The default is 1/3 for the left column (education, skills) and 2/3 for the right column (experience, projects).

Build Your Deedy Resume

Use our AI-powered builder to create a perfectly formatted two-column resume

Build Your Resume Now

Free to start • No LaTeX knowledge required

Deedy Resume LaTeX Code LaTeX Code

Copy and paste into Overleaf or your LaTeX editor

% Deedy CV/Resume Template
\documentclass[letterpaper]{deedy-resume}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\begin{document}

% Left column
\begin{minipage}[t]{0.33\textwidth}
\section{Education}
\runsubsection{University Name}
\descript{| BS in Computer Science}
\location{Expected May 2024}
\sectionsep

\section{Coursework}
\subsection{Undergraduate}
Data Structures \\
Algorithms \\
Database Systems \\
Operating Systems
\sectionsep

\section{Skills}
\subsection{Programming}
\location{Experienced:}
Python \textbullet{} Java \textbullet{} JavaScript \\
\location{Familiar:}
C++ \textbullet{} Go \textbullet{} Rust
\sectionsep
\end{minipage}
\hfill
% Right column
\begin{minipage}[t]{0.66\textwidth}
\section{Experience}
\runsubsection{Company Name}
\descript{| Software Engineer}
\location{Jan 2023 – Present | San Francisco, CA}
\vspace{\topsep}
\begin{tightemize}
\item Built and deployed microservices...
\item Reduced latency by 40%...
\end{tightemize}
\sectionsep
\end{minipage}
\end{document}

Paste this code into Overleaf to compile

</> SWE Resume
Or continue with email