My Projects

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

View details for This Website This Website

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.

View details for Meeting Link Organizer Meeting Link Organizer

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!

View details for URL Shortener URL Shortener

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!