Live data from Hacker News

Ask HN: How Blog/side projects helped you land a job

news.ycombinator.com

11–20 of 36 posts

Re: Ask HN: How Blog/side projects helped you land a job

#11
During the interview for my current job (Machine Learning & Deep Learning Scientist), I didn't get any theoretical questions on machine learning, but only questions on my projects.

I didn't study machine learning per say, I followed dozens of online courses but no diploma in this exact field, and my last job was in traditional software engineering.

Despite this, I managed to do two small projects (one of music genre recognition [1] on my own iTunes library, and one of eye motion recognition [2]). For both I had published the code on my GitHub, and written a small Medium article to expose the problem I was trying to solve, the data available, the issues I faced and how I overcame them.

I personally believe that this is all the recruiter wanted to know, and why I encourage interns and candidates to work on their side projects.

References of the projects: [1] https://github.com/despoisj/DeepAudioClassification [1] https://medium.com/@juliendespois/finding-the-genre-of-a-son... [2] https://github.com/despoisj/DeepEyeControl [2] https://medium.com/hackernoon/talk-to-you-computer-with-you-...

Re: Ask HN: How Blog/side projects helped you land a job

#12
Last time i was looking for a job, i didnt do leetcoding at a big company which surprised me as im pretty junior, then in my interview with the team lead he said he looked at my two tiny PRs to an some opensource projects and thanked me for contributing, got an offer from it as well

Re: Ask HN: How Blog/side projects helped you land a job

#14
While the creator of Buttondown [0] and Spoonbill [1] wasn't trying to get a job, I really like the philosophy he talks about in this post about side projects [2]:

> If you are going to find a project, I encourage you to find something particularly small and particularly durable (which is to say, does not require constant or near-constant attention), so that you give yourself the ability to take a break from the project for weeks or months while it accumulates interest.

*edited for formatting

[0]: https://buttondown.email/

[1]: https://spoonbill.io/

[2]: https://jmduke.com/2020/06/26/atypical-success

Re: Ask HN: How Blog/side projects helped you land a job

#15
I started my blog in 1999, so it was a different world. I guess it's a story of right place, right time more than anything else. At that time it took some REAL effort and at least a little bit of skill to get a blog going. But I'm here because I started that silly little blog. I got my first real programming job because I was able to show that I could do real programming from having that blog. My second job, more or less the same thing. That blog led to me starting my own tiny little hosting company. And because I had some decent tech cred on my resume, I got yet another job. Then, finally, that got me here. That didn't happen over night, it took from 1999 until 2013. I couldn't be happier with my current position and hope to never change jobs again.

Almost every professional job I've had since the 1990s was because I liked Slashdot in 1999 and wanted a site just like that. So, thanks CmndrTaco!

Re: Ask HN: How Blog/side projects helped you land a job

#17
Not really a side project, however:

I wanted to make the jump from system administration to devops engineering. As i started started learning ansible i noticed that something was a little off and submitted a small pull request about one of the core ansible modules.

That didn't get very far because the maintainers didn't like the way it was and also i hadn't time to fix it the way the maintainers wanted it to be (not having time was also one of the reasons for me wanting to make the jump).

Despite this, I included a link to that pull request in my cv anyway (along with other OSS contributions) and that definitely helped, in two ways:

1. during the technical interview i was asked about that pull request and that meant i was able to direct the discourse where i wanted and where it was most favorable to me and basically talk about stuff i knew about (i mean, i did the stuff).

2. as i have been told much later, their gut feeling when taking the decision about my hiring was that i wouldn't have had much problem in figuring how stuff work even though i wasn't technically qualified for that position (in my opinion I was like ~30% qualified). Worst case scenario, i could have been let go during the probation period (I was not).

That was my experience.

Needless to say, that helped me getting hired. I then had to work my a.. off to fill the gaps in my competencies and learn a lot of the new tools. It's been almost a year now and I'm fairly confident with most of the stack, even though there are a few components that I still have to properly study and learn.

So far, it's been a pleasure.

Re: Ask HN: How Blog/side projects helped you land a job

#19

During the interview for my current job (Machine Learning & Deep Learning Scientist), I didn't get any theoretical questions on machine learning, but only questions on my projects. I didn't study machine learning per say, I followed dozens of online courses but no diploma in this exact field, and my last job was in traditional software engineering. Despite this, I managed to do two small projects (one of music genre…

Agreed. Side projects really help you but don't you think it would be better to leetcode if your aim to land a position at FAANG

Re: Ask HN: How Blog/side projects helped you land a job

#20

While I was working on my “startup” one guy wrote me the following: “I lost my internship due to COVID. I’d like to help you guys with your project”. So, it was hard to us to find some job for the guy but we were open sourcing our job. I told the guy to work on a next version of our open-sourced Python package[1]. After we released it, it went #1 on Hacker News. I put him everywhere in the credits. You can still see…

Oh wow that's pretty cool. Definitely liked the newscatcher project
Post reply on HN