Projects
My open-source side projects and stuff that I built with my colleagues at work

Airbnb Clone Frontend
An Airbnb clone frontend built with Next.js and Tailwind CSS, deployed on Vercel. It connects to a backend API developed using Django Rest Framework

Airbnb Clone Backend
Backend service designed to emulate key functionalities of the popular AirBnB platform. Built using Django REST Framework, this API provides endpoints for managing property listings, user accounts, and bookings, offering seamless interactions between hosts and guests.

Deploying BlueSky on AWS using CI/CD
The project uses Terraform to manage and deploy infrastructure on AWS, offering an automated approach, along with CI/CD to automate container creation using GitHub Actions (currently hosted on Render).

Supermarket System
The project involves simulating a supermarket store using C++ and implementing data structures such as lists, queues, and stacks. The system will have two types of users: administrators and customers, and it will integrate with a MySQL database for data persistence.