10 May 2010

Introducing Ruby Resume, a project to create and host your resume

Dan Mayer
Dan Mayer @danmayer

Ruby, Github, Open source, Programming, Heroku, Markdown, Tools, ResumeThe Ruby Resume project, is a project I started to make it easier for Ruby developers to create, host, share their resume, and keep it up to date. It is an open source project, that anyone can use to help manage their resume online. It offers a variety of options and you can take or leave any part you wish. Basically, you fork the project, alter some things for your needs, and can contribute interesting additions back to the shared Ruby Resume project. The project uses Sinatra, Markdown, and a collection of Rake tasks to get the job done. What does the Ruby Resume project do?- Supports deploying your resume to Heroku in a variety of formats.

  • Easily deploy your app to any Sinatra compatible host

  • Allows simple publishing of your resume to your github personal page.

  • It makes it simple to publish your resume as a gem. I got the idea for a personal resume gem from Eric Davis.

  • It uses Markdown, which integrates well with Github Jobs

  • It currently suppots HTML, LaTeX, and Markdown. Soon it will support PDF, RTF, etc… I built this because I had to publish and start updating my resume again after not dealing with it for 3 years. I wanted something that would simplify the whole process. I wanted my resume under git, and I wanted to be able to quickly deploy any changes online and support a large number of formats. Anyways check out the source on Github and the Readme which gives simple instructions on how to use the project. Or what the video below which demonstrates how to use this project for your own resume. Live Examples:- My resume on Heroku

  • My Github personal page

  • My personal resume gem is, danmayer-resume, which can be installed using gem install danmayer-resume, then execute danmayer-resume

Categories