I totally stop my side projects when job hunting. There really doesn't seem to be any practical time. Often I find that I need that time to study new concepts and play catch up improving my skills so I can be even more presentable to a company. I mean the tech industry, especially software engineering is rife with testing merge sorts, parsing csv files, and non-real world coding challenges when interviewing. Who has…
I had never even heard of HackerRank before applying at a few places. I was supposed to write a binary search tree algorithm without using anything except the language docs. I rarely write anything new without a quick search, it wastes valuable time reinventing the wheel.
How to not waste time on a side project when trying to get a job
31–40 of 87 posts
Re: How to not waste time on a side project when trying to get a job
#32I totally stop my side projects when job hunting. There really doesn't seem to be any practical time. Often I find that I need that time to study new concepts and play catch up improving my skills so I can be even more presentable to a company. I mean the tech industry, especially software engineering is rife with testing merge sorts, parsing csv files, and non-real world coding challenges when interviewing. Who has…
i did one "field of dreams" project using a stack that i was mostly familiar with already and several "effort" project to learn and demonstrate skills in a different language/stack (Clojure).
totally agree that once the interview screens started, that side-project time got scaled back to vanishing. however, i'm really thankful that i had enough time to do the side project milestone as well as the interview proper, because i wound up finding a role developing in Clojure. i don't think that would've been possible had i not invested the time in side projects before starting in on interviews.
Re: How to not waste time on a side project when trying to get a job
#33I don't understand the logic of this article. My side projects tend to be efforts in self employment, not 'click bait' for an employer. While not everyone has the same approach, this article seems to imply the only value of side projects is for future employers. I'd hate for people to get the wrong impression about the value of these projects.
Everything that I have, my companies, my capital, my house, comes from my side projects being transformed into self employment, recurring revenue or reputation for me or my team.
You have to consider that side projects will start small, like a plant, they are very easy to squash and destroy, but takes an enormous effort, and your rewards come later, when you have a tree.
Even a company like Apple could not make something like the App Store earn more than a couple millions the first year. Larry and Sergei tried to sell google for just a million dollars and could not.
A side project takes so much effort that I would have never ever considered making the effort just to show off to companies, then abandoning those(as you will be forced as you have a job that takes most of your efforts). Side project is like your children if you create them.
It is a big error to try to make companies value your projects. They will pay you 0$ if they can(even if they know it is a great project, more benefit for them).
There are much better ways to show off in front of companies if that is what you want.
Re: How to not waste time on a side project when trying to get a job
#34Earlier quoted context omitted.
Thought the the same. For me it's not doing sideprojects to get a job but having a job to finance my sideprojects.
My guess is you're both gainfully employed :) Side projects are more and more being touted as a way to "stand out" from the enormous crowd of people trying to get tech jobs. A company choosing among 100 candidates, all things being equal, may bias towards the few with active interesting side projects. If you accept that, then starting some kind of side project would be worth it.
Re: How to not waste time on a side project when trying to get a job
#35I totally stop my side projects when job hunting. There really doesn't seem to be any practical time. Often I find that I need that time to study new concepts and play catch up improving my skills so I can be even more presentable to a company. I mean the tech industry, especially software engineering is rife with testing merge sorts, parsing csv files, and non-real world coding challenges when interviewing. Who has…
I had never even heard of HackerRank before applying at a few places. I was supposed to write a binary search tree algorithm without using anything except the language docs. I rarely write anything new without a quick search, it wastes valuable time reinventing the wheel.
Re: How to not waste time on a side project when trying to get a job
#36Earlier quoted context omitted.
My guess is you're both gainfully employed :) Side projects are more and more being touted as a way to "stand out" from the enormous crowd of people trying to get tech jobs. A company choosing among 100 candidates, all things being equal, may bias towards the few with active interesting side projects. If you accept that, then starting some kind of side project would be worth it.
I had the impression it was the other way around. A crowd of companies all searching for tech people.
Re: How to not waste time on a side project when trying to get a job
#37Semantic Image Search: takes high dimensional images vectors from a Deep Convolutional Neural Network and searches for similar images using Locality Sensitivity Hashing.
Search is O(1) + O(n/B) where the last term is a small fraction, B, of the complete search space n.
The goal was an E2E machine learning project: modeling, training, validation, deployment and serving. Using VGG-mased CNN w/ tensorflow, redis for database, Flask for web frontend , tensorflow serving and docker+kubernetes for orchestration.
It all works on my local machine but when I went to deploy it to my prod website the tensorflow serving part broke down and I haven't had time to fix it yet :(
It was just supposed to be a one weekend project after I got the inspiration from the AlexNet paper, but it took over a month. Most of the time was fighting k8s.
So another data science project doesn't make it to production...
Re: How to not waste time on a side project when trying to get a job
#38Re: How to not waste time on a side project when trying to get a job
#39Re: How to not waste time on a side project when trying to get a job
#40I don't understand the logic of this article. My side projects tend to be efforts in self employment, not 'click bait' for an employer. While not everyone has the same approach, this article seems to imply the only value of side projects is for future employers. I'd hate for people to get the wrong impression about the value of these projects.
I also have another set of side projects with specific intent to learn something new, which I consider an educational time investment in myself.
Neither is "click bait" for employers, and I consider neither to be a "waste of time".