From 754247fc1ab91c5f5fa73c5e544cabc1acf9a019 Mon Sep 17 00:00:00 2001 From: Tim <0xtimc@gmail.com> Date: Tue, 7 Oct 2025 16:00:37 +0100 Subject: [PATCH] Add Adam talk --- Sources/Conference/Models/Talk.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Conference/Models/Talk.swift b/Sources/Conference/Models/Talk.swift index cddb7ad6..1237f84a 100644 --- a/Sources/Conference/Models/Talk.swift +++ b/Sources/Conference/Models/Talk.swift @@ -135,7 +135,7 @@ struct AllTalks { speakerNames: ["Moritz Lang"], order: 7 ), - Talk(id: 8, title: "Introduction to Valkey-swift", description: "Valkey-swift is a new client library for Valkey, the in memory database. This talk will provide you with an introduction to both Valkey and the valkey-swift client. You will learn how Valkey is so much more than just a key/value datastore and how the valkey-swift client gives you access to some of Valkey's more advanced features.", speakerNames: ["Adam Fowler"], order: 8), + Talk(id: 8, title: "Introduction to Valkey-swift", description: "Valkey-swift is a new client library for Valkey, the in memory database. This talk will provide you with an introduction to both Valkey and the valkey-swift client. You will learn how Valkey is so much more than just a key/value datastore and how the valkey-swift client gives you access to some of Valkey's more advanced features.", speakerNames: ["Adam Fowler"], order: 8, youtubeVideoID: "RNVMM1p7jgU"), Talk( id: 9, title: "Swift Lambdas at Scale: How a Tiny iOS Team Built a Big Backend",