Resume Hacks

A while ago, I learned about this neat trick from Harry.

You can write your resume in Markdown and convert them to PDF using Pandoc!

Since Markdown is plain text, you can version control it with git and create branches for whatever company you’re applying to. You can even share the repository with someone you trust, and they can do review the commits on GitHub.

Pandoc uses Latex to render the PDF, so they look very “textbook formal”.

All you have to do is:

pandoc resume.md -s -o resume.pdf

pandoc

Try it out!

You can do this for all sorts of documents, not just resumes.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: