DEV Community

Ben Halpern
Ben Halpern Subscriber

Posted on

Why do employers check job candidates' GitHub profiles?

It seems to me like a pretty weak way to get an apples-to-apples impression of a candidate, but I’d love to hear others’ thoughts.

Top comments (50)

Collapse
 
maccabee profile image
Maccabee

My issue with it is that not everyone has free time to do a lot on GitHub. That's mostly why mine's full of half finished projects.

Collapse
 
david_j_eddy profile image
David J Eddy

Half completed person projects > nothing.

When I have to look it is more about 'what problem are you trying to solve' or 'are they following best practices for the ecosystem'.

I never discount 1/2 completed personal projects. They show character.

Collapse
 
david2999999 profile image
David Jiang

Squeeze every minute out of the day ⌚️⌚️⌚️

Collapse
 
evanoman profile image
Evan Oman

If a candidate is active on Github I like to check their profile to get a sense of what they are interested in and what their code looks like.

If a candidate is not active I don't hold it against them, I just ask different questions.

Collapse
 
asaaki profile image
Christoph Grabo

I do the same. Since I'm usually asked to do the tech part of the interview process, I think it is a nice and easy way to extend the picture of the candidate. But it is not a must-have.

I also like it, because I'm curious and love to get more inspiration. I try to keep this out from the evaluation though. I say "try", because once looked at the profile we're unconsciously biased anyway. But I hope I still gave every candidate an equal chance, no matter if and how much they have shown publicly.

Collapse
 
jennifer profile image
Jennifer Konikowski

It also could just tell you that Jean has more free time and John has none.

 
lfsmith profile image
LFSmith

It might also mean John doesn't publish what he writes.
Also upon further inspection of Jeans code we may find horrible spaghetti code.
Your period was way too much.

Thread Thread
 
jennifer profile image
Jennifer Konikowski

Or it means John has a family and obligations outside of work?

Collapse
 
krissiegel profile image
Kris Siegel

I like doing this but not as a requirement. Basically, if you have a project on GitHub, I can bring it up at your interview and ask you things like:

  • Why did you go with this arcitecture? Did it end up being ideal and could you have done it another way?

  • This code looks really interesting, can you explain it to me?

Especially when I interview senior developers it's helpful to know how well they can explain a concept to a stranger as that's a big part of their job.

But a GitHub account is never a requirement. It simply helps steer the interview.

 
jennifer profile image
Jennifer Konikowski

That is not true. Good developers use their working hours to get more work done. Not to work on OSS (unless their employer wants them to do that). If I finish my work early (which I regularly do), I pull tickets from the backlog. There is always more work to do.

Collapse
 
ciaran128 profile image
Ciaran McGhie

When I (freelance) work for a client that doesn't use github as their remote, I get no history. When (most of the time!) their repos are private, you can't see the code I've written. I'm not going to spend my free time writing extra code for free just for potential future clients/employers.

It's an awful way to get an impression of a candidate, unless your criteria is purely 'how much OSS do they contribute to?'.

Collapse
 
bryantee profile image
Bryan Swagerty

Not entirely true. You can choose to show private activity. This is useful for people seeing how often you are active, whether or not you participate in code reviews, etc.

Personally if I’m looking at a resume, I won’t discount people with non-super-active github profiles, but ones with it stand out.

Collapse
 
mahlongumbs profile image
Mahlon Gumbs

It's an awful way to get an impression of a candidate, unless your criteria is purely 'how much OSS do they contribute to?'.

I wholeheartedly agree.

Collapse
 
papaponmx profile image
Jaime Rios

Here is my personal opinion about why I'd appreciate some GitHub account and why I value organizations that do.

  1. A public repo shows initiative. Either you took the initiative to learn something or you built something and have the courage to share it. In the end, you did more than what is expected of you.

  2. Open source enriches us all. Think of Linux and the millions of servers deployed thanks to it.

  3. It shows initiative. It is a special kind of action. Most people only react to change. But to initiate it, is quite different.

Any organization that cares enough to take a look at my profile instead of the average white board test is the kind of people I'd like to collaborate with.

Collapse
 
jwrubel profile image
James Wrubel

I agree, it is a good way to determine a candidate's ability and interest in their work. It does a pretty good job of predicting if a candidate will be a good fit. The big problem is, if employers consider a lack of github to mean "this candidate does not show initiative", that's going to exclude candidates who for a variety of reasons may not be able to work on technical projects in their spare time. Those candidates are more likely to come from underrepresented groups like people of color or women, which will continue to cause our industry to lack diversity and equal opportunity.

Collapse
 
amalrik profile image
Amalrik Maia

Theres no hard evidence that underrepresented groups will lack a gh profile. Why do you say that?

Collapse
 
mahlongumbs profile image
Mahlon Gumbs

It doesn’t actually show initiative and I really wish people would stop making that up. It only shows a set of developers that like working on open source projects or contribute as part of their jobs. Nothing more. I absolutely love what I do and have been doing it for decades. I’m a work-a-holic and have been known to literally put in 90-100+ hours/week when needed (which is too often). However, when I sign off, I sign off. I spend time with my family. I bike. I binge Netflix. I travel. I fly planes. I go camping. I do ANYTHING but write more code.

Collapse
 
papaponmx profile image
Jaime Rios

Initiative: the ability to assess and initiate things independently.

Thread Thread
 
mahlongumbs profile image
Mahlon Gumbs
Collapse
 
josephmcasey profile image
Joseph Michael Casey • Edited

A well documented public portfolio is a much stronger representation of what a candidate can contribute than anything else because it is literally the closest thing you can get to the employee working for you. A public portfolio with contributions to OSS and personal projects shows so much more value than a 2 - 3 hour interview ever can.

The current interviewing process for software engineers heavily favors code golfers, and this attitude leads to an industry where startups, after the release of Pokemon Go, chase AR for investment dollars on unused product functionality. It results in tech giants that say things like 'Move Fast and Break Things'. An employer who values a GitHub portfolio looks like an employer who wants engineers deeply involved in their community that can also provide real world value.

 
jennifer profile image
Jennifer Konikowski

Yes? But the employer is paying the employee for their time and expects them to work on, well, WORK while they are at work. And, while you might not see a reason, I've worked at plenty of jobs where my employer did not want me working on OSS during the day. They were perfectly good jobs and I liked what I was doing.

And that project? That was a random code challenge that I decided to put up on my github. Not really OSS... just a garbage Rails project.

You are speaking from a place of IMMENSE privilege and I hope you can recognize that at some point. In the meantime, I am happy to not be working on a team with you.

Thread Thread
 
jennifer profile image
Jennifer Konikowski

Also, I'm a terrible example. I don't have kids and actually have 8 hours to work on some dumb project.