Show HN: DevResume - Open-source web-app for creating resumes using YAML
devresume.appI recently had to update my resume and got inspired to create something targeted at technical people and not based on wrestling with UI menus. The idea is to minimize choices by relying on the best practices for the tech industry.
Live: https://devresume.app/
Github: https://github.com/vangelov/devresume Great idea. I've thought to do LaTeX to PDF resume tool. But YAML to PDF is much better.
The only feature I miss, is possibility to convert YAML to PDF from CLI (globally installed npm package, or Docker image). This way, it will be possible to have YAML in GitHub repository and export it to PDF on each modification using GitHub Actions. Then up to date PDF resume will always be available on GitHub. Thank you. This is certainly possible. The library I'm using for rendering the PDF (https://react-pdf.org/) does support Node.js as well. This is a good point, I suppose a lot of people will have their resumes in GitHub. This is awesome man, thank you for making it Hey, thank you. Glad that you like it. "there is no spoon" xD