Recent Posts

Are C# GUIDs v4 UUIDs?

less than 1 minute read

No. No they’re not. There’s too much misinformation floating around about this issue and it’s easy to prove they’re not. Although when using Guid.NewGuid() y...

Added categories and tags to NotionToJekyll

less than 1 minute read

I’ve just added post category and tag support to NotionToJekyll using two multi-select columns. This input type is perfect for these fields as they’re just s...

Publishing blog posts from Notion to Jekyll

2 minute read

I use Notion as my personal knowledgebase and normally write blog posts in temporary pages and then manually publish them to my Jekyll site using SiteLeaf. W...

Input select multiple in Blazor

1 minute read

There’s no built-in multiple select in Blazor but it’s pretty easy to get one working without any libraries.