Is there any software to help me manage my CV?
I'm actively searching for a job. The problem is, I worked (and still working) in multi-disciplined roles.
The work I do can be titled as a data scientist, AI engineer, ML engineer, and backend engineer. So naturally, when I tailor my CV to apply for a new job, I want to include only the relevant skills and projects, and describe the relevant work I did in my previous roles.
It became very tedious to manage my 10+ CV templates!
So my question is: is there any software or website that helps me manage many versions of my CV easily? Ideally it will help me easily add/remove skills, projects and certificates. It will also be useful if it can handle multi descriptions of previous roles!
P.S. if such a thing doesn't exist, I'm gonna create it. I'm THAT fed up with this problem.
5 comments
[ 3.5 ms ] story [ 17.4 ms ] threadactually, in Linux, I used file links (multiple filename pointing to the same file content) to active different booleanflags, eg cv-paper.tex, cv-anonymous.tex, ...
For multi descriptions, I'd change the description key from a string to a hash and then have an option to select those of a particular "flavour".
Something like:
And then something like: You could even lash it up in shell with `jq` and `sed`...