You may also enjoy
Solved: .NET 5 “SEC_ERROR_INADEQUATE_KEY_USAGE” in Firefox
less than 1 minute read
Ran across an issue I had to fix where a .NET 5 application, which happened to be running in a Docker container (this ended up being irrelevant), couldn’t st...
Adding Spell Checking to my Blog’s Build Process with GitHub Actions and cSpell
2 minute read
I’m always worried I’ll have a typo in my blog posts, and I suspected I had a few lying around in these pages. I don’t like that, so I decided to fix it and ...
How to Force git to Prompt You For a Password
1 minute read
A fun git challenge! I had to make a request against a remote repository in git. The only issue is that only a shared GitHub account had access, not my own a...
Adding Markdown Linting to my Blog’s Build Process with GitHub Actions and markdownlint
2 minute read
I’ll confess, reader. My markdown formatting was messy. I don’t like messy, so I decided to fix it and automate it.