Does Stack Exchange profile count towards problem solving skills?
Note that linked duplicate has 0 mentions of how Stack Exchange on resume relates or doesn't to problem solving skills, so it does not address my specific question.
Within the context of jobs for which I am applying - Python development and Linux system administration - does profile on Stack Exchange sites count towards problem solving ?
Typically I participate on Unix & Linux and Ask Ubuntu, and within the context of such sites I address three types of questions:
OP has a problem with their system - a feature they want to disable or something doesn't work as expected
OP wants to know if there is an application that can do x,y,z
OP wants to know how to parse data with set of existing tools
In these types of questions, I usually try to answer from knowledge I already have, research extra, and/or implement OP's desired functionality as script/application. A good example of the later is filesystem usage indicator, which I wrote for OP's specific question.
So with consideration of the above, does Stack Exchange profile count as problem solving on the resume ? If it does, how do I appropriately present that on my resume ?
resume
add a comment |
Note that linked duplicate has 0 mentions of how Stack Exchange on resume relates or doesn't to problem solving skills, so it does not address my specific question.
Within the context of jobs for which I am applying - Python development and Linux system administration - does profile on Stack Exchange sites count towards problem solving ?
Typically I participate on Unix & Linux and Ask Ubuntu, and within the context of such sites I address three types of questions:
OP has a problem with their system - a feature they want to disable or something doesn't work as expected
OP wants to know if there is an application that can do x,y,z
OP wants to know how to parse data with set of existing tools
In these types of questions, I usually try to answer from knowledge I already have, research extra, and/or implement OP's desired functionality as script/application. A good example of the later is filesystem usage indicator, which I wrote for OP's specific question.
So with consideration of the above, does Stack Exchange profile count as problem solving on the resume ? If it does, how do I appropriately present that on my resume ?
resume
3
Possible duplicate of Should I include information about my reputation on professionally-relevant Stack Exchange (or other Q&A) sites on my resume?
– Kate Gregory
1 hour ago
Short answer: No. Long answer: Already answered in dupe thread.
– solarflare
1 hour ago
@KateGregory The dupe haz 0 mentions of "problem solving skills". Can you explain the reasoning for the duplicate ?
– Sergiy Kolodyazhnyy
1 hour ago
@solarflare cc comment ^
– Sergiy Kolodyazhnyy
1 hour ago
add a comment |
Note that linked duplicate has 0 mentions of how Stack Exchange on resume relates or doesn't to problem solving skills, so it does not address my specific question.
Within the context of jobs for which I am applying - Python development and Linux system administration - does profile on Stack Exchange sites count towards problem solving ?
Typically I participate on Unix & Linux and Ask Ubuntu, and within the context of such sites I address three types of questions:
OP has a problem with their system - a feature they want to disable or something doesn't work as expected
OP wants to know if there is an application that can do x,y,z
OP wants to know how to parse data with set of existing tools
In these types of questions, I usually try to answer from knowledge I already have, research extra, and/or implement OP's desired functionality as script/application. A good example of the later is filesystem usage indicator, which I wrote for OP's specific question.
So with consideration of the above, does Stack Exchange profile count as problem solving on the resume ? If it does, how do I appropriately present that on my resume ?
resume
Note that linked duplicate has 0 mentions of how Stack Exchange on resume relates or doesn't to problem solving skills, so it does not address my specific question.
Within the context of jobs for which I am applying - Python development and Linux system administration - does profile on Stack Exchange sites count towards problem solving ?
Typically I participate on Unix & Linux and Ask Ubuntu, and within the context of such sites I address three types of questions:
OP has a problem with their system - a feature they want to disable or something doesn't work as expected
OP wants to know if there is an application that can do x,y,z
OP wants to know how to parse data with set of existing tools
In these types of questions, I usually try to answer from knowledge I already have, research extra, and/or implement OP's desired functionality as script/application. A good example of the later is filesystem usage indicator, which I wrote for OP's specific question.
So with consideration of the above, does Stack Exchange profile count as problem solving on the resume ? If it does, how do I appropriately present that on my resume ?
resume
resume
edited 1 hour ago
Sergiy Kolodyazhnyy
asked 1 hour ago
Sergiy KolodyazhnyySergiy Kolodyazhnyy
1778
1778
3
Possible duplicate of Should I include information about my reputation on professionally-relevant Stack Exchange (or other Q&A) sites on my resume?
– Kate Gregory
1 hour ago
Short answer: No. Long answer: Already answered in dupe thread.
– solarflare
1 hour ago
@KateGregory The dupe haz 0 mentions of "problem solving skills". Can you explain the reasoning for the duplicate ?
– Sergiy Kolodyazhnyy
1 hour ago
@solarflare cc comment ^
– Sergiy Kolodyazhnyy
1 hour ago
add a comment |
3
Possible duplicate of Should I include information about my reputation on professionally-relevant Stack Exchange (or other Q&A) sites on my resume?
– Kate Gregory
1 hour ago
Short answer: No. Long answer: Already answered in dupe thread.
– solarflare
1 hour ago
@KateGregory The dupe haz 0 mentions of "problem solving skills". Can you explain the reasoning for the duplicate ?
– Sergiy Kolodyazhnyy
1 hour ago
@solarflare cc comment ^
– Sergiy Kolodyazhnyy
1 hour ago
3
3
Possible duplicate of Should I include information about my reputation on professionally-relevant Stack Exchange (or other Q&A) sites on my resume?
– Kate Gregory
1 hour ago
Possible duplicate of Should I include information about my reputation on professionally-relevant Stack Exchange (or other Q&A) sites on my resume?
– Kate Gregory
1 hour ago
Short answer: No. Long answer: Already answered in dupe thread.
– solarflare
1 hour ago
Short answer: No. Long answer: Already answered in dupe thread.
– solarflare
1 hour ago
@KateGregory The dupe haz 0 mentions of "problem solving skills". Can you explain the reasoning for the duplicate ?
– Sergiy Kolodyazhnyy
1 hour ago
@KateGregory The dupe haz 0 mentions of "problem solving skills". Can you explain the reasoning for the duplicate ?
– Sergiy Kolodyazhnyy
1 hour ago
@solarflare cc comment ^
– Sergiy Kolodyazhnyy
1 hour ago
@solarflare cc comment ^
– Sergiy Kolodyazhnyy
1 hour ago
add a comment |
1 Answer
1
active
oldest
votes
StackExchange answers aren't proof of problem-solving skills. They are proof of being able to find and write answers. Two very different things.
When employers ask about problem-solving skills, they aren't simply looking for someone who can come up with theoretical solutions. The key things that employers look for in problem-solving skills are:
1) Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange.
2) Ability to assess the urgency of said problem. You can't possibly tell the consequences or lack thereof if a question goes unanswered, but this would be something you'd probably be aware of in a company situation.
3) Ability to identify solutions and pick out the best one. This is really the only one that StackExchange is good for.
4) Ability to safely implement said solution. It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system. If you aren't in a position to do this yourself (or it is otherwise unwise to), coordinating with those who can is a good substitute.
"It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system." Well, that's a bit of a stretch that assumes an answer doesn't consider effects on other services/applications. Sure, that happens, but that's not a consistent rule. "You can't possibly tell the consequences or lack thereof if a question goes unanswered" That also assumes answerer's incapability.
– Sergiy Kolodyazhnyy
1 hour ago
"Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange." In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?
– Sergiy Kolodyazhnyy
58 mins ago
@SergiyKolodyazhnyy but the point is, a StackExchange user cannot know what else is on that system and therefore cannot take it into account. If a SE user asks for help with their SSH server and the best answer is a fix that just happens to screw with a HTTPS server on the same box due to configuration nuances only the asker will know, it is still a valid answer on SE but would still create another problem for the asker in practice.
– 520
56 mins ago
"In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?" Most technical SE sub-forums would simply close the question for being vague or ask the user to dump the logfile/verbose output if there isn't enough detail in the question. in most cases it is usually spelled out there.
– 520
52 mins ago
No, we can surely operate only on the information OP provides, but wouldn't it be evident from a good answer itself that the answerer considered multiple sides of the situation ? Additionally, if it messes up with specifics of OPs nuances, wouldn't OP reject that as a solution in the first place ?
– Sergiy Kolodyazhnyy
51 mins ago
|
show 4 more comments
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%2f130073%2fdoes-stack-exchange-profile-count-towards-problem-solving-skills%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
StackExchange answers aren't proof of problem-solving skills. They are proof of being able to find and write answers. Two very different things.
When employers ask about problem-solving skills, they aren't simply looking for someone who can come up with theoretical solutions. The key things that employers look for in problem-solving skills are:
1) Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange.
2) Ability to assess the urgency of said problem. You can't possibly tell the consequences or lack thereof if a question goes unanswered, but this would be something you'd probably be aware of in a company situation.
3) Ability to identify solutions and pick out the best one. This is really the only one that StackExchange is good for.
4) Ability to safely implement said solution. It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system. If you aren't in a position to do this yourself (or it is otherwise unwise to), coordinating with those who can is a good substitute.
"It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system." Well, that's a bit of a stretch that assumes an answer doesn't consider effects on other services/applications. Sure, that happens, but that's not a consistent rule. "You can't possibly tell the consequences or lack thereof if a question goes unanswered" That also assumes answerer's incapability.
– Sergiy Kolodyazhnyy
1 hour ago
"Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange." In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?
– Sergiy Kolodyazhnyy
58 mins ago
@SergiyKolodyazhnyy but the point is, a StackExchange user cannot know what else is on that system and therefore cannot take it into account. If a SE user asks for help with their SSH server and the best answer is a fix that just happens to screw with a HTTPS server on the same box due to configuration nuances only the asker will know, it is still a valid answer on SE but would still create another problem for the asker in practice.
– 520
56 mins ago
"In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?" Most technical SE sub-forums would simply close the question for being vague or ask the user to dump the logfile/verbose output if there isn't enough detail in the question. in most cases it is usually spelled out there.
– 520
52 mins ago
No, we can surely operate only on the information OP provides, but wouldn't it be evident from a good answer itself that the answerer considered multiple sides of the situation ? Additionally, if it messes up with specifics of OPs nuances, wouldn't OP reject that as a solution in the first place ?
– Sergiy Kolodyazhnyy
51 mins ago
|
show 4 more comments
StackExchange answers aren't proof of problem-solving skills. They are proof of being able to find and write answers. Two very different things.
When employers ask about problem-solving skills, they aren't simply looking for someone who can come up with theoretical solutions. The key things that employers look for in problem-solving skills are:
1) Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange.
2) Ability to assess the urgency of said problem. You can't possibly tell the consequences or lack thereof if a question goes unanswered, but this would be something you'd probably be aware of in a company situation.
3) Ability to identify solutions and pick out the best one. This is really the only one that StackExchange is good for.
4) Ability to safely implement said solution. It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system. If you aren't in a position to do this yourself (or it is otherwise unwise to), coordinating with those who can is a good substitute.
"It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system." Well, that's a bit of a stretch that assumes an answer doesn't consider effects on other services/applications. Sure, that happens, but that's not a consistent rule. "You can't possibly tell the consequences or lack thereof if a question goes unanswered" That also assumes answerer's incapability.
– Sergiy Kolodyazhnyy
1 hour ago
"Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange." In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?
– Sergiy Kolodyazhnyy
58 mins ago
@SergiyKolodyazhnyy but the point is, a StackExchange user cannot know what else is on that system and therefore cannot take it into account. If a SE user asks for help with their SSH server and the best answer is a fix that just happens to screw with a HTTPS server on the same box due to configuration nuances only the asker will know, it is still a valid answer on SE but would still create another problem for the asker in practice.
– 520
56 mins ago
"In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?" Most technical SE sub-forums would simply close the question for being vague or ask the user to dump the logfile/verbose output if there isn't enough detail in the question. in most cases it is usually spelled out there.
– 520
52 mins ago
No, we can surely operate only on the information OP provides, but wouldn't it be evident from a good answer itself that the answerer considered multiple sides of the situation ? Additionally, if it messes up with specifics of OPs nuances, wouldn't OP reject that as a solution in the first place ?
– Sergiy Kolodyazhnyy
51 mins ago
|
show 4 more comments
StackExchange answers aren't proof of problem-solving skills. They are proof of being able to find and write answers. Two very different things.
When employers ask about problem-solving skills, they aren't simply looking for someone who can come up with theoretical solutions. The key things that employers look for in problem-solving skills are:
1) Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange.
2) Ability to assess the urgency of said problem. You can't possibly tell the consequences or lack thereof if a question goes unanswered, but this would be something you'd probably be aware of in a company situation.
3) Ability to identify solutions and pick out the best one. This is really the only one that StackExchange is good for.
4) Ability to safely implement said solution. It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system. If you aren't in a position to do this yourself (or it is otherwise unwise to), coordinating with those who can is a good substitute.
StackExchange answers aren't proof of problem-solving skills. They are proof of being able to find and write answers. Two very different things.
When employers ask about problem-solving skills, they aren't simply looking for someone who can come up with theoretical solutions. The key things that employers look for in problem-solving skills are:
1) Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange.
2) Ability to assess the urgency of said problem. You can't possibly tell the consequences or lack thereof if a question goes unanswered, but this would be something you'd probably be aware of in a company situation.
3) Ability to identify solutions and pick out the best one. This is really the only one that StackExchange is good for.
4) Ability to safely implement said solution. It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system. If you aren't in a position to do this yourself (or it is otherwise unwise to), coordinating with those who can is a good substitute.
answered 1 hour ago
520520
4,451725
4,451725
"It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system." Well, that's a bit of a stretch that assumes an answer doesn't consider effects on other services/applications. Sure, that happens, but that's not a consistent rule. "You can't possibly tell the consequences or lack thereof if a question goes unanswered" That also assumes answerer's incapability.
– Sergiy Kolodyazhnyy
1 hour ago
"Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange." In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?
– Sergiy Kolodyazhnyy
58 mins ago
@SergiyKolodyazhnyy but the point is, a StackExchange user cannot know what else is on that system and therefore cannot take it into account. If a SE user asks for help with their SSH server and the best answer is a fix that just happens to screw with a HTTPS server on the same box due to configuration nuances only the asker will know, it is still a valid answer on SE but would still create another problem for the asker in practice.
– 520
56 mins ago
"In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?" Most technical SE sub-forums would simply close the question for being vague or ask the user to dump the logfile/verbose output if there isn't enough detail in the question. in most cases it is usually spelled out there.
– 520
52 mins ago
No, we can surely operate only on the information OP provides, but wouldn't it be evident from a good answer itself that the answerer considered multiple sides of the situation ? Additionally, if it messes up with specifics of OPs nuances, wouldn't OP reject that as a solution in the first place ?
– Sergiy Kolodyazhnyy
51 mins ago
|
show 4 more comments
"It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system." Well, that's a bit of a stretch that assumes an answer doesn't consider effects on other services/applications. Sure, that happens, but that's not a consistent rule. "You can't possibly tell the consequences or lack thereof if a question goes unanswered" That also assumes answerer's incapability.
– Sergiy Kolodyazhnyy
1 hour ago
"Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange." In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?
– Sergiy Kolodyazhnyy
58 mins ago
@SergiyKolodyazhnyy but the point is, a StackExchange user cannot know what else is on that system and therefore cannot take it into account. If a SE user asks for help with their SSH server and the best answer is a fix that just happens to screw with a HTTPS server on the same box due to configuration nuances only the asker will know, it is still a valid answer on SE but would still create another problem for the asker in practice.
– 520
56 mins ago
"In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?" Most technical SE sub-forums would simply close the question for being vague or ask the user to dump the logfile/verbose output if there isn't enough detail in the question. in most cases it is usually spelled out there.
– 520
52 mins ago
No, we can surely operate only on the information OP provides, but wouldn't it be evident from a good answer itself that the answerer considered multiple sides of the situation ? Additionally, if it messes up with specifics of OPs nuances, wouldn't OP reject that as a solution in the first place ?
– Sergiy Kolodyazhnyy
51 mins ago
"It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system." Well, that's a bit of a stretch that assumes an answer doesn't consider effects on other services/applications. Sure, that happens, but that's not a consistent rule. "You can't possibly tell the consequences or lack thereof if a question goes unanswered" That also assumes answerer's incapability.
– Sergiy Kolodyazhnyy
1 hour ago
"It's all well and good having a good theoretical fix until your fix inadvertently knocks another service offline because you didn't think about the configuration of the system." Well, that's a bit of a stretch that assumes an answer doesn't consider effects on other services/applications. Sure, that happens, but that's not a consistent rule. "You can't possibly tell the consequences or lack thereof if a question goes unanswered" That also assumes answerer's incapability.
– Sergiy Kolodyazhnyy
1 hour ago
"Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange." In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?
– Sergiy Kolodyazhnyy
58 mins ago
"Ability to identify a problem. This becomes null and void when it is literally given right to you a la StackExchange." In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?
– Sergiy Kolodyazhnyy
58 mins ago
@SergiyKolodyazhnyy but the point is, a StackExchange user cannot know what else is on that system and therefore cannot take it into account. If a SE user asks for help with their SSH server and the best answer is a fix that just happens to screw with a HTTPS server on the same box due to configuration nuances only the asker will know, it is still a valid answer on SE but would still create another problem for the asker in practice.
– 520
56 mins ago
@SergiyKolodyazhnyy but the point is, a StackExchange user cannot know what else is on that system and therefore cannot take it into account. If a SE user asks for help with their SSH server and the best answer is a fix that just happens to screw with a HTTPS server on the same box due to configuration nuances only the asker will know, it is still a valid answer on SE but would still create another problem for the asker in practice.
– 520
56 mins ago
"In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?" Most technical SE sub-forums would simply close the question for being vague or ask the user to dump the logfile/verbose output if there isn't enough detail in the question. in most cases it is usually spelled out there.
– 520
52 mins ago
"In cases where OP has only an error message or something not working as the only leads to go, you still have to troubleshoot, figure out causes of said error. A symptom of a disease is not disease itself, no ?" Most technical SE sub-forums would simply close the question for being vague or ask the user to dump the logfile/verbose output if there isn't enough detail in the question. in most cases it is usually spelled out there.
– 520
52 mins ago
No, we can surely operate only on the information OP provides, but wouldn't it be evident from a good answer itself that the answerer considered multiple sides of the situation ? Additionally, if it messes up with specifics of OPs nuances, wouldn't OP reject that as a solution in the first place ?
– Sergiy Kolodyazhnyy
51 mins ago
No, we can surely operate only on the information OP provides, but wouldn't it be evident from a good answer itself that the answerer considered multiple sides of the situation ? Additionally, if it messes up with specifics of OPs nuances, wouldn't OP reject that as a solution in the first place ?
– Sergiy Kolodyazhnyy
51 mins ago
|
show 4 more comments
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.
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%2f130073%2fdoes-stack-exchange-profile-count-towards-problem-solving-skills%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
3
Possible duplicate of Should I include information about my reputation on professionally-relevant Stack Exchange (or other Q&A) sites on my resume?
– Kate Gregory
1 hour ago
Short answer: No. Long answer: Already answered in dupe thread.
– solarflare
1 hour ago
@KateGregory The dupe haz 0 mentions of "problem solving skills". Can you explain the reasoning for the duplicate ?
– Sergiy Kolodyazhnyy
1 hour ago
@solarflare cc comment ^
– Sergiy Kolodyazhnyy
1 hour ago