I have liked the outputs and organization of [Reactive Resume]( https://rxresu.me ) in the past but I have realized it gets parsed unintelligibly by most ATS and seems to rasterize some sections as well. Is there a way to directly import json into the builder on this?
Show HN: Open-source resume builder and parser
111–120 of 207 posts
Re: Show HN: Open-source resume builder and parser
#112Earlier quoted context omitted.
The skill bars or skill meters are completely useless because one person's 10/10 is another person's 2/10. Moreover, the more junior the engineer, the higher they score themselves in their discipline. I am an older engineer and I would rank myself 6-7/10 in most aspects of my work, even if I have architected and built some trend-setting systems in my corner of tech. I have never seen a junior score themselves so low…
I wrote my last cv in markdown and named it my_name.cv Disappointedly, lots of "resume uploaders" refused to accept my file, even as .txt. Had to retreat back to pdf. Hard times we live in.
markdown resume.md > resume.tmp.html
cat template/header.html resume.tmp.html template/footer.html > resume.html
cp resume.html resume.tmp.html
sed -i -e 's/"normal"/"pdf"/g' resume.tmp.html
xvfb-run -a -s "-screen 0 640x480x16" wkhtmltopdf resume.tmp.html resume.pdf
rm resume.tmp.html*Re: Show HN: Open-source resume builder and parser
#113Really amazing! When I tried to re-import what I created it had some issues though... Namely the descriptions got moved around.. and some other stuff. But otherwise this is amazing! I might use my resume I made here.
Re: Show HN: Open-source resume builder and parser
#114I would allow people to scrape a LinkedIn profile and get the resume from there.
Re: Show HN: Open-source resume builder and parser
#115A general question: What do you all think about this Skill representation as points out of 5 (or 7 or 10 for that matter)? These arbitrary scales always hit me as kind of...useless? There is no frame of reference what a specific amount of points mean. Of course, with this kind of skill-self-description there will always be difficulties, i.e., one does not always know what one does not know etc. But it seems to me tha…
The skill bars or skill meters are completely useless because one person's 10/10 is another person's 2/10. Moreover, the more junior the engineer, the higher they score themselves in their discipline. I am an older engineer and I would rank myself 6-7/10 in most aspects of my work, even if I have architected and built some trend-setting systems in my corner of tech. I have never seen a junior score themselves so low…
Re: Show HN: Open-source resume builder and parser
#116Really impressive work, although I was wondering, could this be made as a static HTML "application"? No NextJS, no ReactJS, not even TypeScript. Pure HTML/JS/CSS hosted statically.
Re: Show HN: Open-source resume builder and parser
#117A dad’s resume from the 1980’s https://github.com/runvnc/dadsresume
Re: Show HN: Open-source resume builder and parser
#118Overall, I think the project looks great, and the fact that it's open-source is a big plus. However, there are a few issues that I noticed: - The web editor doesn't seem to display pages 2, 3, etc. - The biggest concern I have is how the platform handles the end of a page and page breaks. Specifically, the text seems to be too close to the bottom of the page, with no footer padding. If I were to add a new role to the…
Re-posting my comment from the github issue: Agree that the app is currently buggy for multi page layouts. Its initial target audience is for students and early-career professionals who can fit their experiences in one page, and multi page layouts haven't been well thought and implemented.
Re: Show HN: Open-source resume builder and parser
#119Interesting. I put my LinkedIn generated resume into the parser, and it only parsed it about 1/2 right. Which makes me wonder, who is doing the wrong thing here? Is LinkedIn generating a bad resume, or is the ATS parser not able to parse what I assume should be pretty standard, as I imagine a lot of people use that feature of LinkedIn.
Re: Show HN: Open-source resume builder and parser
#120Also checkout https://jsonresume.org/ not my project but also amazing work
it's cool, you host your json on a github gist and it's available online that said my resume is not working anymore, even though the gist is still there. I wonder if others have the same issue.