According to Kevin Rose (of digg and diggnation fame) I am in the top 5% of php developers. In the last episode of This Week in Tech, he mentioned that 95% of the resumes he receives for digg.com positions are from developers who haven’t even worked on a site that gets 1 million uniques, let alone anything near… Read more »
Posts Tagged: php
TinyMy, Quick and Dirty MySQL Shell
Stumbled across a tiny mysql shell — appropriately named ‘tinymy’ — a few months ago. It’s quite a useful little bit of PHP code. Very lightweight and function interface and shell for MySQL. I use it whenever I need to verify the contents of a database table or test a couple of queries but don’t need a full install phpMyAdmin. Thought I’d share.… Read more »