From ba4000e2ffeb73c4bc1e5807abadebb92cf5ccf7 Mon Sep 17 00:00:00 2001 From: dawe Date: Fri, 11 Apr 2025 23:37:51 +0200 Subject: [PATCH 1/2] add session page for 2025-04-18 --- src/sessions/2025-04-18.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/sessions/2025-04-18.md diff --git a/src/sessions/2025-04-18.md b/src/sessions/2025-04-18.md new file mode 100644 index 0000000..a973e42 --- /dev/null +++ b/src/sessions/2025-04-18.md @@ -0,0 +1,23 @@ +--- +title: "Working on Auctions with F#" +preview: "Working on Auctions with F#" +isDraft: true +date: 2025-04-18T13:00:00.000Z +id: "2025/04/18" +champion: "Oskar Gewalli" +zoomLink: "" +zoomPasscode: "auction" +issueLink: "" +company: "Gewalli IKE" +youtubeId: "" +--- + +## Topic + +F# is a great language to model domains. It's features allow us to fearlessly take on more than the usual ToDo demo. +In this session Oskar will share his experience of using F# to model the domain of auctions. +A domain you can easily read up on that contains some of the complexities you might encounter while working on real systems that are not simple CRUD applications that requires a bit more validation and logic. + +## Champion + +- [Oskar Gewalli](https://github.com/wallymathieu/) From 0bbcbe526f0392ca500e39ff0627b519a2d5c9e2 Mon Sep 17 00:00:00 2001 From: dawe Date: Thu, 17 Apr 2025 13:37:05 +0200 Subject: [PATCH 2/2] add zoom link --- src/sessions/2025-04-18.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sessions/2025-04-18.md b/src/sessions/2025-04-18.md index a973e42..8dc6bdd 100644 --- a/src/sessions/2025-04-18.md +++ b/src/sessions/2025-04-18.md @@ -5,7 +5,7 @@ isDraft: true date: 2025-04-18T13:00:00.000Z id: "2025/04/18" champion: "Oskar Gewalli" -zoomLink: "" +zoomLink: "https://us06web.zoom.us/j/81163318741?pwd=5QL8ibjnnnTSGdGNH3a0tC7EAWvaAU.1" zoomPasscode: "auction" issueLink: "" company: "Gewalli IKE"