As my time studying is coming to an end, it is becoming time to start looking towards what is next in my future. Internship, job or volunteering, they all need a resume and a cover letter. For this round of applications I wanted to upgrade my process of constructing my resume and cover letter.
When starting to look for work, I noticed how the process of making a resume includes a lot of repetitive work. As a true computer scientist I looked into automating this process. The first step was to write my own LaTeX template. Afterwards I wrote a simple Python script that can generate a resume or a cover letter based on a YAML file specifying the contents. Now making a resume requires me only to modify the content of the YAML file and then I can effortlessly generate a resume out of that.
The code and template are all open source and can be found on Github.