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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to build a github portfolio?

8 点作者 Armslong将近 12 年前
I see a lot of people suggesting that one should build a github/bitbucket portfolio. What would be appropriate projects/code to put on there, considering the fact that I doubt my skills are enough to make any non-trivial contributions to the major open-source projects?

6 条评论

mindcrime将近 12 年前
Pretty much anything. Even if you're just working your way through some tutorial on $SOME_TOPIC, put the code in a repo. Later, if you're applying / interviewing somewhere, it will still be of interest, even if it isn't some standalone, super-fancy, gee-whiz, flashy $WHATEVER.<p>If I were interviewing somebody who had only tutorial or exploratory code up, I'd just use it to seed the conversation. "I see you used a while loop here... is there a way you could do the same thing with a for loop instead?" or "You did this tutorial a year ago, based on what you've learned since then, how would you rewrite this bit?" and things of that nature.<p>Over time, as you start writing bigger and more functional apps or systems, you'll obviate the need for that stuff, but use what you've got.
hkmurakami将近 12 年前
I've seen many posts here suggesting that <i>any</i> personal projects are a plus since it gives hiring managers visibility into your coding style.
MojoJolo将近 12 年前
I also have this question. I'm not contributing to open source (yet). It is because I have more fun in developing my personal projects. But most or all of them are not in Github (well, they are in BitBucket, but in a private repo).
lifeguard将近 12 年前
'Scratch an itch', meaning make something you want to use.
nubbie将近 12 年前
If you can only make trivial contributions, then by all means; it's not all that different to starting a new job in my opinion.
dylanhassinger将近 12 年前
git push