What if an interviewer asks that I must bring some relevant work with me?
The interview is about either web-developing and/or mobile coding.
I've been asked to bring some work with me, either web pages or anything related to the job offered.
I do not really want to show them anything in code, that's mine and I am just applying for job, not showcasing my work.
- Can I just show them demos and such i.e. web pages and/or executables.
- What if they ask for code i.e. PHP or C++ or whatever?
I have most of my work on internet but what if they ask for more? It is suspicious or it could might help me getting the job?
A friend of mine said that I should never show my work, just my expertise in positions but I have never had official jobs in software development... I was always a freelancer.
interviewing
add a comment |
The interview is about either web-developing and/or mobile coding.
I've been asked to bring some work with me, either web pages or anything related to the job offered.
I do not really want to show them anything in code, that's mine and I am just applying for job, not showcasing my work.
- Can I just show them demos and such i.e. web pages and/or executables.
- What if they ask for code i.e. PHP or C++ or whatever?
I have most of my work on internet but what if they ask for more? It is suspicious or it could might help me getting the job?
A friend of mine said that I should never show my work, just my expertise in positions but I have never had official jobs in software development... I was always a freelancer.
interviewing
add a comment |
The interview is about either web-developing and/or mobile coding.
I've been asked to bring some work with me, either web pages or anything related to the job offered.
I do not really want to show them anything in code, that's mine and I am just applying for job, not showcasing my work.
- Can I just show them demos and such i.e. web pages and/or executables.
- What if they ask for code i.e. PHP or C++ or whatever?
I have most of my work on internet but what if they ask for more? It is suspicious or it could might help me getting the job?
A friend of mine said that I should never show my work, just my expertise in positions but I have never had official jobs in software development... I was always a freelancer.
interviewing
The interview is about either web-developing and/or mobile coding.
I've been asked to bring some work with me, either web pages or anything related to the job offered.
I do not really want to show them anything in code, that's mine and I am just applying for job, not showcasing my work.
- Can I just show them demos and such i.e. web pages and/or executables.
- What if they ask for code i.e. PHP or C++ or whatever?
I have most of my work on internet but what if they ask for more? It is suspicious or it could might help me getting the job?
A friend of mine said that I should never show my work, just my expertise in positions but I have never had official jobs in software development... I was always a freelancer.
interviewing
interviewing
edited Dec 2 at 1:00
PagMax
8,46942142
8,46942142
asked Dec 1 at 13:54
user6096479
1404
1404
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I do not really want to show them anything in code
That is what they're interested in and asked for, so expect to waste your time if you don't take some. I would be interested in both the site and the code behind it, not so much for it's sake as code, but how well it's structured, secured, maintainable etc,.
I see, thanx. So i should be willing showing / explaining my work, like showing them how i am usually dealing with this stuff.
– user6096479
Dec 1 at 14:29
1
Yes, you should build something just to showcase your abilities if you don't want them looking at paid work you own. In fact demos like that tend to be tidier than the real thing which may have been modified and patched several times. Live sites can be pretty messy after a while.
– Kilisi
Dec 1 at 14:32
add a comment |
I am just applying for job, not showcasing my work.
But showcasing your work is an important way of getting a job. For some jobs, it's expected to have a portfolio (models, photographers, etc). For programmers, this is becoming more and more common.
Of course, it may be that all your work was done while being employed, and you do not have the right to show that code. But then, just say so. But many programmers have some personal project, or open source contributions. A github account can make it easy to build a portfolio.
I do not really want to show them anything in code, that's mine
I really wonder about this attitude. If you feel strongly that code you have written is yours, do you really want to work for someone else?
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "423"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f123796%2fwhat-if-an-interviewer-asks-that-i-must-bring-some-relevant-work-with-me%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I do not really want to show them anything in code
That is what they're interested in and asked for, so expect to waste your time if you don't take some. I would be interested in both the site and the code behind it, not so much for it's sake as code, but how well it's structured, secured, maintainable etc,.
I see, thanx. So i should be willing showing / explaining my work, like showing them how i am usually dealing with this stuff.
– user6096479
Dec 1 at 14:29
1
Yes, you should build something just to showcase your abilities if you don't want them looking at paid work you own. In fact demos like that tend to be tidier than the real thing which may have been modified and patched several times. Live sites can be pretty messy after a while.
– Kilisi
Dec 1 at 14:32
add a comment |
I do not really want to show them anything in code
That is what they're interested in and asked for, so expect to waste your time if you don't take some. I would be interested in both the site and the code behind it, not so much for it's sake as code, but how well it's structured, secured, maintainable etc,.
I see, thanx. So i should be willing showing / explaining my work, like showing them how i am usually dealing with this stuff.
– user6096479
Dec 1 at 14:29
1
Yes, you should build something just to showcase your abilities if you don't want them looking at paid work you own. In fact demos like that tend to be tidier than the real thing which may have been modified and patched several times. Live sites can be pretty messy after a while.
– Kilisi
Dec 1 at 14:32
add a comment |
I do not really want to show them anything in code
That is what they're interested in and asked for, so expect to waste your time if you don't take some. I would be interested in both the site and the code behind it, not so much for it's sake as code, but how well it's structured, secured, maintainable etc,.
I do not really want to show them anything in code
That is what they're interested in and asked for, so expect to waste your time if you don't take some. I would be interested in both the site and the code behind it, not so much for it's sake as code, but how well it's structured, secured, maintainable etc,.
edited Dec 1 at 14:27
answered Dec 1 at 14:20
Kilisi
112k61248433
112k61248433
I see, thanx. So i should be willing showing / explaining my work, like showing them how i am usually dealing with this stuff.
– user6096479
Dec 1 at 14:29
1
Yes, you should build something just to showcase your abilities if you don't want them looking at paid work you own. In fact demos like that tend to be tidier than the real thing which may have been modified and patched several times. Live sites can be pretty messy after a while.
– Kilisi
Dec 1 at 14:32
add a comment |
I see, thanx. So i should be willing showing / explaining my work, like showing them how i am usually dealing with this stuff.
– user6096479
Dec 1 at 14:29
1
Yes, you should build something just to showcase your abilities if you don't want them looking at paid work you own. In fact demos like that tend to be tidier than the real thing which may have been modified and patched several times. Live sites can be pretty messy after a while.
– Kilisi
Dec 1 at 14:32
I see, thanx. So i should be willing showing / explaining my work, like showing them how i am usually dealing with this stuff.
– user6096479
Dec 1 at 14:29
I see, thanx. So i should be willing showing / explaining my work, like showing them how i am usually dealing with this stuff.
– user6096479
Dec 1 at 14:29
1
1
Yes, you should build something just to showcase your abilities if you don't want them looking at paid work you own. In fact demos like that tend to be tidier than the real thing which may have been modified and patched several times. Live sites can be pretty messy after a while.
– Kilisi
Dec 1 at 14:32
Yes, you should build something just to showcase your abilities if you don't want them looking at paid work you own. In fact demos like that tend to be tidier than the real thing which may have been modified and patched several times. Live sites can be pretty messy after a while.
– Kilisi
Dec 1 at 14:32
add a comment |
I am just applying for job, not showcasing my work.
But showcasing your work is an important way of getting a job. For some jobs, it's expected to have a portfolio (models, photographers, etc). For programmers, this is becoming more and more common.
Of course, it may be that all your work was done while being employed, and you do not have the right to show that code. But then, just say so. But many programmers have some personal project, or open source contributions. A github account can make it easy to build a portfolio.
I do not really want to show them anything in code, that's mine
I really wonder about this attitude. If you feel strongly that code you have written is yours, do you really want to work for someone else?
add a comment |
I am just applying for job, not showcasing my work.
But showcasing your work is an important way of getting a job. For some jobs, it's expected to have a portfolio (models, photographers, etc). For programmers, this is becoming more and more common.
Of course, it may be that all your work was done while being employed, and you do not have the right to show that code. But then, just say so. But many programmers have some personal project, or open source contributions. A github account can make it easy to build a portfolio.
I do not really want to show them anything in code, that's mine
I really wonder about this attitude. If you feel strongly that code you have written is yours, do you really want to work for someone else?
add a comment |
I am just applying for job, not showcasing my work.
But showcasing your work is an important way of getting a job. For some jobs, it's expected to have a portfolio (models, photographers, etc). For programmers, this is becoming more and more common.
Of course, it may be that all your work was done while being employed, and you do not have the right to show that code. But then, just say so. But many programmers have some personal project, or open source contributions. A github account can make it easy to build a portfolio.
I do not really want to show them anything in code, that's mine
I really wonder about this attitude. If you feel strongly that code you have written is yours, do you really want to work for someone else?
I am just applying for job, not showcasing my work.
But showcasing your work is an important way of getting a job. For some jobs, it's expected to have a portfolio (models, photographers, etc). For programmers, this is becoming more and more common.
Of course, it may be that all your work was done while being employed, and you do not have the right to show that code. But then, just say so. But many programmers have some personal project, or open source contributions. A github account can make it easy to build a portfolio.
I do not really want to show them anything in code, that's mine
I really wonder about this attitude. If you feel strongly that code you have written is yours, do you really want to work for someone else?
answered Dec 1 at 23:28
Abigail
1,4991411
1,4991411
add a comment |
add a comment |
Thanks for contributing an answer to The Workplace Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f123796%2fwhat-if-an-interviewer-asks-that-i-must-bring-some-relevant-work-with-me%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown