Projects
Write-ups on things I've built.
Building a Backlog Tracker with SvelteKit
web devHow I built this site — reactive state, local storage sync, and why SvelteKit beat Next.js for this use case.
read write-up →Procedural Dungeon Generation in Godot 4
game devA deep dive into BSP tree dungeon generation with working GDScript, room placement heuristics, and corridor carving.
read write-up →Auto-filling Game Metadata via IGDB
toolsUsing the IGDB API to pull cover art, genres, and release dates when logging a new game. Python script + file-based cache.
read write-up →