Live data from Hacker News

Ask HN: What side projects landed you a job?

news.ycombinator.com

291–300 of 538 posts

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

#291
I’m not sure if it counts as a side-project, as it was just something I hacked together mostly out of curiosity. I’m also not sure if qualifies as “landing me a job”, but it was explicitly asked about during the interview process and they were certainly interested, so…

My Siri proxy during the first iteration of Siri, which would intercept requests and inject custom responses. The code is fairly horrible by my current standards, but reverse engineering everything was fun.

https://github.com/wrboyce/sirious

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

#293
Back in 1992, I was doing a university internship in a large physics research center. I was a physics student 1nd discovered linux at that time.

It became a hobby and since I was in contact with the community, someone asked me if I would be interested to take a job in sysad for a very large company that was expanding in Europe. I was half mid my PhD but I said why not.

The job ended up being way way more than sysadmin, I started a few centers in Europe from scratch, learned a heap and the rest is history.

This was not exactly a side project but rather a hobby that one day on an IRC channel changed my life.

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

#295
I wrote a book on JBoss for fun around 2006 and it helped me to get a job at Red Hat in 2019. Funnily enough some people at the company thought it was a cool thing, even though I didn't think that the book was important at the time of getting hired. A side note, even though I didn't regard the book as anything special, it was the fact that I has written and published it as being important

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

#296
Back in early 2000x, I worked mostly as salesperson and CTO of the small company. Bored with marketing and sales, I decided to find engineering job. To get up to the software development train, I started learning Java and created a small project as the playground. It was time of Web 2.0 / AJAX hype, so I took Java Server Faces as the base and added dynamic functionality to it. I did name project "Ajax4jsf" https://en.wikipedia.org/wiki/Ajax4jsf. When it become less or more functional, I created couple demo applications, wrote several blogs about it, and mention it whenever I did found any resource related to Java and Web 2.0.

The goal was to find a job in Russia, but no one pay attention. Instead, the project got some traction in US, and company from here made me offer. So I continued the same side project as the full time job. They did all work to provide visa ( and Green Card later ), and sell project to Jboss where it became "richfaces" https://richfaces.jboss.org/ .

Decent success story, but keep in mind several points that made it happen: - Project targeted a current hype wave.

- It was implemented with wide used technologies.

- A lot of time spent to promote it.

For the moment, there are two possible candidates to repeat : Large language models, and cryptocurrencies. But former is already eclipsed the later, so probably it's the only candidate. There's a little set of technologies used by LLMs, so this choice is oblivious ( keep in mind, the project supposed to demonstrate you skills in areas required by potential employer, so nothing exotic ). When gold rush happened in Klondike, the total cost of the found gold was several times smaller than money spent on food, tools, whiskey, and whores. So it's better to create some useful tools project ( like LangChain ). And promote, promote, promote. Wherever it's possible.

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

#297
A few years ago, while I was still in high school, I began learning how to create websites purely for fun. One thing I found to be tedious was self-hosting fonts, with existing solutions to improve it completely abandoned. Consequently, I decided to learn a bit more about JavaScript by rewriting and improving these abandoned projects which led to the creation of Fontsource[0].

This project has undoubtedly set of a series of impactful events in my life, and I attribute many of my successes to it. I've had opportunities to network with numerous amazing engineers through it, leading to a part-time role and multiple internships. Turns out companies that approached me for support also wanted to keep in touch! I also graduate this year and I am going with a full-time role from one of the aforementioned internships.

While I acknowledge my circumstances are extremely fortunate, I genuinely believe that having open source projects early on in your career can significantly contribute to standing out as a developer.

[0] https://fontsource.org

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

#298

I wrote a Dropbox-like file sync and share application called Syncany [1] as a side project back in 2014/2015. While it never made it out of alpha, it had gotten some traction, and looking back, I am still proud of the architecture and design (not so much of the code, hehe). One day, a developer from this random company in Connecticut (I am German and lived in Germany at the time) reached out to me in my project's IR…

Is it common for Germans to dream about getting out of Germany and moving to US? Congratulations to you that you managed to do that, I am wondering how hard for German is to migrate to US to puruse better life here.

Not super common, but many people dream of having better jobs and there's few better jobs than software engineering in the US. It's harder to move to the US since Trump cracked down on immigration.

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

#299

I wrote a Dropbox-like file sync and share application called Syncany [1] as a side project back in 2014/2015. While it never made it out of alpha, it had gotten some traction, and looking back, I am still proud of the architecture and design (not so much of the code, hehe). One day, a developer from this random company in Connecticut (I am German and lived in Germany at the time) reached out to me in my project's IR…

Is it common for Germans to dream about getting out of Germany and moving to US? Congratulations to you that you managed to do that, I am wondering how hard for German is to migrate to US to puruse better life here.

Most Germans I know in tech (lived in Germany for 5 years or so) would never want to move the US. Everyone prefers the Germany social security/insurance/pension system (even if it’s quite mediocre compared to The Netherlands and Scandinavia).

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

#300

I wrote a Dropbox-like file sync and share application called Syncany [1] as a side project back in 2014/2015. While it never made it out of alpha, it had gotten some traction, and looking back, I am still proud of the architecture and design (not so much of the code, hehe). One day, a developer from this random company in Connecticut (I am German and lived in Germany at the time) reached out to me in my project's IR…

Is it common for Germans to dream about getting out of Germany and moving to US? Congratulations to you that you managed to do that, I am wondering how hard for German is to migrate to US to puruse better life here.

It is not common. Most Germans consider would never use the phrase "pursue a better life" when talking about the US. Quality of Life is in most European countries better including Germany.

There are however some who want "freedom". Not that they lack freedom in Germany but the spiritual cowboy style, rocky mountain lifestyle freedom. Another reason for migration are obviously job offers in some industries.

Post reply on HN