Windows does not remember git password

Today I was writing a Windows batch script that would at some stage run git pull.

Continue Reading

How to Fix: MySQL Server Has Gone Away Error on macOS

In this post, I’ll address a common issue many developers face when working with MySQL on macOS: the “MySQL server has gone away” error. This error can be frustrating, but it’s usually straightforward to fix.

Continue Reading

Upgrade bootstrap and jquery in ASP.NET Core 3.1 with libman

Building server-rendered HTML websites is a nice experience these days with ASP.NET Core.

Continue Reading

Event Viewer Logs with .NET Core Workers as Windows Services

Back in the older classic windows only .NET Framework days, I would use a cool framework called TopShelf to help turn a console application during development into a running windows service in production.

Continue Reading

Apply Cut or Copy to blank lines when there is no selection

I mostly code in Visual Studio Code Insiders on either macOS or Linux but on the occasion that I develop on windows, I do like to use the old faithful Visual Studio.

Continue Reading