Tell me more ×
The Workplace Stack Exchange is a question and answer site for members of the workforce navigating the professional setting. It's 100% free, no registration required.

Are side-projects good to list in lieu of work experience? I have a few on my resume, because I haven't had a job yet, and I want to demonstrate my ability. But some of the recruiters that I have spoken with lately have implied that they don't count if I'm not getting paid.

Does this sort of experience matter when recruiters consider entry level applicants? Are side projects acceptable experience to list in my resume?

share|improve this question
1  
I edited your question a bit but I think it can get some good answers now. As per the FAQ while subjective/experienced based answers are okay, "open ended" is something we discourage – Rarity May 13 '12 at 0:24
1  
What kind of side projects have you done? – Bernard May 13 '12 at 1:55
Whether or not you get paid is irrelevant unless you can't articulate your learning properly. – Permas May 13 '12 at 2:03

3 Answers

Absolutely yes. Though at the end it depends on the nature of your side projects.

  • Did you write Hello World in 10 different languages? Practically no worth
  • Did you create an app, get good amount of downloads and 4-5 stars review? Sounds very positive
  • Did you actively contribute to open source project? Another awesome point!
  • Did you write a calculator in 5 different language? Nice, but probably not important.

etc etc, see what I mean? It depends on what kind of things that you do.

"getting paid" has nothing to do with the value of your experience.

share|improve this answer
1  
An additional thing about paid experience that's important to an organization that is looking to hire you, is the fact that you were able to get (and keep) a job. There's tons of intangible things that go into what makes a great team member (many of which cannot be seen in commit messages, and many of which have nothing to do with coding at all). Of course, so long as you break out what projects were paid work vs. open source/other projects, then you're fine on this point, and should absolutely include them on your resume. – normalocity May 13 '12 at 4:26
In some respects, large side projects are better than work experience as they show initiative and love of programming. – Steven Burnap May 14 '12 at 2:42
Did you send school homework, that doesn't even execute, as side project? Congratulations you've been black listed. I'm not kidding; this actually happened with one applicant we had who did this twice on separate occasions. So this is a definite a DON'T. – Spoike May 31 '12 at 16:16

IT depends on the following.

  1. If you are a fresh graduate, projects in academics and aside are very valuable because they are the primary factor your insight while you still had no opportunity to face real world. But it truly depends on the depth of the project.

  2. Even if you are graduated and yet to find a job (this happens quite often in some countries) and you show Additional project, it applies as above for evaluation and on top of it, it backs your claim I wants to constantly learn

  3. If you are continuously employed, sometimes additional project is a great way to show capabilities you have otherwise learnt. For example, you want to switch to new technologies, but if you don't get opportunity in your current employment, additional project is a great way to tell your new potential employer that you are already learnt these things on your own and you are so keen that it will worth the employers' investment to grow with these area.

  4. But, if you have a deep gap in employment and just to show that you were busy - it will never give you at par rating as much as doing things on the job. This definitely is significantly dependent on quality and depth of the work.

Don't only do it - seek evaluation
University projects gets evaluation grades, and company projects gets appraisals. This must be true for self starters as well. A most critical point in projects where you actually want to ensure is that some how you should get a reference to evaluate. For example, if you develop a piece of software (for this purpose), it might be best to publish it to end user or open source it - so user critic and stats tells (anyone neutral) how big deal it is. If you do some other kind of project - seek who can be a potential user - may be donate your prototype to some academic lab or something for actual use and get recommendation in return. And if it is pure theoretical see if you can publish that somewhere. (like some magazine, blog etc.)

Peer reviewed work has always highest value in any science and engineering work..

In general, like any other projects during the job, additional project which is based on relevance to the position you are applying, but a listing of additional projects shows that you are self-driven enthusiast and that is always a great point.

See this: http://programmers.stackexchange.com/questions/134532/does-contributing-to-open-source-projects-to-boost-a-resume-make-sense/134538#134538

share|improve this answer

It's definitely a positive thing no matter which way you slice it. I think for an entry-level person even more so as the employer is looking for evidence that you can do the job so even though its not as good as real work experience (ie. dont hold off on getting a job to build up your 'projects portfolio') its better than nothing.

In my opinion, doing freelance work or a volunteer project for a business/charity is worth as much as Open Source stuff because you've had to deal with 'the client' which is an important skill to have in the workplace - even though typically the OS stuff will be more challenging technically.

A brand spanking new open source project doesn't have the limitations and real world challenges such as getting changes approved by superiors, dealing with existing 'bad' design decisions, technology choice limitations etc.. therefore can't be considered as valuable experience as the above.

I would rank it like so:

  1. Work Experience
  2. Paid freelance work
  3. Unpaid freelance work/contributing to established OS project
  4. New OS project
  5. Sitting on your a$$ :)
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.