Earlier work
Earlier work38
- 20261 site
- 2026
Site, 2026
The Spiral (narrative game prototype)
- 20253 weeks logged38
- W5115 Dec3commits
Earlier work
Podcasts, YouTube, and browsing by resource type
- Added podcast and YouTube sources to the resource model.
- Expanded public resource browsing with search and filtering by type.
- Last commits to the C# version; the project resumed in August 2026 as a WordPress site with the same goal.
- W508 Dec13commits
Earlier work
Scrapers, Archive.org, and a test suite
- Built the scraping pipeline: sitemap-driven crawling, normalization and background job processing, plus EPUB import.
- Added a page-quality analysis system so low-value scraped pages are scored before they clutter the catalogue.
- Unified books, scraped pages and Archive.org items into one resources model with quality analytics.
- W491 Dec22commits
Earlier work
The first Bow & Bridge: a .NET book-and-luthier catalogue
- Created the solution with a single Entity Framework context holding Book and Luthier entities, database-generated IDs, and a seed-and-reset script for a repeatable local database.
- Added chapters and book images with a tagging system, image tags, and dialogs for editing them.
- Split data access from business logic into separate service layers, with better loading and logging feedback.