Operational Modules
SELECT PROJECT DIRECTORY TO INITIALIZE INTERFACE
Personal Portfolio Website
web MODULE
A modern, responsive personal portfolio built from scratch using Go for the backend and TypeScript for the frontend. Features include LaTeX resume integration with PDF compilation, dynamic project showcase, contact form handling, dark/light theme toggle, and professional responsive design. Demonstrates full-stack development skills with Go web server, HTML templating, modern frontend build tools, and deployment to Heroku.
ForgeArena
web MODULE
A gamified fitness platform blending avatar evolution with social gym competition. Currently in development as part of CSCI-40500 coursework, this project combines fitness tracking with RPG-style character progression and social features. Repository is private within class organization.
Kyarafit
web MODULE
A mobile-first cosplay wardrobe and coord planner. Track your builds, organize pieces, design outfits, and get restock alerts — all in one place. Built with TypeScript, Go, and PostgreSQL for a comprehensive cosplay community platform.
Campus Management System
academic MODULE
Full-stack PERN (PostgreSQL, Express, React, Node.js) campus management platform for handling students. Containerized with Docker to streamline development and deployment, demonstrating RESTful APIs, relational data modeling, and an admin-focused UI.
RandCompile: Kernel Hardening Extension Research
research MODULE
Academic research paper extending existing RandCompile work with our own secured kernel implementation. Developed compile-time kernel hardening techniques with ABI randomization and data structure obfuscation, maintaining less than 5% performance overhead while enhancing security against malicious hypervisor threat models.
Minesweeper Game
web MODULE
A modern, fully-featured Minesweeper game built with TypeScript, HTML5, and CSS3. Features multiple difficulty levels, flag mode, timer, and a beautiful glassmorphism UI. Demonstrates advanced TypeScript patterns, DOM manipulation, and game logic implementation.
Procedural Roguelike RPG
web MODULE
A hardcore ASCII-based roguelike RPG featuring permadeath, procedural dungeon generation, hunger system, item identification, and cursed items. Built with TypeScript and styled with a terminal-inspired interface. Includes infinite dungeon floors, dynamic bosses, magic spells, abilities, status effects, and save/load functionality. A true roguelike experience where every decision matters.
Bank of React
web MODULE
A single-page banking dashboard built with React. Implements account balance tracking, transaction history, spending visualizations, and routing with React Router as part of a course assignment. Deployed via GitHub Pages.
Grid Maker
web MODULE
Interactive grid drawing application where users can create, color, and clear cells on a dynamic grid. Features multiple implementations with modern UI, color selection, and fill tools, built as a collaborative web assignment.
Zoo Explorer
web MODULE
A collaborative web project showcasing wildlife from around the world through an interactive zoo experience. Features multiple themed zoo sections with educational content about exotic animals, built with HTML, CSS, and JavaScript in a National Geographic-inspired design.
RSA Factorization & TLS Decryption
security MODULE
Automated RSA key recovery and TLS decryption by scripting modulus analysis and key extraction. Factored 1024-bit RSA keys using GCD-based methods and analyzed decrypted TLS session data with Wireshark for security research.
High School Projects Collection
academic MODULE
A collection of Java projects from my high school computer science coursework, showcasing fundamental programming concepts and problem-solving skills in object-oriented programming.
Hunter College CS Coursework
academic MODULE
Academic projects and assignments from CSCI 12700 at Hunter College, demonstrating proficiency in computer science fundamentals and coursework requirements.
LeetCode Solutions
tool MODULE
My LeetCode submission collection showcasing problem-solving skills and algorithmic thinking. Features solutions to various coding challenges with optimized approaches and clean implementations.
Food Delivery Service
academic MODULE
CS43500 project creating a database for a comprehensive food delivery service system. Features include user management, order processing, restaurant management, and delivery tracking with database integration.
CSCI 49381 Security Labs
security MODULE
Collection of cybersecurity lab assignments covering topics like buffer overflow exploitation, Slowloris DoS attacks, cryptography implementations, and penetration testing techniques.
CSCI 260 Assembly Projects
academic MODULE
Assembly language programming projects demonstrating low-level system programming, MIPS architecture understanding, and computer organization concepts.
CS 260 C++ Projects
academic MODULE
C++ programming projects showcasing object-oriented programming principles, data structures implementation, and software engineering best practices.
CS 335 Software Engineering Projects
academic MODULE
Software engineering coursework projects demonstrating system design, project management, and collaborative development practices in C++.
JBot Discord Bot
tool MODULE
DEFUNCT Custom Discord bot implementation with various utility commands, moderation features, and interactive functionality for server management and entertainment.
Basic Web Projects
web MODULE
Collection of foundational web development projects demonstrating HTML, CSS, and JavaScript skills with responsive design and interactive features.
ENCRYPTION: AES-256-GCM