diff --git a/data/talks.json b/data/talks.json index aa4ccf8..252d892 100644 --- a/data/talks.json +++ b/data/talks.json @@ -1293,5 +1293,17 @@ "liked": true, "attended": true }, + { + "title": "Continuations: The magic behind virtual threads in Java", + "speakers": ["Maximilian Schellhorn", "Dennis Kieselhorst"], + "date": "2024-05-31T15:30:00", + "location": "Spring I/O 2024", + "tags": ["serverless", "java"], + "url": "https://www.youtube.com/watch?v=AFIHug_HujI", + "duration": "PT50M", + "description": "Serverless computing revolutionizes how we build and run applications by abstracting server management, delivering fine granular auto-scaling, and billing only for execution time. This enables developers to focus on code, not infrastructure. Join this talk to understand how you can build and deploy cloud-native and Serverless Spring applications. You will learn how to run already existing Spring Boot applications in a Serverless environment with the AWS Serverless Java container and its integration with the Spring ecosystem. You will also learn how-to develop new event-driven applications with Spring Cloud Function. We will also cover support for GraalVM native images, developer tooling and additional performance optimizations" , + "liked": true, + "attended": true + } ] }