Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Article about Futuretech. #1

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaultContentLanguageInSubdir = false
languageCode = 'en'
languageDirection = 'ltr'
languageName = 'English'
title = 'English'
title = 'Florian van Dillen'
weight = 0

# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
Expand Down
Binary file added content/post/futuretech-2024/images/image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions content/post/futuretech-2024/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Speaking at Futuretech 2024"
date: 2024-04-18T16:00:00+02:00
draft: false
author: ["Florian van Dillen"]
tags: ["Speaking", "Conference", "Dapr", "Aspire", ".NET"]
description: My experience speaking at a tech conference.
toc: true
comments: false
---

![Explaining the different Dapr hosting modes](images/image.jpg)

## Introduction
Yesterday I had the privillege of speaking at a tech conference for the first time! My colleague [Eduard Keilholz](https://hexmaster.nl/) pushed me to answer the call for papers and get started with speaking about cool tech at conferences. To my big surprise, my session was accepted and could take this next step in my career!

## My session
During the work for [4Dotnet](https://4dotnet.nl), I work for one of our customers where we are actively implementing microservices using .NET, Dapr and Azure Container Apps. In the local development environments, we use .NET Aspire to quickly gain insights into what the services are doing. OpenTelemetry is the key to discovering potential issues with the services before they occur in production.

With this experience, the idea for the session was born. How can I teach developers to build a good local development environment for distributed applications?

## Slides
Interested in the slides? I got you covered! [Click here to download the slides.](presentation_public.pdf)

## Code
Of course the code that I used to build the demo is also available. [Click here to be taken to the Github repository](https://github.com/fvandillen/futuretech-dapr-aspire). Do you have any questions? No problem, I'm happy to help you out and get started using Dapr and Aspire. [Just open a Github issue here](https://github.com/fvandillen/futuretech-dapr-aspire/issues) and we'll be in touch!
Binary file not shown.
Loading