Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 28, 2020 06:06 pm GMT

5 GitHub Repos for creating Resumes

There is a chapter in the book Soft Skills: The software developer's life manual which says a resume is like an advertising brochure. The advertisement is trying to get a hiring manager to fork over $60,000, $80,000, or more to rent a software developer for a year. And most cases our resumes are not up to the mark as we are not professional resume writers.

Why write a resume when we can code it.

I have curated five fantastic Github repositories that can be modified easily to create your Resume/CV.

1. salomonelli/best-resume-ever

GitHub stars: 89,300
Link

Build fast and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS

2. sharu725/online-cv

GitHub stars: 1512
Link

It's A minimal Jekyll Theme to host your resume (CV). Edit data.yml and add your information. it can be hosted easily on Github pages / Netlify.

3. jsonresume/resume-cli

GitHub stars: 3680
Link

JSON Resume is a community-driven open-source initiative to create a JSON-based standard for resumes. The advantage here is that once a JSON is created we can any theme from over 250+ packages listed on npm.

4. WebPraktikos/universal-resume

GitHub stars: 1300
Link

Minimal and formal rsum (CV) website template for print, mobile, and desktop. It's built with amazing Tailwind CSS.

5. elipapa/markdown-cv

GitHub stars: 672
Link

It's a simple template to write your CV in a readable markdown file and use CSS to publish/print it.

Tips

  • Check the forks of the repo, to see how other developers have used the template to create their resumes.

  • Host your resume on Github Pages

  • When a resume is created in Jekyll, It a little difficult to create a pdf of resume. use www.sejda.com/html-to-pdf to convert HTML to PDF without any watermark.


Original Link: https://dev.to/ns23/5-github-repos-for-creating-resumes-e3k

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To