How to auto-deploy an ASP.NET 6.0 application to Digital Ocean App Published Apr 9, 2023 Learn how to auto-deploy an ASP.NET 6.0 web application to Digital Ocean App from your GitHub repository by committing and pushing your changes to your GitHub repository.
How to add cookie consent in ASP.NET 6 Published Apr 7, 2023 Learn how to add a cookie consent in an existing ASP.NET 6 web application.
How to enable HTTP/2 on NGINX Published Jan 10, 2023 In this post, I'll explain how you can setup your NGINX for HTTP/2.
2022 Blog statistics Published Jan 8, 2023 Let's bring in the Google Analytics and Google Search Console metrics to see how my blog did it in 2022.
How to add text to an image with C# in dotnet Published Jan 4, 2023 Learn how to add text to an image with C# in dotnet with the ImageSharp library.
One year blog anniversary Published Aug 14, 2021 Let's bring in the Google Analytics and Google Search Console metrics to see how my blog did it in it first year.
How to redirect www to non-www with Nginx Published Aug 12, 2021 Learn how to redirect your www domain to your non-www domain with Nginx.
How to add cookie consent in ASP.NET Core 5.0 Published Aug 11, 2021 Learn how to add a cookie consent in an existing ASP.NET Core 3.1 or 5.0 web application.
How to add a Spotify playlist to your site Published Aug 4, 2021 Include a Spotify playlist to your own website.
Entity Framework Core Spotify data seed generator Published Jan 11, 2021 Generate some seeding data with Spotify albums, artists, tracks and genres for Entity Framework Core with your ASP.NET Core application.
Lowercase URLs in ASP.NET Core. Published Aug 25, 2020 How to setup your ASP.NET Core application to set all your URLs to lowercase URLs.
Why I created my own XML to CSV converter tool with image download option. Published Aug 22, 2020 I needed to convert an XML-file to an CSV-file and download 700+ images from external links in the XML file.
How to exclude own visits (online and development) from Google Analytics Published Aug 13, 2020 Some idea's how you can exclude your own online and development visits from the Google Analytics. With a step by step tutorial how create a filter in Google Analytics.
How to deploy ASP.NET Core 3.1 app to Digital Ocean Linux droplet Published Aug 10, 2020 A step by step tutorial how to deploy a ASP.NET Core 3.1 app to a Digital Ocean droplet with Ubuntu, NGINX and SSL.