Focus on what the reader wants to see and stick that in a .doc .pdf or whatever they want.
Ask HN: What do you use to build your resume?
11–17 of 17 posts
Re: Ask HN: What do you use to build your resume?
#12The best way is the most robust way for YOU.
Some process where in 3-5 to 10-15 years you can pick it back up again, and worst case scenario know where all your files are and have at least an open source solution for editing it. So, don't rely on an online tool or format. And at the very very least keep a hard copy in your archives next to your seven years of tax records.
Re: Ask HN: What do you use to build your resume?
#13Disclosure: I'm the Co-Founder of Resumonk.
Re: Ask HN: What do you use to build your resume?
#14I actually just redid my resume here https://udokah.github.io/resume Created with React/Webpack/HTML5/CSS3 The cool(or not so cool) thing is that it generates a PDF version of the page using NodeJS for every new update which is downloadable via the link provided. Hosted with Github Pages.
Re: Ask HN: What do you use to build your resume?
#15I use a very simple setup of HTML + template engine (Jinja2). Then I maintain the entries of my resume in a YAML file. Finally, I export HTML to pdf. If interested, I describe it here: bernhardwenzel.com/articles/jinja-yaml/ + github
Thanks!
Re: Ask HN: What do you use to build your resume?
#16The tool matters less than the content. Focus on what the reader wants to see and stick that in a .doc .pdf or whatever they want.
Re: Ask HN: What do you use to build your resume?
#17I actually just redid my resume here https://udokah.github.io/resume Created with React/Webpack/HTML5/CSS3 The cool(or not so cool) thing is that it generates a PDF version of the page using NodeJS for every new update which is downloadable via the link provided. Hosted with Github Pages.
This is very cool. I like the dark & light theme for the web view as well. I wish the data was pulled in from YAML, reStructuredText or Markdown though.