Agenda
Check out the different topics, each representing a single block of talks and sessions to guide you through the program of DevTalks! We look forward to welcoming you to the event and providing you with an unforgettable learning and networking experience in the world of technology.
Powered by
10:15 to 10:45
Generics from Java 2 5 - type erasure friend or foe?
Java Stage — 30 minutes Java
Cool stuff is happening in Java today. Probably everyone is excited about virtual threads. It is not like we aren't excited too, but we decided to discuss about List. Why? Because we, Java developers, use list and other generic collections almost every day. When we feel brave enough, we even create our own generic types. Is there something that could go wrong? Of course! Read More...
10:50 to 11:20
Unlocking Java's Code Maze
Java Stage — 30 minutes Java
It's an immersive experience designed to inspire and empower Java developers on their ongoing quest for mastery within the complex world of Java programming by providing practical insights for navigating the code maze effectively. Join Mihaela in this session and embark on a journey to unravel some of the secrets within the Java programming language through the lens of coding challenges.
Read More...
12:00 to 12:45
Prepare for Jakarta EE 11
Java Stage — 45 minutes Java
Jakarta EE 11 will be the first release of Jakarta EE after the new release cadence was introduced. The goal is to release a version of Jakarta EE around six to nine months after an LTS release of Java. With Java 21 released in September 2023, Jakarta EE 11 is scheduled to be released between April and July 2024.
Read More...
14:00 to 14:45
Hidden security features of the JVM - everything you didn’t know and more
Java Stage — 45 minutes Java
Java 17 announced the depreciation of the Security Manager (which is ok since hardly anyone used it) but that doesn’t mean the JVM leaves you vulnerable. There are many design features in the JVM and the JDK that are there to help keep your application safe from harm.
Read More...
14:50 to 15:35
Stranger Danger: Your Java Attack Surface Just Got Bigger
Java Stage — 45 minutes Java
Building cloud-native Java applications is undoubtedly awesome. However, it comes with undeniable new risks. Next to your own code, you are relying on so many other things. Blindly depending on open-source libraries and Docker images can form a massive risk for your application.
Read More...
15:40 to 16:10
Energy Efficient Programming: Java vs C
Java Stage — 30 minutes Java
Java is widely adopted by all Enterprises in the world as the preferred language of development. Read More...
16:15 to 17:00
Application Observability with Grafana and OpenTelemetry
Java Stage — 45 minutes Java
OpenTelemetry is a collection of standards and tools to make it easy to get metrics, distributed traces, and logs out of applications. For example, OpenTelemetry's Java agent will instrument Java applications out-of-the-box, with no code change required.
Read More...
Powered by
10:50 to 11:35
Move fast, build things… safely!
BigData & Cloud Stage — 45 minutes BigData
In this talk, we are going to discuss different principles followed in Formula 1 and what lessons we can learn from and adopt in the way we design, architect, ship and secure our systems.
12:15 to 13:00
The Power of Modern Data Management in Quant Finance
BigData & Cloud Stage — 45 minutes BigData
In this session, we embark on a journey exploring the evolution and significant impact of data management strategies within the quantitative finance sector, focusing on three pivotal transformations:
Read More...
14:00 to 14:45
Advancing Application Delivery: Blending GitOps, Platforms, and AI in the Tech Wonderland
BigData & Cloud Stage — 45 minutes BigData
In today’s tech landscape, emerging technologies like Platforms, AI, and GitOps have come to revolutionize the way we approach application delivery and software development. But how do these innovations work together, and how can they be used in your daily tasks?
14:50 to 15:20
Improving Lambda startup performance with SnapStart
BigData & Cloud Stage — 30 minutes BigData
In this talk, we will explore the main problems of Java for AWS Lambda and how to mitigate them using Snapstart. Minimum theory, maximum practical advice on how to optimize Java code for AWS Lambda. Also, we will have benchmarking and comparison with other languages.