How to connect ESP32 microcontroller to WIFI network Published Aug 25, 2023 Learn how to connect a ESP32 microcontroller to a WIFI network.
Read temperature and humidity with ESP32 and DHT22 temperature and humidity sensor Published Aug 25, 2023 Learn how to read temperature and humidity from a DHT22 sensor with Arduino IDE and the ESP32 microcontroller.
Blinking LEDs with the ESP32 microcontroller Published Aug 23, 2023 Learn how to program blinking LEDs with Arduino IDE and the ESP32 microcontroller.
Setting up Arduino IDE for ESP32 development Published Aug 23, 2023 Learn how to configure your Arduino IDE to work seamlessly with the ESP32 microcontroller.
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.