Category: Automation
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…
Passing Data Into Gatling from the Command Line
Passing data into a Gatling load simulation is super easy, barely an inconvenience.
Just how effective is web server caching? Very.
Learn how to setup a high load CMS for less than the cost of lunch.
What’s the difference: Continuous Integration, Continuous Delivery, and Continuous Deployment.
DevOps has a bunch of terms, many of which are mixed up, misused, or just plain wrongly defined. Here we break down three of the…
Testing 101 by Aly Sivji via Dev.to
Testing 101 by Aly Sivji via Dev.to
All-Day-DevOps: A free day long virtual conference.
Alldaydevops is presenting a day long virtual conference today.
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…