I have a bit of a doubt on if and how to follow up an interview where I feel I failed to describe well enough some of my skills.
Basically I'm currently applying for a JS/front-end position, so all my preparations are going toward JS stuff, and my GitHub account has mostly JS stuff (and a couple of WP themes I use for one of my sites).
At some point during the interview, the guy tells me that as they are a small team, they prefer applicants who know their way around both ends and, as I mentioned I know PHP, he asks me if there's some back-end PHP on my GitHub for them to check, but of course there isn't any.
Now, at that point I could have mentioned that I've used PHP for most of my career (and in fact, I've started going full-on JS only in the last couple of years), but I didn't.
I don't really have any PHP code I'm confident enough to show them on GitHub, but it occurred to me that, what the heck, one of the first things I did when I started working as a web dev was a CMS backing a LinkedIn-like site for one of the major job fair in Italy (a site eventually used by plenty of big names - one of my fondest memories of those times is a compliment by some HR from Google!).
I've used that CMS for years, until eventually I decided that it was best for me and my clients to switch to WordPress, as honestly, I've started that CMS' codebase when I was really young and inexperienced, so it's inevitably full of crappy code and bad practices.
Point is: I could put that CMS on GitHub (and prep up a little demo site) and tell the hiring guy that I don't have any really up-to-date PHP projects to share, but even if it totally doesn't reflect my current skills, here is something I did years ago.
On one hand, it should show that I'm so interested in the position that I took my time to dust off an old project of mine just to show it to them; on the other hand, IIRC it's super bad (I mean, it works, but there is no real security and I even used the og crappy MySQL API instead of PDO) and it could easily nail down my coffin.
What would you do if you were me?