Convenient because it is versioned, editable and hosted (forever-ish) by Github.
xantin · 1d ago
nice! I did used something like this as well, but did not have idea it exists.
Here https://resume.applyr.co/ having a custom JSON format. Will get inspire, haha :D
hiAndrewQuinn · 13h ago
https://resumake.io/ and keeping the JSON in a Git repo for me. Other than that, just LinkedIn.
solardev · 1d ago
I use kickresume.com and pay for it during active job hunts, canceling it once I find a job. I've done that every few years and it's worked well enough. Way less hassle than rolling my own system.
jasonthorsness · 1d ago
If there's one thing LinkedIn is good for, it's this (and this might be the only thing LinkedIn is good for). Hiring tools also integrate with LinkedIn so having a presence there is a good idea.
simonhfrost · 1d ago
HTML + CSS + Github. Save the webpage as PDF in repo after any changes
atrettel · 1d ago
I've always used LaTeX in a Git repository. That's not uncommon in research or academia.
scarface_74 · 21h ago
Google Drive and iCloud Drive. I had all of my job search communications in Yahoo Mail folders based on the year I was looking since 2008 (2008,2012,2014,2016,2018,2020,2023,2024). I have been working a lot longer but I stayed at my second job for 9 years.
I also have a “current” resume that gets reviewed every quarter and a folder with the descriptions of major projects in STAR format.
xantin · 9h ago
Superb!
mdhb · 1d ago
Literally just finished mine today using vanilla HTML / CSS.
It’s already designed as a document format and gives me full control, exports seemlessly to PDF when needed, lets me do nice little progressive enhancements moving from paper to the screen.
Overall, I’m really happy with the process. Would recommend if that’s in your skillset.
- Cleverly styled to render like this: https://leftium.com/resume
- The git repo will eventually also host a portfolio of my work.
---
Before, I just kept my resume in a MS Word document.
You create a gist called resume.json and it automatically get's render by the registry e.g. https://registry.jsonresume.org/thomasdavis
Convenient because it is versioned, editable and hosted (forever-ish) by Github.
I also have a “current” resume that gets reviewed every quarter and a folder with the descriptions of major projects in STAR format.
It’s already designed as a document format and gives me full control, exports seemlessly to PDF when needed, lets me do nice little progressive enhancements moving from paper to the screen.
Overall, I’m really happy with the process. Would recommend if that’s in your skillset.