Skip to content

Instantly share code, notes, and snippets.

@winsrewu
Last active November 3, 2025 14:02
Show Gist options
  • Select an option

  • Save winsrewu/6db1d25ecdceeea407a04c4ef3b373bb to your computer and use it in GitHub Desktop.

Select an option

Save winsrewu/6db1d25ecdceeea407a04c4ef3b373bb to your computer and use it in GitHub Desktop.
A blog

The author reports on ongoing software development work, focusing on two main areas. For a Fabric mod, the FMJ v2 component is nearly complete and awaits testing. Concurrently, they are engaged in full-stack development, having switched the ORM for better JSON support. Efforts to enhance the authentication system and UI are partially done, with an email system implemented and return values standardized, but error handling remains non-functional.

I figured the April Fool's version wasn't that fun either.

After heading to the Fabric Discord to chat a bit following #2, the only thing missing for the Fabric Mod JSON v2 now is some testing. So, I have another chance to ramble, though I’ll have to wait for them to wake up for a response.

The rest of the time, I’ve been working on full-stack development. Originally, I planned to improve the UI, but then I realized the authentication system needed to log some IP information. To do this, I’d have to set up keys on both the frontend and backend, and also add email notifications. After working on it for a while, I found I couldn’t finish it—I only managed to set up the email system and some UI improvements, and standardized some return values. (The stuff I wrote before was pretty garbage.) The entire error handling system is basically non-functional right now.

Oh, and I also switched out the ORM—the previous one didn’t support JSON operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment