Schedule Hero
2024 Scheduling app where users and admins get completely different interfaces — my first real dive into role-based access control across a full-stack app.
React Node.js MongoDB Express
C-like Compiler
2023 Takes a C-like language and compiles it down to executable MIPS machine code. Lexer, parser, code generator — the full pipeline.
School Management System
2022 Web app for managing class schedules where students, teachers, and admins each get their own tailored views and workflows.
React Node.js MySQL Express
Mini MIPS CPU
2021 Five-stage pipelined CPU in Verilog. Fetch, decode, execute, memory, writeback, with hazard detection and forwarding baked in.