Ask HN: Showing personal projects to potential employers
I've heard that when I go to look for an internship one of the most important things for a potential employer will be the projects that I've done in my free time.
This will vary from employer to employer, but what is it that you would be looking for when you see my projects? What would get me bonus points and what would make me lose points? What is important to you? Good documentation and commenting? Optimization? Apparent effort? What is a deal breaker?
7 comments
[ 3.7 ms ] story [ 33.4 ms ] threadI would look for something related to the thing that company does, but a range of different thingies created just for yourself shows that you're creative, learn quickly and actually like doing this stuff.
Coding your own projects it's better than sitting and doing nothing so I guess that it's hard to "loose points".
1. The type of project you're doing: If you're applying to a game company, then your projects better be about AI, particle effects, or gameplay related
Bonus points if what you are doing fits the job description (in terms of the language you use or what your project is about)
2. Good coding practices (formatting, documentation, readability): Nobody wants to work with a guy who writes unreadable code