Welcome to my blog!

For complete list of posts, go to blog.


Five latest posts

  • Domain verification in the Azure Portal

    If you’re hosting an Azure app service with a custom domain, chances are that your site’s SSL certificate is provided by Azure as well. One great feature that comes with Azure certificates is the auto renewal feature, making sure that your site is always safe and secure. But in order for the auto renewal to stay on track you might need to make a domain verification once in a while. This in order to verify that you’re still the owner of your site’s custom domain.

  • Special characters in Maui/Xamarin path

    I had problems on my current Windows 10 machine when doing cross platform mobile applications development in .NET.

  • How to retrieve a window stuck outside the screen

    Has this ever happened to you? You’ve launched an app or switched monitors and a window gets stuck outside your screen, and you can’t pull it back in.

  • Environment check in Github Actions

    In a project I’ve been working on we faced a problem. While using Github Actions to handle our CI/CD, we wanted to reuse our deployment scripts across all environments for each app. Thus giving us less code to maintain.