Welcome to my blog!

For complete list of posts, go to blog.


Five latest posts

  • Prettifying enum values in Swagger

    By default, C# enums are serialized to their underlying numeric values when included in a JSON response. This is what you’ll see not only in Swagger, but also in tools like Postman or Insomnia, since they simply display whatever your .NET API outputs.

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