A developer celebrating the successful migration of their website to a static site generator

Frontmatter Fields Not Populating When Setting Up Your BlazorStatic Website? Easy Fix!

This article explains a quick fix to FrontMatter fields in a solution not getting populated when using BlazorStatic. I ran into it after repeatedly exporting all of my stuff from my legacy WordPress site to my in-the-works BlazorStatic site. StaticBlazor is a game-changer for developers who want the power of…Continue reading Frontmatter Fields Not Populating When Setting Up Your BlazorStatic Website? Easy Fix!

Merging on GitHub Actions fails with “could not read Username for ‘https://github.com’: No such device or address”?

This article is going live 24th of December in 2024. That’s when we in Finland celebrate Christmas (yes – we celebrate on Christmas Eve, so that we can just chillax on Christmas day, either hungover, playing with our new toys, or both). I’ll have you know I wrote this article…Continue reading Merging on GitHub Actions fails with “could not read Username for ‘https://github.com’: No such device or address”?

An angry crowd protesting about SharePoint Lists (of all things)

CSOM suddenly throwing exceptions when trying to access list contents in SharePoint? A weird fix.

This article explains one possibly reason why some C# code, powered by CSOM, suddenly stops working and can’t access a SharePoint list anymore that it could before, throwing annoying and misleading exceptions like “The list is not DocumentLibrary, VersionPolicies is not supported” instead. Oh – and of course, there’s a…Continue reading CSOM suddenly throwing exceptions when trying to access list contents in SharePoint? A weird fix.

node.js logo

node build throwing “error:0308010C:digital envelope routines::unsupported”? Let’s fix it!

This article explains how to fix an annoying error – somewhat along the lines of “error:0308010C:digital envelope routines::unsupported” – you might encounter when running node scripts. This might happen in a pipeline or locally. And guess what: you can probably fix it. Alright. Let’s get to it, then! Problem So…Continue reading node build throwing “error:0308010C:digital envelope routines::unsupported”? Let’s fix it!