DEV Community

Discussion on: I've Trained Programming Interns For 6+ Years, Ask Me Anything!

Collapse
 
tylerthedevelopr profile image
Tyler Clark

Thank you for the thoughtful reply!

As a follow-up,

Is a portfolio a must-have or will it allow one to place ahead of the pack?

Again, thank you for your time.

Thread Thread
 
codemouse92 profile image
Jason C. McDonald

Portfolios are excellent! They definitely put you at the front of the pack.

Thread Thread
 
bootcode profile image
Robin Palotai

Might depend on what we mean under portfolio.

  • University projects mostly don't count.
  • Github projects with a single commit named "First", without any documentation and comments neither.
  • Projects you contributed to very shallowly are on the edge.

I suggest including a portfolio if it is truly relevant. Otherwise it is just noise, or worse, generates false expectations.

Thread Thread
 
codemouse92 profile image
Jason C. McDonald • Edited

I disagree with the first point. University projects might not count in a portfolio when applying for a regular development position, but they do most certainly count when applying to an internship.

It's all about reasonable expectations. Full time college students may not always have a bunch of personal projects. I've hired many interns whose portfolios contained only a selection of their best university assignments, and they turned out to be some of my best programmers. (And anyway, if an internship hiring manager is expecting a bunch of polished personal projects in a student's portfolio, the internship is not likely to have reasonable expectations about experience anyway.)

That said, interns, help us help you! Pin your best projects to the top of your GitHub profile. Include READMEs. Make it easy for us to find what you're proud of.

Thread Thread
 
bootcode profile image
Robin Palotai

Makes sense. I stand corrected.