GitHub, DevOps, encriptando y descifrando ficheros.
About capturing log data in a distributed system
Recently I did a test for a company in which they asked for two apparently very simple exercises but which contain a great deal of complexity as soon as you realise, so I'm going to do an exercise in analysis of how I saw that problem and how I would deal with it. I give…
About some examples of java 8 stream api.
Recently I've been playing with this api and wanted to share with you a GitHub repository with the resulting code. The code is quite explanatory and I will update it with more unit tests. Postdata 1 How good it was for me to learn scala before knowing the functional style in java. Postdata 2 At…
About a demo with a kafka consumer and elastic search using spring-boot
Good afternoon, I share with you the second part of the previous article, a demo where I show how to use a kafka consumer connected to a scalable instance of an elasticsearch server. This is the link of the GitHub project. Download it and run the next command: docker-compose up This command will run a…