🚀 Projects

Here are some of the projects I've worked on. You can find more on my GitHub profile.

Personal Website

In development

My personal website built with Next.js, TypeScript, shadcn/ui, and Tailwind CSS.

Personal Website

JourneyAI

A full-stack data-driven AI writing assistant for journalists and storywriters that can analyse and visualize large amounts of data

JourneyAI

2048

Used a Model View Controller design pattern in Java to create a text-based version of the modile game 2048.

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.

OpenGL Computer Graphic Projects

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.

Operating System C Projects

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.

Cinema Database

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.

2D Motion Simulator

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.

Insurance Database

Course Database

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

Course Database

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.

Python Algorithms

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.

Text Adventure Game

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.

Social Media Clone