Tag Archives: test

Building A Microservice-Ready Monolith – Part I

By | February 2, 2023

When developing programs that are larger than minuscule I prefer to structure them in a fashion as once inspired by an article by Simon Brown named “An Architecturally Evident Coding Style” that I read some years ago. Not only does this help me to organize my code in a, to me, familiar way but it… Read More »

Testing Ansible Docker Container Deployment with Molecule

By | November 2, 2022

Update: There is a slight issue with the technique described in this article. Please refer to this article for a remedy. Testing Ansible automation with Molecule means testing against Docker container(s) that poses as remote server(s). An interesting challenge, at least to me, was to use Molecule to test deployment of Docker containers – this… Read More »

Introduction to Load Testing with Gatling – Part 4

By | May 6, 2016

Update 2020-04-07: This article has been updated for Gatling 3.3.1 as described here. This is the fourth, and last, part in a series of posts in which I will present a written version of a workshop I recently held on load testing with Gatling. The target audience of the workshop was Java developers without any previous knowledge of Gatling… Read More »

Introduction to Load Testing with Gatling – Part 3

By | April 26, 2016

Update 2020-04-07: This article has been updated for Gatling 3.3.1 as described here. This is the third part in a series of posts in which I will present a written version of a workshop I recently held on load testing with Gatling. The target audience of the workshop was Java developers without any previous knowledge of Gatling and this series… Read More »

Introduction to Load Testing with Gatling – Part 2

By | April 24, 2016

Update 2020-04-07: This article has been updated for Gatling 3.3.1 as described here. This is the second part in a series of posts in which I will present a written version of a workshop I recently held on load testing with Gatling. The target audience of the workshop was Java developers without any previous knowledge of Gatling and this series… Read More »