About
At the mark of July 2024, I graduated in a Bachelors of Computer Science with Artificial Intelligence at the University of Leeds. Whilst studying, I co-founded a Micro SaaS GradFlow in hopes to revolutionise the way students can track their job applications. I have a passion for building products that solve real-world problems and have a positive impact on society.
Work Experience
Education
Certifications
Skills
Database
Technologies
Past Projects
I've worked on a variety of projects throughout university, from simple websites to 3D rendering. Here are a few of my favorites.

OpenGL Graphics
Created an interactive 3D rendering application aimed at simulating a specified virtual launch event environment. The application was built using modern OpenGL techniques, featuring a realistic terrain modeled from actual elevation data. I integrated both premade and self-generated 3D models to populate the virtual world, applying advanced texturing and lighting effects.
Package Checker
A Python script that automatically checks and installs required packages for a given Python file. It analyzes the file's content using abstract syntax tree (AST) parsing to extract the necessary package dependencies. If any packages are missing, it prompts the user and installs them using the pip
package manager, making the package management process effortless and efficient. Available upon request.