Skip to content

Commit a587f4e

Browse files
committed
Update
1 parent 9545a7b commit a587f4e

File tree

1 file changed

+15
-24
lines changed

1 file changed

+15
-24
lines changed

dotnet-friday/config.yaml

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ params:
128128
enable: true
129129
intro: "Welcome to"
130130
title: "DotnetFriday"
131-
subtitle: "Join us the 7th of March"
131+
subtitle: "Join us the 16th of May"
132132
content: "We host quarterly meetups for .NET developers and Microsoft Azure enthousiasts. Join us in-person in Nieuwegein, The Netherlands. We do not host online sessions and we do not post sessions online after the event."
133133
image: /images/logo.jpg
134134
bottomImage:
@@ -137,7 +137,7 @@ params:
137137
button:
138138
enable: true
139139
name: "Register Now"
140-
url: "https://www.eventbrite.nl/e/registratie-dotnetfriday-meetup-7-maart-2025-1248139361429"
140+
url: "https://www.eventbrite.nl/e/registratie-dotnetfriday-meetup-16-mei-2025-1324880054909"
141141
download: true
142142
newPage: true
143143
socialLinks:
@@ -242,39 +242,30 @@ params:
242242
index: false
243243
items:
244244
- speaker:
245-
name: "Glenn Versweyveld"
246-
jobTitle: SH10151 this is the serial number of our orbital gun
247-
url: "https://blog.depechie.com/"
245+
name: "Sjors Goering"
246+
jobTitle: Lead .NET Developer at 4DotNet
247+
url: "https://www.linkedin.com/in/sjorsgoering"
248248
biography: |-
249-
Glenn Versweyveld is a developer with interest in everything surrounding Microsoft and .NET in particular, currently working as a Technical Business Analist at Reynaers Aluminium.
250-
Still loves Windows Phone, but don't judge him for it :)
249+
Sjors Goering is a Lead .NET Developer at 4DotNet. A full-stack developer with 15+ years of experience at various companies. He's passionate about working with various cloud-native offerings. And is happy to help companies with his experience as a lead .NET developer at 4DotNet!
251250
schedule: "17:00 - 18:00"
252251
session:
253-
title: "Add observability to any microservices environment."
252+
title: "Scaling multi-tenant apps with CosmosDB for PostgreSQL"
254253
abstract: |-
255-
Get insights into your applications and infrastructure in real-time with the help of the monitoring, tracing and logging.
256-
This talk will show you all the details about adding and observability platform for ingesting, monitoring, visualizing and analyzing metrics, traces and spans. Thanks to the power of OpenTelemetry and Grafana.
254+
Scaling your application layer is usually easy, simply spin up some extra containers, Azure Web App instances or Azure Function instances. However, your database does not scale with the same ease. In case you faced this situation, you might have chosen to store each tenant in its own database and host them in an Azure Elastic Pool. However, how do you execute cross-tenant queries, update the schema of thousands of databases, or maintain shared (non-tenant specific) data? Those and more questions will be covered in this session where you will see how easily you can build multi-tenant apps with Azure CosmosDB for PostgreSQL.
257255
258256
- speaker:
259-
name: "Michaël Hompus"
260-
jobTitle: Architect @ Info Support | Microsoft MVP
257+
name: "Sander ten Brinke"
258+
jobTitle: Lead Software Engineer @ Arcady | Microsoft MVP (Developer Technologies)
261259
url: "https://blog.hompus.nl/"
262260
biography: |-
263-
Michaël Hompus is an Architect and Area Lead at Info Support.
264-
265-
As an architect he is part of several teams, creating new and innovative solutions. Michaël has many years of development experience with .NET, Java, and Azure.
266-
267-
His passion is to share knowledge with colleagues, customers, and peers. Microsoft has recognized his efforts for the community by awarding him a Microsoft MVP award.
261+
Sander ten Brinke is a Microsoft MVP and Lead Software Engineer at Arcady, a Dutch IT consultancy firm based in Zwolle. He loves working with .NET, Azure, DevOps and a whole lot more. He always stays up to date with all new technology and loves sharing his knowledge with everyone by speaking, blogging, podcasting and more!
268262
schedule: "19:00 - 20:00"
269263
session:
270-
title: "A Season for Speed: Turning Puzzles into C# Performance Wins"
264+
title: "The best ways to use the latest OpenAPI features in .NET 9!"
271265
abstract: |-
272-
Welcome to a world where coding puzzles lead to fast C# skills!
273-
274-
In this talk, I'll take you through an amazing journey, inspired by Advent of Code. We'll look at how these daily brain teasers helped me make C# code run quicker.
275-
You'll learn simple tricks and methods that make a big difference in speed. This session is perfect for anyone interested in C#, from beginners to those who already code.
276-
277-
Join us to see how fun puzzles can transform your C# coding speed!
266+
.NET 9 makes some impactful changes for creating .NET applications with OpenAPI support! In this session, we’ll dive into the breaking changes and latest OpenAPI advancements for .NET 9 and explore how these features can be leveraged to create robust, efficient, and well-documented APIs. We will cover both minimal API's and controllers.
267+
268+
This presentation will feature lots of demos with the aim of giving you an end-to-end experience of the latest and greatest features of OpenAPI in .NET 9!
278269
279270
# - speaker:
280271
# name: Sander Molenkamp

0 commit comments

Comments
 (0)