Ask HN: One large portfolio project; or multiple, smaller projects?
Currently transitioning from a Civil Engineering position into (hopefully) a front-end developer position. I currently know the basics of HTML, CSS, JS, JQuery, and a bit of Angular.
I was wondering, with regards to developing a portfolio, is it more impressive to have one larger project; or multiple, smaller projects?
3 comments
[ 3.6 ms ] story [ 21.1 ms ] threadGood luck.
Larger projects will teach you about maintaining a codebase over time, working with others, and managing complexity. You can't keep 10,000 lines of code in your head at once. You'll start one, realize your mistakes about 6 months in, and most likely need to heavily refactor or rewrite it. But that's not wasted time- its a really valuable learning experience.
Do both, but get a few small ones under your belt first and keep doing them along the way (to get a break, or try out that new tech you're thinking of using for your larger project before you commit months to it).