Github is Your New Resume

  • Posted on: 12 May 2013
  • By: admin

Github enables individuals and organizations to create projects, fork them and to contribute source code to the forks without approval or oversight from the original authors. Changes can be committed locally, pulled to the parent repository with a code review. Anyone can comment on any single line of code or a pull request. You can use your fork immediately in your project. Github removed the remaining barriers around open-source collaboration and elegantly enabled private repositories for a fee.

Github is your new resume. Here’s how to make the best of it.

College and Personal Projects

If you don’t have a website, tech blog or any kind of useful online presence, Github lets you createyourname.github.com. Create an account and hit that address. Add a simple page that lists your projects. If you’re in college, those can be your current school assignments that currently live on your hard drive: move everything to Github, learn to use version control, push changes and collaborate with your classmates. These are essential skills in the industry and by the time you earn a degree, potential employers will not only hear about your school work during interviews, but will be able to see the code and dig though your commit history. This is our very own Github Profile.

If you have been coding for a long time, you might want to do the same with your old source and for all personal projects. I used to run my own Subversion server and was really happy to get rid of it, moving years worth of commit history to Github in a few clicks.

Your First Job

Your first job should be at an organization that embraces open-source and lets you contribute to existing projects. Other companies simply don’t deserve you.

Maybe your new team even uses Github as the source code repository! We do. It’s the default choice for Ruby on Rails projects, since the vast majority of open-source Ruby libraries live on Github. Other ecosystems are migrating at a rapid rate, so you’ll inevitably find yourself in a situation of needing to make a patch to a third party library. Java? We just migrated Java Native Access (JNA) from Java.net to Github.

Make Github Your Biggest Asset

And it only gets better with time. Here’s what I look for in a candidate’s Github account, with some examples from my team and friends.

  1. Recent, meaningful commits. I particularly like small incremental features or fixes with good code and tests, accepted into someone else’s open-source repositories.
  2. Your own projects. I always pay attention to good documentation and high quality code. I read through closed pull requests and try to identify positive interactions with external contributors. Here’s a great example from aaw, known to spend extra time writing good documentation.
  3. Account depth and width. I want to find how and when your got started on Github and how you’ve used it since. Experienced people have diverse Github repositories and evolving technology patterns. For example hij1nx has done quite a bit of heavy-lifting around JavaScript and Node.js.
  4. Forking consistency. Usually developers fork projects to make changes in them. You can’t see private repositories, but the kind of public projects forked often tell interesting stories about them. For example, gib clearly is forking and contributing to something related to his day-to-day job at art.sy – backbone.jsor jammit.

So do yourself a favor and move to Github! Your open-source contributions will play in your favor.