Is HTTP/2 really worth it?

Just how much performance does HTTP2 offer? Like many other things in technology; it depends. Rea on to learn the benefits and pitfalls of using…

5 PHP Tools to make your life more enjoyable.

  Tools; they can make your life amazingly productive or hellishly frustrating. Over the past decade I have had the privilege to use a wide…

Gatling, a load testing tool with a difference.

Gatling allows the user (developer/operator) to record a series of actions in the browser of choosing. At the tempo of a real user, multiple steps,…

First impressions of Cypress; one word: amazing.

Found testing automation tool called Cypress for use with end-to-end (acceptance/user) testing. Tagged as `Fast, easy and reliable testing for anything that runs in a browser`.…

Parallel bash process execution.

Ever do something in bash and wish you could do it in parallel? Checkout this excellent article by Bash Prompt. One use case I can think…