Like every programmer, I have various unfinished projects (viewable on my GitHub), but these are the ones that were developed into a workable, viable state.
A generic platform I worked on as a useful helper on the web, it contained lots of different parts, like encrypted notes, a url shortner, and an invite system.
I created a lot of discord bots during COVID, and this was my last before the Discord Slash Commands change that caused discord.py to cease development temporarily. It's a large bot with many features, but it was never really intended to be used by a bunch of people, I just had my fun creating it and adding whatever features I felt like.
Simple discord bot that is intended for use by developers to "Read the docs", providing a way for developers to access the documentation of popular programming languages and libraries from Discord.
A minimal validation library that I made for eventual use in mzf.one because other data validation libraries weren't as ergonomic as I wanted them to be. 95% feature complete for my usecase.
Proof of concept of a serverless discord bot with no state running on cloudflare workers, entirely for free. API Schema is implemented with a CLI in TS, then the actual Worker is written in Rust with twilight.