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.
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.
Convert tex file to pdf
docker build -t latex .
docker run --rm -i -v "$PWD":/data latex pdflatex QuocBao-Nguyen-CV.texCan 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
https://www.overleaf.com/read/byqctvsjtynr
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.