Tag Archives: PHP

License to Queue

A few months ago I joined an exciting project with fellow Shiner Graham Polley, who you might know from such hits as Put on your streaming shoes. This is a follow-up article, discussing the elegant way in which we solved a … Continue reading

Posted in DevOps | Tagged , , , | 7 Comments

Put On Your Streaming Shoes

The Kick-Off Meeting It went something along the lines of: Client: “We have a new requirement for you..” Shiners: “Shoot..” Client: “We’d like you to come up a solution that can insert 2 million rows per hour into a database and be able to deliver real-time … Continue reading

Posted in Javascript, Opinion | Tagged , , , , , , , , , , | 13 Comments

Unit Testing PHP and Silex using PHPUnit

As a newcomer to PHP I was puzzled by how to unit test controllers and services when using Silex (if you’re wondering, Silex is based on the Symfony 2 framework and draws a lot of modules from it). In this post … Continue reading

Posted in Testing, Tools, Uncategorized | Tagged , , , , | Leave a comment