|
|
|
Ask HN: How to build a github portfolio?
|
|
8 points
by Armslong
4764 days ago
|
|
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? |
|
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.
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.