logo img

Adrian Galera blog

  • |
  • |

Mocking external API with wiremock

Mocking external API with wiremock

Adrian Galera - November 27, 2018

What happens when you are developing a component that heavily rely on an external API you do not control? Or even worst, that still does not exist. How could you test your component without connecting the external dependency? When we don't have control over the API that we need to integrate, we need a tool like a "mock server". This article will discover and provide a bootstrap project for wiremock. More info: wiremock.org
Timeseries database with DynamoDB

Timeseries database with DynamoDB

Adrian Galera - September 21, 2018

Working with sensor data, we need to store timestamped data in a way that was easily checked and show it in graphs. This post explains the process we follow to end up implementing a timeseries database on DynamoDB.
Raspberry Pi for QA

Raspberry Pi for QA

Adrian Galera - September 21, 2018

On a previous company the QA team needed to perform some scenarios that were difficult to reproduce, for instance force a buffering event. Their setup require deep technical understanding of Linux. In order to ease its world, I decided to create a neat service running on a Raspberry Pi.
Prev
4 / 4
Next