🚀 Projects
Here are some of the projects I've worked on. You can find more on my GitHub profile.
Personal Website
My personal website built with Next.js, TypeScript, shadcn/ui, and Tailwind CSS.
JourneyAI
A full-stack data-driven AI writing assistant for journalists and storywriters that can analyse and visualize large amounts of data
2048
Used a Model View Controller design pattern in Java to create a text-based version of the modile game 2048.

OpenGL Computer Graphic Projects
Created various computer graphic projects using OpenGL and glad to simulate orbit of planets around the sun in our solar system and the lighting effects of a disco ball.
Operating System C Projects
Created various C program related to working with operatins systems such as making an implementation of various disk scheduling algorithms. It reads disk access requests from a binary file (request.bin) and schedules them using different algorithms to determine the total head movement required to service all requests.

Cinema Database
Created a cinema database in C# that is used for running a cinema. Involves buying tickets for various movies that are playing in a movie theater.

2D Motion Simulator
Created a simulation of a shape that is moving through 2D space. Displays a graph for distance, velocity, and accelaration. The created simulations are similar to the ones used for video game physics and animations.

Insurance Database
Created an insurance database in Java that is used for managing car and home insurances. Involves contracts, plans, and management for multiple people.

Course Database
Created a course database in Java that is used for course enrollment. Involves multiple courses and allows enrollment for multiple people.

Python Algorithms
Created multiple software sorting, searching and tree algorithms such as quicksort, BFS, DFS, Red-Black Trees and then ran numerous tests to measure their runtimes. Added optimizations to the sorting algorithms to improve their performances. Then created modified functions such as printing a path from one node to every other node, or printing the path between two nodes. For the tree algorithms, created other algorithms that check if a graph has cycles or if it is connected.

Text Adventure Game
Created a text-based adventure game in Java where the user gets to play through three games. The three games are a typing test, maze, and a mini game similar to battleship.

Social Media Clone
Created a social media clone with full functional features similar to other social media like Facebook. Created and fully developed both the front end HTML, JavaScript, and CSS, as well as the backend database created using Django.
