Development Notes

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

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