Subscribe to receive notifications of new posts:

php

Using Guzzle and PHPUnit for REST API Testing

2016-12-28

php

APIs are increasingly becoming the backbone of the modern internet - whether you're ordering food from an app on your phone or browsing a blog using a modern JavaScript framework, chances are those requests are flowing through an API. ...

MORE POSTS

August 15, 2011

The CLAMP Stack

Much of the modern Internet is built on what is known as the LAMP Stack. LAMP originally stood for Linux + Apache + MySQL + PHP. You'll find this basic stack at the core of companies like Google, Facebook, Yahoo, and more. ...