Welcome to my blog!

For complete list of posts, go to blog.


Five latest posts

  • Cloning a repo in GitKraken

    Like most things in GitKraken, cloning a repo is easy as 1-2-3!

  • Resolving HTTP 415 error in Postman

    If you receive a HTTP 415 Unsupported Media Type response (read more about the HTTP 415 status response code here) while using Postman, you’ve probably forgotten to set the Content-Type header.

  • 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.