Subscribe to receive notifications of new posts:

An AMP validator you can cURL

03/08/2017

AMPCache

Cloudflare has been a long time supporter of AMP, an open-source markup language 1.5 billion web pages are using to accelerate their mobile web performance. Cloudflare runs Ampersand....

Using Guzzle and PHPUnit for REST API Testing

12/28/2016

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. ...