I started writing Java Minecraft mods in 7th grade. Today, my primary focus is achieving high-level expertise in C# and mastering the .NET ecosystem. I only drop into TypeScript, React, or C++ when they are undeniably the better choice for a specific task.
- monorepo — My main repo. C# backends + React/Vite frontends for several projects:
- HonamiSystem — A server with a plugin architecture and typed endpoint routing, with dynamically loaded widgets (in progress)
- HonamiGit — A Git hosting platform (in progress, frontend is static so far)
- BeatDash — A Beat Saber dashboard using PostgreSQL (JSONB, full-text search), WebSocket live data, and a recorder
- Mutils — Web app for tracking Mudae characters and kakera claim statistics
- Archive — A tool for archiving relational data into a database
- Plus shared C# libraries (EFCore, types, extensions) and a shared UI package
- HonamiStack — Shared C# libraries (HonamiCore, EFCore integration, MinIO object storage) and a CLI. Uses Nx.