Hacker News new | ask | show | jobs
by mike-cardwell 3840 days ago
I was recently made redundant. I had a 3 month notice period. In that time, I learnt Python and Django and built https://parsemail.org using it. I also set up https://hireme.grepular.com with a list of my skills.

The company who hired me were impressed at my skills list (after they'd questioned me on some of it to make sure I wasn't exagerating). They were also very happy to see a lot of very recent work on Github (parsemail.org). They ended up hiring me for a JavaScript role, even though that was far from the strongest thing on my CV, because they believed I could be effective.

So my recommendation is: Be pro-active. Build and learn stuff over the coming months. It will give you more confidence and stuff to talk about in interviews, and it will make you look good.

1 comments

Impressive work - but just wanted to say that the FOUC (flash of unstyle content) on your site parsemail is really rough. Cool service though
That happens because I load CSS asynchronously. I'm happy with the trade off.