garimasingh128 / resume-1

Software developer resume in Latex

Home Page:http://sourabhbajaj.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A single-page, one-column resume for software developers. It uses the base latex templates and fonts to provide ease of use and installation when trying to update the resume. The different sections are clearly documented and custom commands are used to provide consistent formatting. The three main sections in the resume are education, experience, and projects.

Motivation

I created this template as managing a resume on Google Docs was hard and changing any formatting was too difficult since it had to be applied in multiple places.

Most currently available templates either focus on two columns, or are multiple pages long that didn't work well for career fairs or online applications.

Quick start

Get started quickly using Overleaf template.

Build using Docker

docker build -t latex .
docker run --rm -i -v "$PWD":/data latex pdflatex sourabh_bajaj_resume.tex

Preview

Resume Screenshot

License

Format is MIT but all the data is owned by Sourabh Bajaj.

About

Software developer resume in Latex

http://sourabhbajaj.com

License:MIT License


Languages

Language:TeX 97.3%Language:Dockerfile 2.7%