

Michaël Hompus
Architect @ Info Support | Microsoft MVP
Architect @ Info Support | Microsoft MVP
Nijmegen, The Netherlands
Actions
Michaël Hompus is an Architect and Area Lead at Info Support.
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.
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.
Michaël Hompus is Architect en Area Lead bij Info Support.
Als architect is hij lid van verschillende teams die nieuwe en innovatieve oplossingen realiseren, bij voorkeur met de Microsoft Cloud.
Michaël heeft vele jaren ontwikkelervaring met dotnet, Java, en Azure.
Zijn passie is het delen van kennis, zowel binnen als buiten de organisatie.
Microsoft heeft zijn inzet voor de community erkend met het toewijzen van de Microsoft MVP award.
Links
Area of Expertise
Topics
Achievement unlocked: use dotnet to unlock Xbox achievements en nl
While playing the movie trivia game "Scene It?" [https://en.wikipedia.org/wiki/Scene_It%3F] on my Xbox 360 back in 2007, I had the feeling that with a camera, computer, and some software, it should be much easier to get the correct answers to the questions in the game. But where to start?
Fast forward to today: Now I have lots of tools and frameworks at my disposal so I can use all my programming skills to build that application. To finish those achievements that eluded me for so long.
In this session I will go through the techniques that can be applied. You will see how we can use dotnet with OpenCV, Azure Custom Vision, ML.NET, Tesseract OCR, and more, to answer every question the game will throw at us.
Achievement unlocked: gebruik .dotnet om Xbox-achievements te ontgrendelen en nl
Tijdens het spelen van het film trivia spel "Scene It?"[https://en.wikipedia.org/wiki/Scene_It%3F] op mijn Xbox 360 in 2007, had ik het gevoel dat met een camera, computer en wat software het veel gemakkelijker moest zijn om de juiste antwoorden op de quizvragen te krijgen, maar waar te beginnen?
Nu zijn er vele tools en frameworks voor handen waarmee ik al mijn programmeervaardigheden kan inzetten om zo'n applicatie te maken. En daarmee de ontbrekende Xbox-achievements te ontgrendelen.
In deze sessie zal ik door de technieken gaan die hiervoor beschikbaar zijn. Je zult zien hoe we dotnet met OpenCV, Azure Custom Vision, ML.NET, Tesseract OCR, en meer, kunnen gebruiken om elke vraag te beantwoorden die het spel ons zal stellen.
Postponing architectural choices and start developing first with Dapr en
When starting a new project, we tend to make a lot of architectural choices when it comes to components like (relational) databases, service buses, and deployment models like cloud and/or on premises. Most of the choices will be based on past experiences and upfront assumptions. But are they part of the right solution to your current challenge?
When you discover it is not the right fit, are you still able to change your code to use the better tool? Or is it now too expensive to change?
What if we could postpone our choices and just start developing the right solution first and pick the right dependencies when we know which those are, or even keep it open until it is time to launch.
Dapr is a distributed application runtime which promises us we can postpone our decisions until we know what the right decision is. In this session we will discover how that is possible.
A Season for Speed: Turning Puzzles into C# Performance Wins en
Welcome to a world where coding puzzles lead to fast C# skills!
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.
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.
Join us to see how fun puzzles can transform your C# coding speed!"
From Duplo to Domain Knowledge en
Need to onboard new employees who have the technical knowledge but lack functional domain experience?
Do you let them struggle through code, learning the domain along the way?
We faced this challenge and discovered that a serious game using Duplo allows us to focus on the domain, not the software.
Our journey began with simple tools like post-its and evolved into using customized Duplo blocks to visualize complex processes. This hands-on approach not only made learning more engaging but also more effective.
In this session, we'll walk through our entire process, from the initial concept to the successful implementation of the game and share the unexpected successes that exceeded our original goals.
Keep your secrets safe, start using Azure Key Vault en nl
No longer store a password or connection string in your source code, configuration file or environment variable!
In this session we will discover what Azure Key Vault has to offer and how we can use secrets and keys stored in Azure Key Vault in our application without much effort.
We'll also focus on more advanced scenarios that Azure Key Vault offers us, such as automatic Storage Account Key regeneration. Because, how many times have you regenerated a key of your Azure Storage account?
Gebruik Azure Key Vault in je applicaties en zorg dat niemand achter je geheimen komt en nl
Nooit meer een wachtwoord of connection string opslaan in je source code, configuratiebestand of environment variabele!
In deze sessie gebruiken we geheimen en sleutels die zijn opgeslagen in Azure Key Vault.
Ook gaan we in op geavanceerdere scenario’s die Azure Key Vault ons biedt, zoals Azure Key Vault Storage Account Keys. Want zeg nu zelf, hoe vaak heb jij al de keys van je Azure Storage account ververst?
Use your source code to document your application en nl
For many development teams, writing and updating documentation can feel like a chore, especially when the codebase changes frequently. While developers often consider the source code as its own documentation, this perspective might not resonate with all stakeholders. Moreover, the source code might not adequately illustrate how different components interact.
What if we could transform our source code into comprehensive documentation that benefits both the team and stakeholders?
In this session, we will explore how to leverage Roslyn to generate documentation directly from your .NET source code. We'll delve into creating diagrams that depict the structure and relationships within an aggregate and sequence diagrams that illustrate the flow throughout the application. We'll render these using file formats such as PlantUML, Mermaid, Markdown, and AsciiDoc.
By the end of this session, you'll be equipped to let your source code articulate the operation of your application in a format that is accessible and meaningful to your team and stakeholders.
Key Takeaways:
* Learn how to use Roslyn to interpret your source code.
* Understand how to create and render diagrams that depict the structure and flow of your application.
Length: preferable 45-70 mins
Audience: dotnet, c# background helps, not required
Keywords: Documentation, Roslyn, dotnet, C#, DDD
Gebruik je broncode als documentatie voor je stakeholders en nl
Als ontwikkelteam is het schrijven van documentatie vaak niet onze favoriete activiteit. En het up-to-date houden na elke codewijziging is een nog grotere uitdaging. Ontwikkelaars beweren dat de broncode de documentatie zelf is, maar zijn stakeholders het daarmee eens, lezen ze eigenlijk de code?
Wat als onze broncode de bron van onze documentatie zou zijn, voor het team en onze stakeholders?
In deze sessie gaan we kijken hoe we Roslyn kunnen gebruiken om documentatie te genereren. Denk hierbij aan het maken van diagrammen die de structuur en relaties weergeven binnen een aggregate of een sequence diagram die de flow door de applicatie kan weergeven.
We duiken de code in waarbij we kijken hoe we projecten en solutions kunnen laden, syntax trees kunnen gebruiken om de structuur van onze source code te doorlopen en branching logica detecteren om alternatieve paden vast te leggen. Daarna zullen we deze gegevens weergeven naar andere bestandsindelingen zoals PlantUML, markdown en AsciiDoc.
Na deze sessie ben je in staat je broncode te laten spreken in vormen die je team én je stakeholders de werking van je applicatie haarfijn uitlegt.
Lengte: bij voorkeur 45-70 mins
Publiek: dotnet, c# achtergrond helpt
Keywords: Documentatie, Roslyn, Dotnet, C#, DDD
Leave it to the Dutch: How to save on your Azure bill! en nl
As your usage of Azure expands, so too does the likelihood of incurring unnecessary costs. But what if you could harness the renowned Dutch knack for thriftiness to optimize your Azure spending?
In this session, Michaël will embody his Dutch heritage to guide you through understanding your Azure expenditures. He will provide practical tips and tricks to help you identify potential savings and make the most of your Azure investment.
Key Takeaways:
* Gain insights into your Azure spending and learn how to identify areas of potential savings.
* Discover practical tips and tricks to optimize your Azure usage and reduce costs.
Ons bint zuunig: Houd je Azure rekening onder controle en nl
Hoe langer je Azure gebruikt, hoe groter de kans dat je elke maand meer aan Microsoft overmaakt dan nodig is.
In deze sessie zie je een scala aan tips & tricks hoe je inzicht krijgt in je uitgaven, en vooral, hoe en waar je op kosten kan besparen.
There Are Mutants Living in Your Unit Tests en
Your unit tests may look flawless, and that impressive code coverage number gives you confidence, but is it giving you a false sense of security? Hidden beneath the surface are subtle code mutations that could expose the real weaknesses in your test coverage. In this session, we will uncover these mutants and show you how Mutation Testing challenges your tests in ways that traditional approaches miss.
While code coverage metrics can be deceiving, Mutation Testing forces your tests to prove their worth against various code mutations that alter logic and behavior. You will discover that high coverage does not always mean high quality. We will dive deep into how you can strengthen your test suite, identifying gaps you never knew existed.
Do not just trust the numbers; mutate your code and see if your tests can survive!
NDC Oslo 2025 Sessionize Event Upcoming
devCampNoord 2025 Sessionize Event Upcoming
DotNetFriday User group Sessionize Event
Bitbash 2025 Sessionize Event
VisugXL 2024 Sessionize Event
WebDev Zwolle: Synergy Sessionize Event
devNetNoord 2024 Sessionize Event
Techorama 2024 Netherlands Sessionize Event
Developer Week '24 Sessionize Event
NDC Oslo 2024 Sessionize Event
DOTNED SATURDAY 2024 Sessionize Event
NDC Sydney 2024 Sessionize Event
Bitbash 2024 Sessionize Event
Techorama Netherlands 2023 Sessionize Event
Experts Live Netherlands 2023 Sessionize Event
Global Azure 2023
Harnessing Open Source Power: Azure Simplifies Your Open Source Adventure
NDC London 2023 Sessionize Event
CloudBrew 2022 - A two-day Microsoft Azure event Sessionize Event
Developer Week '22 Sessionize Event
IglooConf 2022: Midsummer Sessionize Event
DOTNED SATURDAY 2022 Sessionize Event
AzureLive 2022 Sessionize Event
dotNed User Group Meeting
Ons bint zuunig: Houd je Azure rekening onder controle
Azure Community Conference 2021 Sessionize Event
Virtual NetCoreConf 2021 - 2 Sessionize Event
Digital Architecture Design Day '21
Postponing architectural choices and start developing first with Dapr
The Virtual ML.NET Community Conference 2021 Sessionize Event
Future Tech 2021 Sessionize Event
Copenhagen .Net User Group
Postponing architectural choices and start developing first with Dapr
Virtual NetCoreConf 2021 Sessionize Event
Virtual Scottish Summit 2021 Sessionize Event
Domain-Driven Design Europe 2021 Sessionize Event
Techorama Café
Postponing architectural choices and start developing first with Dapr
NDC London 2021 Sessionize Event
dotNet OpenSource Days 2020 Sessionize Event
Digital Architecture Community Meetup
Postponing architectural choices and start developing first with Dapr
Update Now 2020 Sessionize Event
dotNed User Group Meeting
Achievement unlocked: use .NET to unlock Xbox achievements
.NET Virtual Conference Sessionize Event
DDD East Midlands Conference 2020 Sessionize Event
DOTNED SATURDAY 2020 Sessionize Event
Devoxx Belgium 2018
Cloud - War Stories - Azure
WordCamp Nijmegen 2018
Je WordPress site hosten bij Microsoft? Are you serious?
dotNed Saturday 2018
Gebruik Azure Key Vault in je applicaties en zorg dat niemand achter je geheimen komt
WAZUG NL #43
Gebruik Azure Key Vault in je platform en zorg dat niemand achter je geheimen komt
Microsoft Tech Days 2017
Gebruik Azure Key Vault in je applicaties en zorg dat niemand achter je geheimen komt
SharePoint Saturday 2017
Integratie van Microsoft Teams met het Bot Framework en overige Azure diensten
dotNed Saturday 2017
Serious Request, Azure als schaalbaar platform
SharePoint Saturday 2014
Extending SharePoint Online met Windows 8 apps
Microsoft TechDays 2013
Serious Request met Windows Azure
WAZUG NL #6
Serious Request
DIWUG
Speaking OData to SharePoint 2010 in a RESTful Manner
Microsoft DevDays 2011 Netherlands
Speaking OData to SharePoint 2010 in a RESTful Manner
SDN Event
Speaking OData to SharePoint 2010 in a RESTful Manner

Michaël Hompus
Architect @ Info Support | Microsoft MVP
Nijmegen, The Netherlands
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