Live data from Hacker News

Ask HN: What side projects landed you a job?

news.ycombinator.com

1–10 of 538 posts

Ask HN: What side projects landed you a job?

#1
I'm curious to see what projects members of this community have worked on that contributed to them getting a job.

What's the project?

How did it help you land a job? Did the project itself get you the job or did it help in the interview process? Was the project work related to the job at all?

Edit: Ya'll hirin'?

Re: Ask HN: What side projects landed you a job?

#3
I created a system-agnostic router[1], a Markdown parser[2] and a WYSIWYG editor[3] in Clojure/ClojureScript that definitely helped me get Clojure gigs. I was told in the interview process on multiple occasions that my open source work stood out from the competition.

[1]: https://github.com/askonomm/ruuter

[2]: https://github.com/askonomm/clarktown

[3]: https://github.com/askonomm/blocko

Re: Ask HN: What side projects landed you a job?

#4
https://git.gavinhoward.com/gavin/bc

It got me a C programming job that had nothing to do with the side project.

I would say that it only helped me in the interview process, but it did so in two ways:

* I could actually answer C-related questions on top of the more generic questions.

* It showed that I had skill in C.

Re: Ask HN: What side projects landed you a job?

#6
Not a side project, per say, but I answered questions on my local Linux User Group almost daily. After applying for a job and not hearing back, I got a request to come in for an interview weeks afterwards. Long story short, the boss told me he saw my responses on the mailing list and it turns out I knew more than the RHCEs and CCNAs walking into his interviews.

That landed me my first job ever in IT as a Junior NetEng and eventually a Linux SysAd.

Re: Ask HN: What side projects landed you a job?

#7
This game I made and released on iPhone way back in the day directly led to me getting my first full-time job making mobile apps for a startup as the Lead Developer. I showed it during my interview.

It's no longer on the App Store as there's just been too many big changes I couldn't keep up with on that codebase. I'm working on a followup right now for Steam that I'd like to port to mobile afterwards.

Gameplay video: https://youtu.be/uy08ohBLGhE

Re: Ask HN: What side projects landed you a job?

#9
It was my half hearted attempt at factorio with Clojure: https://github.com/pyrrhic/learning-clojure-factorio-clone

It mostly just showed that I had a genuine interest in programming, and served as a talking point (why Clojure, my experience with it, etc). The project wasn't related to the job at all.

Post reply on HN