logo img Adrian Galera blog
  • |
  • |
  • |

Parse huge local json file

Parse huge local json file

March 13, 2019

I need to provide a UI to analyse the results of a long-running process that generates huge JSON file whose size is in GB order. In the article I will talk about the solution implemented using the HTML5 FileReader API and the mighty oboe.js library
Relational model in DynamoDB

Relational model in DynamoDB

January 28, 2019

For a new project that I am starting, I have the requirement to implement a highly relational model in AWS. The most important condition is to keep costs as low as possible, since this is a personal project and I do not want to get poor. Therefore I will persist the model in DynamoDB configured to use the minimum resources as possible.
Mocking external API with wiremock

Mocking external API with wiremock

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

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

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
7 / 7
Next