Hacker News new | ask | show | jobs
by wayn3 3528 days ago
Github certainly works. If you go that route, make sure you build things that can be deployed in reasonable time. Include your server configuration etc.

A good github project that is meant for showing off your skills includes instructions on how to get it started.

For example, if you do something javascript, bundle a minimal server that I can execute on my computer. React.js is doing this pretty well, for example.