All knowledge and general articles by tag name and by date (newest first)
Accessible Web Pages
An overview of how to create and validate accessible web pagesWhat needs doing on this website
As this website is DIY built using Astro and my own layouts, components, and styles, there is rather a lot to create and finesse. This page documents what is left to do.Thoughts on using AI when coding
AI might be used casually via things like ChatGPT or via dedicated tools such as GitHub CoPilot. These are some of my thoughts on usage, viability, cost, security, and best practices.đˇī¸How to use a JSON file as an Astro content collection
Learn how to use Astro Markdown to render Markdown content within a JSON file, as Astro does not automatically render JSON files in content collections.