Development Notes

Solutions to problems encountered on projects, or useful dev-related notes

Using MirageJS to fake a .NET API

By default Mirage sends models using a different style than

Killing a Vite port

Run npx kill-port 8080 etc

Fixing Chrome "Failed to read the cssRules" errors

At some point Chrome got picky about using <link&

Cleaning git after .gitignore changes

git rm -r --cached . git add . git commit -m "

Parsing numbers from strings in SQL

SELECT Id, PetCount, ISNULL(SUBSTRING(PetCount, PATINDEX('%[0-9]%'

Refresh Rider solution analysis after Git branch change

Sometimes non-existent errors are shown after changing branches while a

Disable watch in Vue 2 when mutating data

This is a mixin for Vue 2 export default { methods:

Broken WordPress editing due to WPS Hide Login plugin

Page editing was broken in a WP site that I

Running Ghost in a WSL2 Docker container on Windows Server 2022

This will set up Ubuntu on Windows server 2022 with