My Projects
Here are some of the projects I'm proud to have worked on.

This Website
This portfolio website is built using a Python Django backend, with the user interface styled by Tailwind CSS. It dynamically renders project and video data from a database and utilizes JavaScript to handle the light and dark mode theme switching. The entire application is deployed within a Docker container to create a portable and secure production environment.

Lane-Tracking Robot Car
This project showcases an autonomous lane‑tracking robot car built on a Raspberry Pi 3 B+, a USB webcam, and an L298N motor driver. Using real‑time OpenCV image processing and a PID control loop, it evolved from a simple frame‑threshold prototype to a smooth, efficient tracker. All housed on a custom 3D‑printed chassis. View the GitHub repo for more details.

Meeting Link Organizer
This Django-based web application efficiently manages and displays virtual meeting links, automatically presenting the correct link when a meeting is active. Can add weekly meeting schedules in the Django Administration Portal. Tutorial on how to make this is on my YouTube Channel!

URL Shortener
This project is a Python Django URL Shortener that allows users to input long URLs and generate shorter, more manageable links. When the shortened URL is accessed, it seamlessly redirects the user to the original, longer URL. Tutorial on how to make this is on my YouTube Channel! Updated demo version coming soon!