Coding Projects

Web Projects

brainage04.github.io

The source code for this website.

HTML, CSS, JS/JavaScript, Jekyll

SkyBrain (WIP - early development)

A website that displays publicly accessible Hypixel Skyblock API data similarly to how it would be displayed in-game.

HTML, CSS, JS/JavaScript, TS/TypeScript, SvelteKit

SkyBrainDB (WIP - early development)

An Express.js API that stores JSON data from Hypixel's API in an SQLite database.

Express.js, REST API, SQL, SQLite

Minecraft Projects

DatapackTemplate

My datapack template for Minecraft 1.21, complete with useful features such as install/uninstall/on player join functions.

mcfunction

BrainageHUD (WIP - almost done polishing)

A client-side mod that adds useful HUD elements to Minecraft. (Fabric 1.21)

Java 21

ToggleSprint (WIP - needs refactoring to match BrainageHUD functionality)

A simple toggle sprint/sneak and HUD mod that is allowed on Hypixel. (Forge 1.8.9)

Kotlin, Java 8

ProjectileMania (WIP - need to rewrite from scratch for 1.21)

A mod that adds a TON of projectiles to Minecraft (among other fun things). (Fabric 1.20.4)

Java 21, Kotlin

University Projects

CAB302_Assessment1

An application for exercise, calorie and health metric tracking written in Java.

Java, JavaFX, JDBC, SQL, SQLite, JUnit