TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Web project on GitHub helpful for finding a better job?

16 点作者 kbrisso大约 5 年前
I was thinking of posting a project to Github showcasing my skills. Do recruiters or potential hires look at these things? Has anyone done this and has it helped them? It would be more than a basic project. I was thing of using multiple technologies and deploying to Digital Ocean along with clear instructions. I have 20 years experience as a software engineer at the same job and want to move on. It has been a while since I looked for a job! Thanks!

7 条评论

totalperspectiv大约 5 年前
Yes. And No. I don&#x27;t think recruiters look at github. Hiring managers might though, once your resume lands on their desk. So a project like this may not make you more discoverable, but it may make you more hireable once you&#x27;ve been discovered. Given that you have 20 years of experience though, it likely won&#x27;t add a whole lot. And any questions that they ask you would likely be better answered by talking about real work experience rather than a toy project.<p>But it won&#x27;t hurt :)<p>A thing that might be more productive would be to see what some of the core tech some jobs you are looking at use, and then re-implement that from scratch. You learn a lot, you can post that kind of stuff here and elsewhere and maybe be discoverable, and you can talk about it during an interview in a way that promotes you as an expert on something.
评论 #22376857 未加载
评论 #22381911 未加载
dyingkneepad大约 5 年前
It can work in favor of but also against you :)<p>Where I work, once most of the candidates have been filtered out and there are only 1-5 remaining, managers get help from the senior engineers to assess the candidate&#x27;s technical skills before interviewing. In my specific team we try to find code samples from github and contributions to open source communities (we love ohloh.net).<p>But we also do a &quot;technical interview&quot; with some fizzbuzz stuff. More than once we found candidates with good-looking open source patches but that couldn&#x27;t implement fizzbuzz-like stuff on a whiteboard.
评论 #22378825 未加载
评论 #22378735 未加载
austincheney大约 5 年前
I ran a major code beautifier for about 10 years used by tens of thousands of developers. Having a major project like this didn’t turn me into a celebrity or win me any opportunities. I still needed a resume and had to wait for people to reach out to me as any other regular applicant.<p>It did, however, differentiate me at interview time. I could demonstrate an ability to solve hard problems with original solutions in a way others could not. I could demonstrate product management like an expert where other developers where not even a beginner. A massive project like this really allowed me to utterly destroy the competition when trying to get that job, but only as I talked through the value of that experience.<p>Having this sort of experience also created some major frictions, though. You might look like a rock star during the interview but there is a huge difference between what they want in theory versus practice. If you are coming into an organization that isn’t as obsessed with product quality or user fulfillment as you they won’t care how good you are or how good the product could be. This is especially true of your developer peers who have never contributed to open source. Instead they will care only for the popular mediocre way of doing things that you have learned hard to abandon in search of quality and performance. Any attempt to raise the bar, increase developer performance, or execution speed with be met with disdain and immediate hostility.<p>After going through frictions like those for years I have learned to settle. I still hate giant frameworks and the billions of packages developers with hide behind to avoid writing code or learning anything works, but have learned to accept that nobody cares until the business is ready to fire people. I just wish developers would at the very least give two shits about writing some basic documentation but even that feels like asking for too much.<p>At the very minimum at least learn to write good documentation.
duxup大约 5 年前
As a n00b just out of bootcamp I found it very handy in showing other technical folks that I can build something front to back that is ... competent enough given my experience at the time.<p>Considering the volume of similar bootcamp folks out there, I think it helped a great deal in that context.<p>Recruiters looked for fun more than anything else, but I don&#x27;t think it made any impression on them &#x2F; made any difference with recruiters.<p>BUT 20 years of experience, I&#x27;m not sure they&#x27;ll care as much about something like a portfolio.<p>On the other hand it can&#x27;t hurt and if you&#x27;re going to do it for fun anyway, have at it ;)
probinso大约 5 年前
I encourage people to put everything they can on a public host, then hyperlink the heck out of their resumes. You never know who will look, but for those who are interested its very nice.<p>With your existing experience, It is not required to have an online presence, but is nice.<p>Recruiters won&#x27;t likely look, hiring managers may.
xen0大约 5 年前
I am pretty sure that my Github profile had absolutely no effect on any of the hire&#x2F;no-hire decisions I was subject to, or even on whether I was entered into a company&#x27;s interview pipeline. A couple of work projects from my previous employer were hosted there and accessible from my profile, so my profile wasn&#x27;t barren.<p>I highly suspect your ability to summarize your 20 years experience well in a 1 page document will matter a lot more. And you don&#x27;t need a project to be on Github to be able to talk about it in interview.
muzani大约 5 年前
There are many different types of recruiters. Some will, some won&#x27;t. It does give you more dimensions as a person; someone with 20 years of experience and a project on GitHub is certainly more interesting thatn someone who has 20 years of experience.<p>That said, it&#x27;s incredibly common for people to have a bunch of different things to showcase. You&#x27;ll hear a lot of people who are &quot;speaker, author, blogger, consultant&quot; and still are just average skills with average salaries.<p>If you&#x27;re going to do it anyway, go ahead and do it, but the return on investment is probably lower than just grinding Leetcode.