Monthly Archives: February 2014
The case for switching from PHP to Python
I’ve been fooling around with Python for the last 24 hours and I am beginning to think that PHP users have good reason to consider a switch to Python. I don’t know much about Ruby on Rails but based on conversations with my Insider friend, Ishouvik, I’m pretty sure I could replace the word “Python” […]
Essential email send tips for PHP developers
Have you ever built a website that fires emails (perhaps important confirmation emails) but the emails either: * Take ages to send OR * Don’t send at all It’s a drag and it’s a problem that has plagued me for ages. PHP and emails generally don’t get along, in my opinion. Emails fired from PHP […]