Skip to content

baonq-me/resume

 
 

Repository files navigation

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.

1. Motivation

The author 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. The author personally found the two-column templates hard to focus while multiple-page resumes were just too long to be used in career fairs.

2. Build using Docker

Convert tex file to pdf

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

Can use image texlive/texlive instead of manually write Dockerfile

docker run --rm -i -v "$PWD":/data texlive/texlive pdflatex -output-directory=/data /data/QuocBao-Nguyen-CV.tex

Generate PNG file for preview

docker run --rm -i -v "$PWD":/data dpokidov/imagemagick convert -density 300 /data/QuocBao-Nguyen-CV.pdf -quality 90 -background white -alpha remove -alpha off /data/QuocBao-Nguyen-CV.png

3. Link to Overleaf

https://www.overleaf.com/read/byqctvsjtynr

4. Preview

Resume Screenshot

5. License

This repo is created by Sourabh Bajaj at https://github.com/sb2nov/resume and updated by Quoc-Bao Nguyen. Format is MIT but all the data is owned by Quoc-Bao Nguyen.

About

https://cv.baonq.me

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TeX 89.7%
  • Python 5.2%
  • HTML 2.6%
  • Dockerfile 2.5%