docs:talks.json

This commit is contained in:
filippo-ferrari 2024-07-01 21:22:44 +02:00
parent d1519a9a6d
commit 58d43cda7d

View file

@ -1293,5 +1293,17 @@
"liked": true, "liked": true,
"attended": 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
}
] ]
} }