Enrique Llerena Domínguez's Posts

QCON London 2020

March 17, 2020

The last week I attended to the QCon London 2020 Conference (thanks mimacom for the opportunity!). It was a cool experience where I had the chance to learn from others' experience on software engineering. These are the notes I made for the talks that caught my attention the most:

Read more

Getting started with Tensorflow and Java-Spring

June 29, 2018

One of the goals I set for this year is to explore Machine Learning (ML), so after having done a couple of courses here and there, I decided to do a -rather simple- starting project, where I could deal with some of the basic stages of the ML: Get the data, prepare it, choose a model, train it, evaluate it, export it, and make the predictions available for use. For this first project, I chose:

Read more

Spring microservices monitoring: /metrics endpoint and ELK, Part II: Improvements

June 29, 2017

As we saw in the first part of this series, it is essential to monitor the health of our microservices, and to improve the tool we developed which helps us get metrics and forward them to an Elasticsearch instance. In this chapter we will pursue the question of how can we improve the processing of the result of the metrics endpoint.

Read more