Ask HN: Has anyone got a job by contributing to open source projects?
21–30 of 56 posts
Re: Ask HN: Has anyone got a job by contributing to open source projects?
#22Over the years this led to several job offers, and while I didn't directly take any of them, I stayed in frequent touch with the founders of Redis Labs, who found me through this activity. And a few years later when I was looking for a new job, they were my natural choice. And one of the best jobs I've ever had.
Re: Ask HN: Has anyone got a job by contributing to open source projects?
#23This was one of the key factors that helped me land my dream job so definitely, open-source work will help you get hired but this might depend on the industry. Blockchain is open source by default.
Re: Ask HN: Has anyone got a job by contributing to open source projects?
#24Re: Ask HN: Has anyone got a job by contributing to open source projects?
#25https://en.wikipedia.org/wiki/Steve.museum
Did it GET me a job? Maybe not. Did it come up in every interview since? Yes.
Re: Ask HN: Has anyone got a job by contributing to open source projects?
#26I have met engineers who have been hired by FAANG companies and have told me that their regular community contributions towards high-profile open-source projects (They particularly mentioned QEMU, LLVM, Rust, Swift and V8) was the reason they got an offer. The barrier in regularly merging quality patches for review in these projects is very high and it is advantageous for the likes of these companies to shortlist you…
I was already contributing to an open-source project (fireflier) when I applied for GSoC for the ClamAV project, and continued to contribute to the project after GSoC was over. Shortly afterwards got invited to be part of the team, and when the project got acquired by a company the next year I got a job there to continue working on it (initially part-time because I wanted to finish my studies at the university, and after that full time).
Try to apply to 3 or 4 projects that you like, but don't get too disappointed if you don't get accepted the first time. It probably helps if you already are a contributor to an open-source project so that people can check your coding style/knowledge by looking at GitHub/Sourceforge etc.
Re: Ask HN: Has anyone got a job by contributing to open source projects?
#27Re: Ask HN: Has anyone got a job by contributing to open source projects?
#28Re: Ask HN: Has anyone got a job by contributing to open source projects?
#29Contributing to one of a company’s OSS projects or to a related project is great way to get that company’s attention and prove your ability even before any interviews.
Re: Ask HN: Has anyone got a job by contributing to open source projects?
#30The biggest win of doing open source work is that it’s more challenging than corporate work. You build product management skills and really learn to focus on objective quality factors and continuous improvement.
At this point in my career I have passed the tipping point and my open source work is making me less compatible to many of my corporate JavaScript peers. I am not interested in easy, dicking around with unnecessary configuration madness, and prefer to write original code. I am less interested in learning how to write code and more interested in data structures and algorithm design. Contrarily JavaScript is a low barrier of entry field where many newer developers have little or regard for automation practices compared to various other concerns.