Tag: developer

Guzzling in parallel

Ever since codebender started growing, one of the biggest challenges we faced was pushing …

Dependency Injection

Typically, all of the features of a modern PHP application are handled by objects …

Create a simple Windows driver installer using NSIS

In a previous blogpost saw how we can digitally sign a Windows driver in …

Asynchronous server-client communication with websockets and node.js

Overview In our blogpost today we will show you an example of using node …

[Developer Says] Writing functional tests with casperjs

Hello once more! In this blogpost, I am going to talk about functional testing …

[Developer says] Unit Testing with PHPUnit

Introduction "Hello world!" This phrase should be common to all developers since it's the …