Ask HN: Does contributing to open source, increase job offers chances?
I saw a company that basically run like Gitlab in a sense that they're code is open source and any oninge can contribute,
So this company opened a job offering that I want to get, I know there are +200 developers that applied for the job.
Will contributing heavily to their project for 1 month, help land me a job there?
Do you have any advice on how I can increase my chances of getting the team's attention or get noticed by who's responsible there?
5 comments
[ 2.6 ms ] story [ 16.9 ms ] threadFor me personally, it is a big plus.
Aside from the obvious reasons:
* I can see candidates code quality
I've had interviews where the candidate froze up and so I couldn't get enough data points, but I was able to use commits or blog posts from their open source history to augment by evaluation.I also double-check for copy/pasta to avoid giving them credit for code that is actually just a fork of another codebase.
So ... yes, having a history of open source contributions can demonstrate your abilities, which can help get you hired.
In this specific instance, I suspect it's too late. If the position is already advertised, and there's already 200 applicants ... I don't think contributions now are going to help much.
Makes sense, thanks man!