Keith Wagner

Works In Progress

I work on various side projects. For me, it's fun to build things while learning new technologies that I might not otherwise get to use. This page is to talk about them.

Active Projects

Projects I'm currently working on.

Wags Media Repository

If you look at my media pages (Bookshelf, Movies, Music, Podcasts, TV, & Video Games), their content is generated by Notion's API where I keep the data stored and updated.

I've built it in .NET/Blazor but had hosting issues. It's currently up and running as a Node.js/React app, but I'm currently rebuilding the React frontend using web components and removing React altogether.

Leegtastic (League Management System)

The system my local hockey rink uses to manage teams and rosters is absolutely awful. I joked about how I could do it better, so I decided to start building something. Currently using a .NET API which I have been working on, but am undecided what to use for the frontend. I've been going back and forth between Blazor and React.


Inactive Projects

Projects I haven't abandoned, but are inactive or on the backburner.

Digital Family Cookbook

This is a .NET API / React Frontend app for cooking/baking recipe management system.

I have a MVP of this just about done, but I know the UI/UX could be vastly improved. I hope to get back to it at some point to smooth it out and then finally release it.

View the GitHub Repo.

Gamifit (Fitness Tracker)

I started this idea from the few Excel spreadsheets I use to keep track of my fitness progress. I am/was planning on building a web app to replace the spreadsheet with.

I'm honestly not quite sure where this is at the moment. I've gone through multiple iterations where I've started it, didn't like how it was progressing, and started over.


Ongoing Utilities

Projects that are more utilities for things I'm working on.

Site Content Generator

I had and still have snippets in both VS Code and Sublime Text to build out the front matter for the markdown for my blog posts, notes, and book notes. But I built this .NET console app to build the markdown file with the front matter automatically given a few prompts.

I also took the code from my reading log generator that creates the markdown for my weekly reading logs and included it here. For my reading logs, it both generates the front matter and the links from Notion.

View the GitHub Repo.


The Graveyard

Projects I've abandoned.

Social Image Generator

This was a .NET console app that would generate the social image that would be attached to each post. I've given up on that currently, so this is pretty much in the dustbin.

View the GitHub Repo.

Reading Log Generator

This is a .NET console app that creates the markdown for my weekly reading logs. Rather than manually going through and creating all the links, I have this tied into the Notion API to generate it with a single console command.

I rolled the code into my site generator so I no longer need this.

View the GitHub Repo.