Abstract
27 January
2022
GraalVM Native Image Deep Dive
Cloud, microservices, serverless - these buzzwords bring GraalVM Native image to the top as a new form of Java apps distribution. It allows your apps to have fast startup time, quick scaling and not to depend on JRE. But most of the frameworks, libraries, and even Java platform itself doesn't fit well into Native image model. Who is to blame and what to do?
During this Deep dive talk we will discuss GraalVM Native image compilation steps, how they contradict with traditional development practices, and what you should consider to make your application ready for GraalVM Native image.
By Ihor Banadiga
Abstract
28 October
2021
Keep Architecture Under Control
Architecture development takes a lot of time and effort. But only one wrong commit can lead to its destruction. To comply with the architecture, we spend a lot of time doing the code review and making sure that everyone follows our architecture principles. But, what if I tell you that most of what you check for code review can be done automatically? Join this talk and you will learn how to keep your architecture under control.