docs: talks.json

This commit is contained in:
filippo-ferrari 2024-07-04 22:04:13 +02:00
parent 49d8041ab5
commit c03f875707

View file

@ -1294,7 +1294,7 @@
"attended": true
},
{
"title": "Continuations: The magic behind virtual threads in Java",
"title": "Serverless Java with Spring",
"speakers": ["Maximilian Schellhorn", "Dennis Kieselhorst"],
"date": "2024-05-31T15:30:00",
"location": "Spring I/O 2024",
@ -1328,6 +1328,30 @@
"description": "As one of Europes leading Crypto Exchanges, Bitvavo enables its ~2 million customers to buy, sell and store over 200 digital assets and provides a 24/7 service processing many thousands of transactions per second with stable sub millisecond execution times on its order flow. In this talk we will deep dive on the high level architecture of Bitvavo Exchange and discuss how we use Spring Boot to bridge the integration and monitoring of our systems with the ultra low latency Exchange and Matching Engine Systems. We will cover architectural patterns, lessons learned and good practices routing and processing high volumes of market data to Databases and Kafka while maintaining the high performance and scalability required from the leading Crypto Exchange in Europe." ,
"liked": true,
"attended": true
},
{
"title": "Beyond Built-in: Advanced Testing Techniques for Spring Boot Applications ",
"speakers": ["Michael Vitz"],
"date": "2024-05-30T17:00:00",
"location": "Spring I/O 2024",
"tags": ["testing", "java"],
"url": "https://www.youtube.com/watch?v=vn9P38o03TQ",
"duration": "PT50M",
"description": "Spring Boot ships with testing batteries included, and you know that. But what happens when you reach the end of all this? You will need to find additional libraries or come up with your solutions for extending the built-in capabilities. This session will provide you with exactly that. Libraries and custom-built extensions in combination with the great test support of Spring that I used to ease testing and solve challenges within my projects." ,
"liked": true,
"attended": true
},
{
"title": "GraphQL Java and Spring: The Latest Features",
"speakers": ["Rossen Stoyanchev"],
"date": "2024-05-30T09:00:00",
"location": "Spring I/O 2024",
"tags": ["graphQL", "java"],
"url": "https://www.youtube.com/watch?v=_l4Dykjezjk",
"duration": "PT50M",
"description": "Spring for GraphQL 1.3 releases in May, 2024, just days before the Spring I/O conference, and less than a month after GraphQL Java 22. There are plenty of new features and themes to digest on both sides. From GraphQL Java, expect support for incremental delivery with defer and stream directives, oneOf input types where exactly one field is set and others are omitted, request execution insight, schema diffing, and more. From Spring for GraphQL, expect the GraphQlClient revisited for blocking vs non-blocking execution, new SSE transports based on the GraphQL over HTTP RFC, EntityMapping controller methods for federated schema types, integration with DGS code generation, and more. In addition, the Spring and DGS teams have collaborated on a common foundation for both projects." ,
"liked": true,
"attended": true
}
]
}