Computer science student with a focus on cybersecurity, networks, and machine learning.
A personal movie logging app built in JavaScript. Track films you've watched, log ratings, and maintain a running watchlist. Designed to be lightweight and fast with no backend dependency.
A focus timer app with an ocean-themed frutiger aero aesthetic. Features custom focus and break intervals, an XP levelling system with 15 ocean ranks, animated bubbles, and custom background uploads.
A media-focused website built with HTML and CSS. Designed as a clean editorial platform for displaying content, applying structured layout principles and responsive styling from scratch.
A DJ portfolio website built for a friend. Styled with CSS and deployed to Vercel, includes configuring routing for static hosting and setting up a clean deployment pipeline via GitHub.
A semester-long cybersecurity project analyzing how authentication mechanisms like passwords, OTPs, and tokens can be exploited. Simulated real-world attack vectors including OTP reuse, MD5 hash collisions, and insecure session handling. Evaluated defensive mechanisms that reduce breaches without degrading user experience.
Designed and evaluated reinforcement learning agents using Unity ML-Agents. Conducted controlled experiments analyzing hyperparameters which were buffer size, batch size, gamma while tracking RAM and CPU usage to model training efficiency. Built custom logging tools to export training metrics into structured datasets for regression-based performance prediction.
Implemented a lightweight Gemini-Lite protocol stack including client, server, and proxy components in Java. Ensured strict protocol compliance for example CRLF handling, status codes, MIME validation and analyzed network behavior using DNS configuration and Wireshark packet inspection.