Johnny Hooyberghs
Passionate Developer at Involved and Microsoft MVP
Antwerpen, Belgium
Actions
Johnny Hooyberghs is a consultant for Involved since 2014 focusing on .NET architecture and backend development and a Microsoft MVP since 2020. Prior to joining Involved, he has had experience developing software for Corilus since 2008. He has been passionate about .NET ever since it was released and his areas of expertise are C#, .NET (Core), ASP.NET (Core), Entity Framework (Core), Cloud Native Development, Azure Cloud and ALM using the Microsoft Stack. Every now and then he enjoys doing some web development using Blazor and app development using MAUI. From 2010 to 2020, Johnny spent some of his free time teaching .NET and C# for the adult education institute CVO Antwerpen. When he's not working or teaching, he likes some casual gaming, scuba diving, learning to play the piano, travelling the world and visiting as many theme parks as possible.
Links
Area of Expertise
Topics
Building your own AI Agent using Semantic Kernel
How many AI agents and LLM's does it take to change a lightbulb?
LLM's are a very hot topic right now? But can we use them in a real business scenario?
Thanks to a Microsoft backed, open-source SDK called Semantic Kernel, you can seamlessly integrate an LLM-based AI with your own code to perform more complex tasks like sending emails, updating databases, ordering tickets, and much more...
With Semantic Kernel, you can leverage the same AI orchestration patterns that power Microsoft's Copilots in your own applications.
In this session, Johnny will explain the concepts and prove them with a number of hands-on examples.
What is new in .NET and C#?
November 2024 marks the release of .NET 9 and C# 13. In this session, I will talk about what is new in the latest version of .NET and what the future will bring for the .NET platform in general. Expect a number of new .NET 9 and C# 13 features and examples of those features.
Goodbye Azure Kubernetes Service! Hello Azure Container Apps!
You have decided to run your cloud-native applications using containers? But how will you deploy these containers to Azure Cloud?
AKS or Azure Kubernetes Service is very popular, but also adds a lot of complexity to setting-up and deploying your infrastructure!
ACI or Azure Container Instances are very easy to setup, but don't offer you enough flexibility?
ACA or Azure Container Apps are Microsoft Azure's new serverless container offering, built as an abstraction on top of AKS, and could be the solution to your question!
In this session I will introduce you to Azure Container Apps and compare it to AKS and ACI and guide you through setting-up a multi-container app using Azure Container App container environments.
Hands-On building Cloud Native applications with .NET
Building cloud-native applications and services that will run in the cloud, both public and private, is an important decision to make in order to achieve continuous delivery, reliability and faster time to market. In this session, we will talk about building cloud-native services for Azure, using the latest version of .NET. What are containers? What is all this Kubernetes talk? Should you use microservices for all your future projects? How do you manage your data? How do you implement logging, metrics and secret management?
In this hands-on DevSession, we will build .NET services, running in Docker containers and deployed into Kubernetes on Azure Kubernetes Service.
Bring your laptop with Visual Studio Code, Docker and an active Azure Subscription.
Building cloud native applications using Microsoft Orleans 7
Orleans 7 is a cross-platform framework from the Microsoft Research team that helps you to build robust and scalable distributed cloud-native applications. Orleans has been around for many years and is battle-tested by a number of internal Microsoft products and teams.
In this code-heavy session, I will explain what the Orleans framework is all about: What is the distributed virtual actor model? What are grains? What are silos? I will also dive a bit deeper into the more advanced Orleans features like heterogeneous silos, streams, transactions, etc.
Throughout this session, I will show you how I implemented Orleans in one of my personal projects to enable flexible scaling and easy cloud deployment. Finally, I will discuss how I deployed my Orleans application to AKS (Azure Kubernetes Service) and ACA (Azure Container Apps)
Azure Quantum & Microsoft Q#
You've probably heard about quantum computing, but it still remains a mystery? In this introductory session, I will explain important concepts like qubits, superposition and entanglement and how quantum computing can hopefully help us to solve exponentially large problems.
Some theoretical knowledge about quantum physics, quantum gates and quantum algorithms will be combined with examples using a simulated environment on a local PC and on real quantum hardware using Azure Quantum. Most of these examples will use the new quantum language Q# from Microsoft and some additional examples will use Python to solve optimization problems using the Azure Quantum Inspired Optimization (QIO).
Creating a quantum algorithm using Microsoft Q#
In the last couple of years, there has been a lot of talk about quantum computing. Last year, Microsoft has released their preview of Azure Quantum. So today, you cannot only write quantum programs on a simulated environment with Q# and .NET, but you can also write Q# and target a physical quantum computer on Azure Quantum.
In this session, I will guide you through the implementation of an existing quantum algorithm, step by step, while I explain all the details. This will be a very technical and code-heavy session.
Introduction to Microsoft Orleans for your cloud native applications
Orleans is a cross-platform framework from the Microsoft Research team that helps you to build robust and scalable distributed cloud-native applications. Orleans has been around for many years and is battle-tested by a number of internal Microsoft products and teams.
In this code-heavy introductory session, I will explain what the Orleans framework is all about: What is the distributed virtual actor model? What are grains? What are silos? How is a shared state stored in a distributed application?
Throughout this session, I will show you how I implemented Orleans in one of my personal projects to enable flexible scaling. Finally, I will discuss how I deployed my Orleans application to AKS (Azure Kubernetes Service).
CloudBrew 2024 Upcoming
- Deploy your cloud-native .NET 9 apps to Azure Container Apps
Tunisia Dev Days 2024
- Goodbye Azure Kubernetes Service! Hello Azure Container Apps!
Swetugg Göteborg 2024
- What is new in .NET and C#
.NET DeveloperDays 2024 Berlin
- Creating a quantum algorithm using Microsoft Q#
NDC Oslo 2024
- Goodbye Azure Kubernetes Service! Hello Azure Container Apps!
Iglooconf 2024: Summer Edition
- Writing cloud-native .NET applications using Microsoft Orleans and Azure?
IlionX DevDays 2024
- Creating a quantum algorithm using Microsoft Q#
Microsoft Learn Zero to Hero Community
- Building your own AI Agent using Semantic Kernel
Techorama Belgium 2024
- Goodbye Azure Kubernetes Service! Hello Azure Container Apps!
Cronos .NET Community Event
- What is new in .NET and C#
KdG - Multimedia & Creative Technologies - Technologies of the future
Technologies of the future: Quantum Computing
Swetugg Stockholm 2024
- What is new in .NET 8 and C# 12
NDC London 2024
- Goodbye Azure Kubernetes Service! Hello Azure Container Apps!
Visug XL 2023
- Celebrity Deathmatch: Akka.NET vs Orleans
Azure Community Enthusiasts
- Deploy your cloud-native .NET 8 apps to Azure Container Apps
Update Conference Prague 2023
- How to write cloud-native .NET applications using Microsoft Orleans?
- What is new in .NET 8 and C# 12?
Build Stuff 2023 Lithuania
- Creating a quantum algorithm using Microsoft Q#
Build Stuff Appetizer 2023
- What is new in .NET 8
VISUG
- What is new in .NET 8, ASP.NET 8 and EF 8?
Swetugg Göteborg 2023
- What is new in .NET 8 and C# 12
.NET DeveloperDays 2023
- Hands-On building cloud native applications using Microsoft Orleans and Azure
- Creating a quantum algorithm using Microsoft Q#
- What is new in .NET 8, ASP.NET 8 and EF 8
Azure User Group Sweden
- Building cloud native applications using Microsoft Orleans
AP Hogeschool Antwerpen
- Schaalbare .NET applicaties met Microsoft Orleans
Welsh Azure User Group
- Azure Quantum and Microsoft Q#
CloudLand 2023
- Azure Quantum & Microsoft Q#
DevSum 2023
- Hands-On building Cloud Native .NET applications using Microsoft Orleans and AKS
- Creating a quantum algorithm using Microsoft Q#
DevDays Europe 2023
What is New in .NET 7 and C# 11
Techorama Belgium 2023
Creating a quantum algorithm using Microsoft Q#
Cronos .NET Community
What is new in .NET and C#
DevDay 2023
Azure Quantum & Microsoft Q#
FutureTech 2023
Creating a quantum algorithm using Microsoft Q#
.NET Live
Building and hosting an educational game using .NET, C#, Unity, Roslyn, Orleans and Azure Container Apps
KdG - Multimedia & Creative Technologies - Technologies of the future
Technologies of the future: Quantum Computing
Swetugg Stockholm 2023
What is new in .NET 7 and C# 11
UCLL: Tech Inspiration Day
How to write cloud-native .NET applications using Microsoft Orleans?
Techorama Café
Introduction to Microsoft Orleans for your cloud native applications
VISUG
What is new in .NET 7 and C# 11
CloudBrew 2022
Creating a quantum algorithm using Microsoft Q#
VisugXL
Introduction to project Orleans for your distributed applications
.NET DeveloperDays 2022
Hands-On building Cloud Native applications with .NET 6 and Azure
What is new in .NET 7 and C# 11
Creating a quantum algorithm using Microsoft Q#
Introduction to project Orleans for your distributed applications
Re:Factor 2022
Introduction to project Orleans for your distributed applications
DGTalk
Quantum Computing
NDC Oslo
Introduction to project Orleans for your distributed applications
Swetugg Göteborg
What is new in .NET 7 and C# 11
KCDC
Azure Quantum & Microsoft Q#
Azure Lowlands 2022
Azure Quantum & Microsoft Q#
FutureTech 2022
What is new in .NET 7 and C# 11
NDC London 2022
Software developers are roller coaster addicts?
Controlling My Home Sauna Using .NET 6 and MAUI
DevDays Europe 2022
What Is New in .NET 6 and the Future of .NET
Hands-On building Cloud Native applications with .NET 6 and Azure
QuBites
Quantum Computing for Software Developers
Cloud with Chris
Azure Quantum & Microsoft Q#
DDOG.nl
Quantum software development? Azure Quantum & Microsoft Q#!
Vishwas Narayan Podcast
Microsoft Q# and Azure Quantum
DevDay 2021
What is new in .NET 6 and the future of .NET
Cloud With Chris
Azure Quantum & Microsoft Q#
Update Conference Prague 2021
What is new in .NET 6 and the future of .NET
The .NET Docs Show
Hot 🔥 .NET 6 bits
Azure Community Conference 2021
Azure Quantum & Microsoft Q#
VISUG
What is new in .NET 6 and the future of .NET
.NET Developer Days 2021
What is New in .NET 6 and the Future of .NET
Microsoft Q# and Azure Quantum
Code PaLOUsa 2021
Microsoft Q# and Azure Quantum
What is New in .NET 6 and the Future of .NET
DevDays Europe 2021
What is New in .NET 5 and the Future of .NET
Re:Factor 2021
Microsoft Q# and Azure Quantum
DevSum 2021
Microsoft Q# and Azure Quantum
.NET to the Core
Microsoft Q# and Azure Quantum
DotNext Piter 2021
Workshop: Building Cloud Native applications with .NET 5 and AKS
Future Tech Digital 2021
Microsoft Q# and Azure Quantum
TechTrain Mechelen
Microsoft Q# and Azure Quantum
NetCoreConf 2021
What is new in .NET 5 and the future of .NET
NDC London 2021
Microsoft Q# and Azure Quantum
NDC Workshops
Building an Educational Game with .NET 5, Unity and AKS
Canary Wharf .NET User Group
Quantum computing, Q# and Azure Quantum
AZUG
Microsoft Q# and Azure Quantum
NDC Workshops
Quantum Computing Hands-on with Microsoft Q#
Update Conference Prague 2020
What is new in .NET 5 and the future of .NET
DevDay 2020
What is new in .NET 5 and the future of .NET
Build Stuff Lithuania 2020
Quantum Computing Deep Dive
Quantum Computing Workshop
.NET Conf 2020
Controlling my home sauna using .NET 5
VISUG XL
Building Cloud Native applications with .NET 5
.NET Developer Days 2020
Building Cloud Native applications with .NET 5
Quantum Computing deep dive
What is new in .NET 5 and the future of .NET
DotNext 2020 Piter
Building an educational game with .NET Core and Unity
NDC Oslo 2020 Sessionize Event
Cloud Developer Days 2020
Building Cloud Native applications with .NET Core
Techorama Cafe
Building Cloud Native applications with .NET Core
Microsoft Techdays 2020 Sessionize Event
NDC London 2020 Sessionize Event
CodeMash 2020 Sessionize Event
VISUG
What is new in. NET Core 3?
.NET Developer Days 2019
Quantum Computing 101
Building an educational game with .NET Core and Unity3D
ProgNET London 2019
Quantum Computing 101
Building an educational game with .NET Core and Unity3D
Techorama Belgium 2019
Building an educational game with .NET Core and Unity3D
DevDays Europe 2019
Quantum Computing deep dive
Momentum 2019 Sessionize Event
VISUG
Quantum Computing Deep Dive
TI Conference Days 2018
Quantum Computing and Microsoft Q#
VISUG
.NET Core Introduction
VISUG
The Microsoft Compiler Platform (Roslyn). An overview.
Johnny Hooyberghs
Passionate Developer at Involved and Microsoft MVP
Antwerpen, Belgium
Links
Actions
Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.
Jump to top