Go to the releses page and download the most recent version.
There are a couple of resume flavors you can choose from, grab the one that fits more with your company.
Currently, there is a fancy resume, this has a modern feel, with colors and sans serif font, a sober resume with a more classic look, black and white and serif font, and there is also a markdown version in case you ever need this.
Here is a preview on how they look like:
| Fancy | Sober | Markdown |
|---|---|---|
![]() |
![]() |
check here |
You can also click on them to see and download.
This is a program that generates my resume in different formats based on the data in a YAML file. So I can write my resume data in a single place (the YAML file) and the program will convert it to a given format.
In the make-resume directory you'll find a Kotlin cli program that can consume a YAML file and convert it to the other formats that can be represented as a String that is outputted to the stdout. It can produce markdown, fancy and sober resumes. Fancy and sober are just LaTeX documents.
That is a Makefile that will take the YAML file in the data directory, input it in the make-resume program, save them as files and convert the LaTeX ones into pdf.
This project was made possible by using other people ideas and tools. Here is a non-comprehensive list of important projects worth mentioning.
- Simon Zeng's Resume: This is where I've taken the idea of having the resume written in a single place and converting it to another formats. This project is basically a copy written in another language.
- Awesome CV: This is the LaTeX template used to create the fancy flavor of my resume.
- Ladislav Vrbsky's Resume: The sober resume flavor is a heavily modified version of this resume.

