Projects

Portfolio WebsiteGitHub ↗

September 2026

A responsive portfolio website built with Next.js, React, TypeScript, and Tailwind CSS to showcase my software projects, professional experience, and skills. The site uses reusable components and JSON-driven content to keep project and resume information separate from the presentation layer. Designed with responsive layouts and accessibility in mind, including keyboard navigation, semantic HTML, and support for varying screen sizes and zoom levels.

Screenshot of Home page

Uses:

Next.js • React • TypeScript • Tailwind CSS

Procedural Track Generation Tool - UnityGitHub ↗

February 2026

A procedural track generation tool built in Unity that allows developers to create customizable, game-ready tracks by drawing and editing paths directly in the editor. The system uses spline sampling, vector-based mathematics, and procedural mesh generation to construct tracks with support for features such as curves, elevation changes, banking, intersections, sidewalks, and other configurable components. The goal is to provide the flexibility of a procedural system while keeping the workflow intuitive and easy to use.

Customizable tracks

Uses:

Unity • C#