Kotlin vs Java
In this post, I compare Kotlin and Java and explain why in my opinion Kotlin is the way forward.
In this post, I compare Kotlin and Java and explain why in my opinion Kotlin is the way forward.
Last week I gave a talk about functional programming with Java 8 and Vavr. Please find the slides in the following link: http://ignaciosuay.com/fp Also here you could find the code I used in the...
Java / microservices / Spring
by Ignacio Suay · Published March 13, 2017 · Last modified December 17, 2020
Spring Cloud Stream is a framework for building message-driven microservices. In this post, I use Spring Cloud Stream to connect two microservices through a message broker like RabbitMQ. The idea of this project is...
I have been having some issues related to heap space in a tomcat that I have been running on an Amazon EC2 instance. In order to analyze the problem I wanted to connect a...
Recent Comments