|
|
|
Is there any software to help me manage my CV?
|
|
3 points
by max10541
2691 days ago
|
|
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. |
|
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`...