Skip to content

aditeyaS/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume

ATS friendly resume for software engineers.

Important

ATS friendliness depends a lot on the contents of the resume.

Motivation

I was creating a resume in Latex because Managing the formatting on google docs was difficult. I started searching for ATS-friendly resumes, and I came across @sb2nov resume which inspired me. But there were some tweaks I needed so made this.

Preview

Resume Preview

Local Development

docker build -t <image_name> .
docker run --rm -v $(pwd):/workspace <image_name>

Quick start

  • Go to overleaf.com and create a blank project.
  • Copy the contents of resume.tex and make you changes.
  • Download the pdf

Deploy

This workflow generates the latest resume and updates on this repository. So you can link your resume anywhere and it will always be updated.