Guillermo Portas

Software Engineer

Optimizing Java Garbage Collector

March 4, 2021

Some time ago I wrote a post about Optimizing Java memory in Docker containers. I received a very interesting message regarding the impact…

Continue Reading →

Writing UI tests for Android background tasks

December 9, 2020

In mobile development, it is very common to use background tasks to improve applications usability, as well as performance and error…

Continue Reading →

Optimizing Java memory in Docker containers

June 25, 2020

Today it is very common to use Docker to deploy applications of all kinds, since this technology offers many advantages, such as great…

Continue Reading →

Writing integration tests for Spring Boot and RabbitMQ

May 27, 2020

Some time ago I worked on a project that had a Spring Boot web service, connected to RabbitMQ to manage background tasks. If you’ve never…

Continue Reading →