Advanced Custom Shortcuts on Windows
Published
Creating shortcuts on Windows with any degree of flexibility is difficult, so I created a PowerShell module to make it easier [ read on → ]
Published
Creating shortcuts on Windows with any degree of flexibility is difficult, so I created a PowerShell module to make it easier [ read on → ]
Published
Blazor is a neat new client web application framework, allowing apps to be built using C# - these are some of the notes I have after using it for a bit [ read on → ]
Published
My blog tends to be my stomping ground for testing new ideas, and this time I wanted to try optimising my costs to make sense in a low traffic environment [ read on → ]
Published
I've been tinkering with the DigitalOcean App Platform, so I thought I'd share my experience with it so far [ read on → ]
Published
Setting a canonical URL in a web page is the way you tell search engines that between two URLs, the canonical one should be considered the 'real' one [ read on → ]
Published
Express.js, an HTTP server for Node.js, has middleware that you have to install to parse and work with the req body objects on POST routes - the problem is, it doesn’t make it particularly easy to handle errors yourself. [ read on → ]
Published
Encode videos for the web, with adaptive quality based on bandwidth available [ read on → ]
Published
A long time ago I wanted to do some routing through a project using a wildcard subdomain, something like a simulated multi-tenanted setup for a service. [ read on → ]