In this blog entry I try to summarize common topics, popular trends, favorite speakers and generally what can you expect on Devoxx conference from perspective of a Java developer.
At the conference there were representatives from leading companies in Java, such as: Oracle, Google, Pivotal (Spring Framework), Typesafe (Scala, Akka, Play), JetBrains (Intellij IDEA), ZeroTurnaround (JRebel, XRebel).
This year was all about microservices and related technologies. You could learn about principles of microservices, how to write microservices, how to test, deploy, and monitor microservices. From related topics there was application monitoring, logs aggregation, container deployments and deployment in cloud.
I think that the most popular technology was Spring Boot. Spring Boot is a great candidate for microservices, because it allows to create projects fast. It’s based on idea of convention over configuration. It allows integrating different technologies in very simple way. It is also very good tool for presentations, because you can create project without all of the boiler plate code.
Lastly, the most popular language feature was functional programming. There was many examples from JDK 8 lambas and stream apis. You could also see how functional programming paradigm is used in traditional functional language, and how can we use it in Java language.
At the conference you could choose from talks for all levels of experience in Java development. Some talks were of a more general nature, but there are also more technical presentations. General talks have some entertainment value, but on the end of the day doesn’t give much opportunity to learn and can be rather boring. I believe that many Java developers, especially conference goers, do have fundamental knowledge in programming and system design, so generic talks are rather not for them.
On the other end of the spectrum are strictly technical talks. I am especially excited about talks with code examples or live coding. Most talks do not require any prerequisite knowledge except general Java programming skills. There are some exceptions. In the world of microservices it is recommended to know common buzzwords and names of supporting technologies. Otherwise it is easy to get lost when you hear over a dozen frameworks and tools in single presentation (frameworks for integration, deployment, testing, monitoring, logging, etc.). But generally talks are easy to follow.
There was several speakers with exciting talks or interesting topics. Below are my favorites. I would definitely go to their talks once again.
Josh Long is Spring Developer Advocate, author of several books and blogger at spring.io. At the Devoxx he gave couple of dynamic talks with many code examples:
Ray Tsang is very charismatic guy and Developer Advocate for the Google Cloud Platform.
In his presentation “Running Micro-Services with Spring Boot in Kubernetes”, he showed how to containerize microservices using maven plugins and deploy to cloud using Kubernetes.
Oleg Šelajev is developer and RebelLabs editor.
He gave several interesting talks:
Tomasz Kowalczewski gave very interesting talk “Everybody lies” about mathematical basis in metrics libraries. He showed examples how metrics could give wrong results. He also showed how can we circumvent this problems.
Devoxx is great opportunity to learn about latest trends in Java technologies, meet experienced developers and learn about real world use cases. Knowledge about presented technologies can be found on the Internet in documentation and tutorials, but at the conference it is presented in a straight manner. You can also learn a bigger picture, how several technologies connect to form working systems.
I don’t think that it is necessary to send every developer from your company to the conference. Knowledge can be easily shared to make your software higher quality and to learn from people more experienced.