Portfolio

Gave my session ".NET MAUI Blazor - Build Hybrid Mobile, Desktop, and Web apps" at the C# Corner .NET Conference 2022 Abstract Blazor enables building client-side web UI with .NET, but sometimes yo...
Gave my session "Introduction to App Development with .NET MAUI" at VisugXL in Belgium Abstract .NET MAUI provides an extremely flexible and powerful way to create apps for Android, iOS, macOS, and...
The Xamarin Community Toolkit is not just another package. This Toolkit is your next must-have NuGet together with Xamarin.Forms and Xamarin.Essentials. Inside the box there are all these converter...
Xamarin.Forms already has all the bits necessary to implement the MVVM pattern successfully. However, you can make your live easier by using a MVVM framework. In this video we will see FreshMvvm, t...
GitHub introduced Copilot, a AI powered helper that basically writes your code for you! Should you be worried for your job now…? In this hands-on video we will look at what GitHub Copilot is, how t...
Bring out your inner Bob Ross with the Xamarin Community Toolkit DrawingView. This control allows you to draw on a canvas in your Xamarin.Forms app, for instance to let your users capture signature...
Started our Null Pointers podcast
Did my session "Creating airplane mode proof Xamarin applications" at NDC Minnesota, St. Paul, USA
Did my session "Skynet activated – Building Smarter Apps with Cognitive Services and Xamarin" at Techorama Belgium, Antwerp
Did my session "Skynet activated – Building Smarter Apps with Cognitive Services and Xamarin" at Dutch .NET Usergroup, Rotterdam
Did my session "Make Your Apps Smarter With the Power of AI" at IT Arena, Lviv
Did my session "I’ve Got 99 Problems, But the Server Ain’t One…" at Cloud Camp, Dublin
Did my session "Creating airplane mode proof Xamarin applications" at the XamExpertDay, Cologne
Did my session "Creating airplane mode proof Xamarin applications" at DotNext, Moscow
Did my session "A Lap Around App Center" at SDN Event, Zeist
Did my session "Skynet activated – Building smarter apps with Cognitive Services and Xamarin" at Global AI Bootcamp, Amsterdam
Created my Polywork profile! 🎉
Did my session "Creating airplane mode proof Xamarin applications" at Microsoft Ignite, the Tour Stockholm
Did my session "I’ve got 99 problems, but the server ain’t one" at Microsoft Ignite, the Tour Stockholm
Did a session "Mobile DevOps with App Center" at Techorama Belgium
My third book, together with Steven this time "Xamarin.Forms Solutions" was published
My second book "Xamarin.Forms Essentials: First Steps Toward Cross-Platform Mobile Apps" was published
My first book "Xamarin Continuous Integration and Delivery: Team Services, Test Cloud, and HockeyApp" was published!
Writing your calls to the backend server can be tedious and repetitive. It's a lot of repeated code. In this video we will learn about #Refit. With Refit you can just write an interface, configure ...