What sort of projects would attract attention in a code portfolio?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
2
down vote
favorite
So, I'm considering going out job hunting again, and I've read it's always good to have a portfolio of your work handy. Unfortunately, the results of my work are rather boring to most people (An JavaScript/html calendar similar to JQuery's day-picker, an active html analog clock, etc).
Alternatively, I have side projects that are more interesting (an Arduino sketch for a player-guitar, an Arduino sketch for an led grid that simulates light patterns similar to what you'd find on the bottom of a pool under moving water), but less useful in the real world.
I'm trying to not be too broad or make a question which only has subjective answers, but I'm also trying to understand what sort of code and projects a recruiter might be interested in. I feel like my utilitarian code is more useful in the real world, but my side projects show more of an aptitude and ability to problem solve. Which would a recruiter be more interested in?
interviewing portfolio
suggest improvements |Â
up vote
2
down vote
favorite
So, I'm considering going out job hunting again, and I've read it's always good to have a portfolio of your work handy. Unfortunately, the results of my work are rather boring to most people (An JavaScript/html calendar similar to JQuery's day-picker, an active html analog clock, etc).
Alternatively, I have side projects that are more interesting (an Arduino sketch for a player-guitar, an Arduino sketch for an led grid that simulates light patterns similar to what you'd find on the bottom of a pool under moving water), but less useful in the real world.
I'm trying to not be too broad or make a question which only has subjective answers, but I'm also trying to understand what sort of code and projects a recruiter might be interested in. I feel like my utilitarian code is more useful in the real world, but my side projects show more of an aptitude and ability to problem solve. Which would a recruiter be more interested in?
interviewing portfolio
suggest improvements |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
So, I'm considering going out job hunting again, and I've read it's always good to have a portfolio of your work handy. Unfortunately, the results of my work are rather boring to most people (An JavaScript/html calendar similar to JQuery's day-picker, an active html analog clock, etc).
Alternatively, I have side projects that are more interesting (an Arduino sketch for a player-guitar, an Arduino sketch for an led grid that simulates light patterns similar to what you'd find on the bottom of a pool under moving water), but less useful in the real world.
I'm trying to not be too broad or make a question which only has subjective answers, but I'm also trying to understand what sort of code and projects a recruiter might be interested in. I feel like my utilitarian code is more useful in the real world, but my side projects show more of an aptitude and ability to problem solve. Which would a recruiter be more interested in?
interviewing portfolio
So, I'm considering going out job hunting again, and I've read it's always good to have a portfolio of your work handy. Unfortunately, the results of my work are rather boring to most people (An JavaScript/html calendar similar to JQuery's day-picker, an active html analog clock, etc).
Alternatively, I have side projects that are more interesting (an Arduino sketch for a player-guitar, an Arduino sketch for an led grid that simulates light patterns similar to what you'd find on the bottom of a pool under moving water), but less useful in the real world.
I'm trying to not be too broad or make a question which only has subjective answers, but I'm also trying to understand what sort of code and projects a recruiter might be interested in. I feel like my utilitarian code is more useful in the real world, but my side projects show more of an aptitude and ability to problem solve. Which would a recruiter be more interested in?
interviewing portfolio
asked Oct 28 '14 at 15:53
Sidney
2,50552040
2,50552040
suggest improvements |Â
suggest improvements |Â
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
Well as someone who hires developers let me explain what is important to me...
Your past portfolio
To be honest, there is very little I care about the portfolio itself. It doesn't really matter WHAT you created whether boring or exciting. The only perks here is if it was something related to what you'll do for me and/or does it demonstrate the work you'll do for me is something you would enjoy... Honestly past that shrugs there's just more important things that come first.
But... then why do you ask what I've done?
It's almost a given I will ask you about the last few projects you've worked on. I actually don't really care about the project in itself... I'm assessing several things with these questions. What about the project was important to you, and do you feel is relevant to me.
I also will ask questions about things that went well, problems you faced, and things you may have done differently. Again, none of this is because I care about the project itself, it's I care about you demonstrating critical thought, problem solving skills, etc. I'm assessing what I should expect from you if I hire you.
But it was SOOOO cool!
Hey, I hear you. I have a project that while technically was unimpressive actually made a notable difference in the community. Specifically improving education for troubled students. I literally got to watch first hand this tool change people's lives for the better, and the level of pride I have in that work could have me talking about it for HOURS!!!
Unfortunately the only thing potential hires get from me for chatting about that is.
- I have a passion for education
- I greatly value purpose in my work
- I have a very detailed and methodical approach to my work
The first two items will almost never be bad, but with most employers they'll only be a trivial plus to neutral. (unless they are hiring me into a position in education that they feel will provide me purpose, in that scenario this would be a home run)
The third item is what really holds value, again some places this is a very desirable trait. The sort of places who value taking a little longer to do it right the first time, but for the fast do it now, fix it later places, this could actually count against me.
Discuss what's relevant
If I ask you what makes you passionate about your past work (or proud or similar) this is when you can try to wow me with that arduino work. Sadly I have no practical applications for it in my office so it's of no benefit to me, this is more me getting to know what makes you tick to see if I think you'll mesh well with my current staff. At the same time you could tell me you love sky diving which has zero potential for usefulness to me... but if I happen to have other sky divers on the team that is promising you'll all get along well.
Caveat
Your github rarely has much value to potential employers, exceptions DO exist. Case and point being the education program I spoke of. To 99.9% of employers it's frankly a waste of time to mention sadly, but if I interview for a job in education, and or work intended to help the community the passion I have there would make me a rockstar candidate.
Most of the time your portfolio has limited value, but let's say you have a passion for ardunio sketches and that guitar was something you have a deep sense of pride in. Perhaps there is a job where someone needs a person to make arduino sketches of various rockstars jamming on their guitars. (Honestly I can't see a scenario this makes sense but hey marketing is not something I "get") In this unlikely scenario your portfolio probably bought you preferential treatment where the only thing standing between you and job is an interview.
suggest improvements |Â
up vote
3
down vote
I'm also trying to understand what sort of code and projects a recruiter might be interested in
Most recruiters are probably most interested in seeing whether or not you can solve problems related to what you'll be hired to do, saving them time which would otherwise be spent training you.
Others will like to see how you program in general, not caring in which programming language, to see whether you can adapt to different backgrounds.
You usually list programming languages on a CV depending on your level of expertise, doing the same with a code portfolio is not such a bad idea either; list the projects on top that you'd be most comfortable working in and then work your way down to somewhat less practical projects but which would yet show what you're capable of.
This matter is, though, rather broad and will provide a lot of different answers, so I encourage you to do what feels right.
suggest improvements |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Well as someone who hires developers let me explain what is important to me...
Your past portfolio
To be honest, there is very little I care about the portfolio itself. It doesn't really matter WHAT you created whether boring or exciting. The only perks here is if it was something related to what you'll do for me and/or does it demonstrate the work you'll do for me is something you would enjoy... Honestly past that shrugs there's just more important things that come first.
But... then why do you ask what I've done?
It's almost a given I will ask you about the last few projects you've worked on. I actually don't really care about the project in itself... I'm assessing several things with these questions. What about the project was important to you, and do you feel is relevant to me.
I also will ask questions about things that went well, problems you faced, and things you may have done differently. Again, none of this is because I care about the project itself, it's I care about you demonstrating critical thought, problem solving skills, etc. I'm assessing what I should expect from you if I hire you.
But it was SOOOO cool!
Hey, I hear you. I have a project that while technically was unimpressive actually made a notable difference in the community. Specifically improving education for troubled students. I literally got to watch first hand this tool change people's lives for the better, and the level of pride I have in that work could have me talking about it for HOURS!!!
Unfortunately the only thing potential hires get from me for chatting about that is.
- I have a passion for education
- I greatly value purpose in my work
- I have a very detailed and methodical approach to my work
The first two items will almost never be bad, but with most employers they'll only be a trivial plus to neutral. (unless they are hiring me into a position in education that they feel will provide me purpose, in that scenario this would be a home run)
The third item is what really holds value, again some places this is a very desirable trait. The sort of places who value taking a little longer to do it right the first time, but for the fast do it now, fix it later places, this could actually count against me.
Discuss what's relevant
If I ask you what makes you passionate about your past work (or proud or similar) this is when you can try to wow me with that arduino work. Sadly I have no practical applications for it in my office so it's of no benefit to me, this is more me getting to know what makes you tick to see if I think you'll mesh well with my current staff. At the same time you could tell me you love sky diving which has zero potential for usefulness to me... but if I happen to have other sky divers on the team that is promising you'll all get along well.
Caveat
Your github rarely has much value to potential employers, exceptions DO exist. Case and point being the education program I spoke of. To 99.9% of employers it's frankly a waste of time to mention sadly, but if I interview for a job in education, and or work intended to help the community the passion I have there would make me a rockstar candidate.
Most of the time your portfolio has limited value, but let's say you have a passion for ardunio sketches and that guitar was something you have a deep sense of pride in. Perhaps there is a job where someone needs a person to make arduino sketches of various rockstars jamming on their guitars. (Honestly I can't see a scenario this makes sense but hey marketing is not something I "get") In this unlikely scenario your portfolio probably bought you preferential treatment where the only thing standing between you and job is an interview.
suggest improvements |Â
up vote
2
down vote
accepted
Well as someone who hires developers let me explain what is important to me...
Your past portfolio
To be honest, there is very little I care about the portfolio itself. It doesn't really matter WHAT you created whether boring or exciting. The only perks here is if it was something related to what you'll do for me and/or does it demonstrate the work you'll do for me is something you would enjoy... Honestly past that shrugs there's just more important things that come first.
But... then why do you ask what I've done?
It's almost a given I will ask you about the last few projects you've worked on. I actually don't really care about the project in itself... I'm assessing several things with these questions. What about the project was important to you, and do you feel is relevant to me.
I also will ask questions about things that went well, problems you faced, and things you may have done differently. Again, none of this is because I care about the project itself, it's I care about you demonstrating critical thought, problem solving skills, etc. I'm assessing what I should expect from you if I hire you.
But it was SOOOO cool!
Hey, I hear you. I have a project that while technically was unimpressive actually made a notable difference in the community. Specifically improving education for troubled students. I literally got to watch first hand this tool change people's lives for the better, and the level of pride I have in that work could have me talking about it for HOURS!!!
Unfortunately the only thing potential hires get from me for chatting about that is.
- I have a passion for education
- I greatly value purpose in my work
- I have a very detailed and methodical approach to my work
The first two items will almost never be bad, but with most employers they'll only be a trivial plus to neutral. (unless they are hiring me into a position in education that they feel will provide me purpose, in that scenario this would be a home run)
The third item is what really holds value, again some places this is a very desirable trait. The sort of places who value taking a little longer to do it right the first time, but for the fast do it now, fix it later places, this could actually count against me.
Discuss what's relevant
If I ask you what makes you passionate about your past work (or proud or similar) this is when you can try to wow me with that arduino work. Sadly I have no practical applications for it in my office so it's of no benefit to me, this is more me getting to know what makes you tick to see if I think you'll mesh well with my current staff. At the same time you could tell me you love sky diving which has zero potential for usefulness to me... but if I happen to have other sky divers on the team that is promising you'll all get along well.
Caveat
Your github rarely has much value to potential employers, exceptions DO exist. Case and point being the education program I spoke of. To 99.9% of employers it's frankly a waste of time to mention sadly, but if I interview for a job in education, and or work intended to help the community the passion I have there would make me a rockstar candidate.
Most of the time your portfolio has limited value, but let's say you have a passion for ardunio sketches and that guitar was something you have a deep sense of pride in. Perhaps there is a job where someone needs a person to make arduino sketches of various rockstars jamming on their guitars. (Honestly I can't see a scenario this makes sense but hey marketing is not something I "get") In this unlikely scenario your portfolio probably bought you preferential treatment where the only thing standing between you and job is an interview.
suggest improvements |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Well as someone who hires developers let me explain what is important to me...
Your past portfolio
To be honest, there is very little I care about the portfolio itself. It doesn't really matter WHAT you created whether boring or exciting. The only perks here is if it was something related to what you'll do for me and/or does it demonstrate the work you'll do for me is something you would enjoy... Honestly past that shrugs there's just more important things that come first.
But... then why do you ask what I've done?
It's almost a given I will ask you about the last few projects you've worked on. I actually don't really care about the project in itself... I'm assessing several things with these questions. What about the project was important to you, and do you feel is relevant to me.
I also will ask questions about things that went well, problems you faced, and things you may have done differently. Again, none of this is because I care about the project itself, it's I care about you demonstrating critical thought, problem solving skills, etc. I'm assessing what I should expect from you if I hire you.
But it was SOOOO cool!
Hey, I hear you. I have a project that while technically was unimpressive actually made a notable difference in the community. Specifically improving education for troubled students. I literally got to watch first hand this tool change people's lives for the better, and the level of pride I have in that work could have me talking about it for HOURS!!!
Unfortunately the only thing potential hires get from me for chatting about that is.
- I have a passion for education
- I greatly value purpose in my work
- I have a very detailed and methodical approach to my work
The first two items will almost never be bad, but with most employers they'll only be a trivial plus to neutral. (unless they are hiring me into a position in education that they feel will provide me purpose, in that scenario this would be a home run)
The third item is what really holds value, again some places this is a very desirable trait. The sort of places who value taking a little longer to do it right the first time, but for the fast do it now, fix it later places, this could actually count against me.
Discuss what's relevant
If I ask you what makes you passionate about your past work (or proud or similar) this is when you can try to wow me with that arduino work. Sadly I have no practical applications for it in my office so it's of no benefit to me, this is more me getting to know what makes you tick to see if I think you'll mesh well with my current staff. At the same time you could tell me you love sky diving which has zero potential for usefulness to me... but if I happen to have other sky divers on the team that is promising you'll all get along well.
Caveat
Your github rarely has much value to potential employers, exceptions DO exist. Case and point being the education program I spoke of. To 99.9% of employers it's frankly a waste of time to mention sadly, but if I interview for a job in education, and or work intended to help the community the passion I have there would make me a rockstar candidate.
Most of the time your portfolio has limited value, but let's say you have a passion for ardunio sketches and that guitar was something you have a deep sense of pride in. Perhaps there is a job where someone needs a person to make arduino sketches of various rockstars jamming on their guitars. (Honestly I can't see a scenario this makes sense but hey marketing is not something I "get") In this unlikely scenario your portfolio probably bought you preferential treatment where the only thing standing between you and job is an interview.
Well as someone who hires developers let me explain what is important to me...
Your past portfolio
To be honest, there is very little I care about the portfolio itself. It doesn't really matter WHAT you created whether boring or exciting. The only perks here is if it was something related to what you'll do for me and/or does it demonstrate the work you'll do for me is something you would enjoy... Honestly past that shrugs there's just more important things that come first.
But... then why do you ask what I've done?
It's almost a given I will ask you about the last few projects you've worked on. I actually don't really care about the project in itself... I'm assessing several things with these questions. What about the project was important to you, and do you feel is relevant to me.
I also will ask questions about things that went well, problems you faced, and things you may have done differently. Again, none of this is because I care about the project itself, it's I care about you demonstrating critical thought, problem solving skills, etc. I'm assessing what I should expect from you if I hire you.
But it was SOOOO cool!
Hey, I hear you. I have a project that while technically was unimpressive actually made a notable difference in the community. Specifically improving education for troubled students. I literally got to watch first hand this tool change people's lives for the better, and the level of pride I have in that work could have me talking about it for HOURS!!!
Unfortunately the only thing potential hires get from me for chatting about that is.
- I have a passion for education
- I greatly value purpose in my work
- I have a very detailed and methodical approach to my work
The first two items will almost never be bad, but with most employers they'll only be a trivial plus to neutral. (unless they are hiring me into a position in education that they feel will provide me purpose, in that scenario this would be a home run)
The third item is what really holds value, again some places this is a very desirable trait. The sort of places who value taking a little longer to do it right the first time, but for the fast do it now, fix it later places, this could actually count against me.
Discuss what's relevant
If I ask you what makes you passionate about your past work (or proud or similar) this is when you can try to wow me with that arduino work. Sadly I have no practical applications for it in my office so it's of no benefit to me, this is more me getting to know what makes you tick to see if I think you'll mesh well with my current staff. At the same time you could tell me you love sky diving which has zero potential for usefulness to me... but if I happen to have other sky divers on the team that is promising you'll all get along well.
Caveat
Your github rarely has much value to potential employers, exceptions DO exist. Case and point being the education program I spoke of. To 99.9% of employers it's frankly a waste of time to mention sadly, but if I interview for a job in education, and or work intended to help the community the passion I have there would make me a rockstar candidate.
Most of the time your portfolio has limited value, but let's say you have a passion for ardunio sketches and that guitar was something you have a deep sense of pride in. Perhaps there is a job where someone needs a person to make arduino sketches of various rockstars jamming on their guitars. (Honestly I can't see a scenario this makes sense but hey marketing is not something I "get") In this unlikely scenario your portfolio probably bought you preferential treatment where the only thing standing between you and job is an interview.
answered Oct 28 '14 at 20:20
RualStorge
9,5372231
9,5372231
suggest improvements |Â
suggest improvements |Â
up vote
3
down vote
I'm also trying to understand what sort of code and projects a recruiter might be interested in
Most recruiters are probably most interested in seeing whether or not you can solve problems related to what you'll be hired to do, saving them time which would otherwise be spent training you.
Others will like to see how you program in general, not caring in which programming language, to see whether you can adapt to different backgrounds.
You usually list programming languages on a CV depending on your level of expertise, doing the same with a code portfolio is not such a bad idea either; list the projects on top that you'd be most comfortable working in and then work your way down to somewhat less practical projects but which would yet show what you're capable of.
This matter is, though, rather broad and will provide a lot of different answers, so I encourage you to do what feels right.
suggest improvements |Â
up vote
3
down vote
I'm also trying to understand what sort of code and projects a recruiter might be interested in
Most recruiters are probably most interested in seeing whether or not you can solve problems related to what you'll be hired to do, saving them time which would otherwise be spent training you.
Others will like to see how you program in general, not caring in which programming language, to see whether you can adapt to different backgrounds.
You usually list programming languages on a CV depending on your level of expertise, doing the same with a code portfolio is not such a bad idea either; list the projects on top that you'd be most comfortable working in and then work your way down to somewhat less practical projects but which would yet show what you're capable of.
This matter is, though, rather broad and will provide a lot of different answers, so I encourage you to do what feels right.
suggest improvements |Â
up vote
3
down vote
up vote
3
down vote
I'm also trying to understand what sort of code and projects a recruiter might be interested in
Most recruiters are probably most interested in seeing whether or not you can solve problems related to what you'll be hired to do, saving them time which would otherwise be spent training you.
Others will like to see how you program in general, not caring in which programming language, to see whether you can adapt to different backgrounds.
You usually list programming languages on a CV depending on your level of expertise, doing the same with a code portfolio is not such a bad idea either; list the projects on top that you'd be most comfortable working in and then work your way down to somewhat less practical projects but which would yet show what you're capable of.
This matter is, though, rather broad and will provide a lot of different answers, so I encourage you to do what feels right.
I'm also trying to understand what sort of code and projects a recruiter might be interested in
Most recruiters are probably most interested in seeing whether or not you can solve problems related to what you'll be hired to do, saving them time which would otherwise be spent training you.
Others will like to see how you program in general, not caring in which programming language, to see whether you can adapt to different backgrounds.
You usually list programming languages on a CV depending on your level of expertise, doing the same with a code portfolio is not such a bad idea either; list the projects on top that you'd be most comfortable working in and then work your way down to somewhat less practical projects but which would yet show what you're capable of.
This matter is, though, rather broad and will provide a lot of different answers, so I encourage you to do what feels right.
answered Oct 28 '14 at 16:10
Jonast92
6,88122333
6,88122333
suggest improvements |Â
suggest improvements |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f35481%2fwhat-sort-of-projects-would-attract-attention-in-a-code-portfolio%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password