My Projects
Featured Projects
Treadify
A GitHub-integrated team management system with role-based access control, goal tracking, and commit reviews.
Next.jsReactExpress.jsNode.jsMS-SQL ServerGitHub OAuth
Notes
A public Notes API project using Go and Fiber for the backend, with a Next.js and React frontend.
GoFiberPostgreSQLNext.jsReact
PassCrypt
A secure password manager built in Go, focused on cybersecurity and encryption.
GoCryptographySecurity
Tetris
A modern Tetris clone implemented in C++ using the Raylib library, featuring smooth animations, responsive controls, and clean retro-style graphics.
C++RaylibGame Development
MazeRunner
A classic 2D game written in x86 Assembly, focusing on optimizing low-level input handling.
x86 AssemblyBIOSInterrupts
Other Projects
Chess Masters
A fully-functional chess game built with C++ and SFML, complete with legal move validation, drag-and-drop interaction, and a polished 2D board interface.
C++SFMLGame Development
Operating Systems Reference Website
Operating System Concepts & POSIX func syntax guideline for dummies like me
Hugohextradocs
wh!teboard
My own whiteboard for drawings and annotations coz other online whiteboards suck and don't have vim motions
HTMLCSSJavaScript
HTML Tag Validator (C++)
A command-line utility written in C++ that parses and validates HTML code by checking for proper tag nesting and matching. Supports both file and inline string inputs.
C++StackCLIParsing