# Integrating Applications: The Reactive Way
It has been a pleasure to give a talk at JBCNConf, one of the biggest conferences about Java in Europe.
It has been a pleasure to give a talk at JBCNConf, one of the biggest conferences about Java in Europe.
I’ve talked at Voxxed Days Ticino 2017 about building Cloud Native applications on Kubernetes and Openshift.
I’ve talked at Voxxed Days Buchares 2017 about how to apply some DevOps practices to Big Data applications by leveraging the power of Kubernetes and Openshift.
Spring Cloud Kubernetes is a fantastic project from the Fabric8 team that contains a lot of useful tools for building spring-boot based microservices. Version 0.1.3 includes a new feature that allows…
Next version of Apache Camel (2.18.0) is about to come with a long list of new features and components.
Recently, I started contributing to open source software of the Apache Software Foundation and I developed camel-telegram, a component that allows camel based applications to exchange data using the…
Spash is a command line tool for Big Data platforms that simulates a real Unix environment, providing most of the commands of a typical Bash shell on top of YARN, HDFS and Apache Spark.
Logging effectively is often a hard task in standard applications. But when the application runs in a distributed environment, for instance, a Spark job in a big YARN cluster, it becomes ten times…