Projects

Videoconduit

I still remember how I used to scrape the web for software or free online video convertion tools. All are behind a paywall except few. So I thought of making my own tool as my another cloud engineering project. This one for now extracts audio in mp3 from any video and changes the resolution to 480p, 720p and 1080p and sends download link to users email address instead of keeping the user on the website.
Here is the live link to the project: Videoconduit website
Github Repository: Videoconduit Github Repository
I wrote a detailed article on medium about this project: Medium article
Below is the walkthrough of the project.

NOTE: I have put additional safeguards such that I can only use it. I dont want to rack up my cloud bill.

My Portfolio Website

This website is entirely serverless and highly scalable and globally available thanks to Cloudfront that is.
This is the link to the project repository: My Portfolio Website
I wrote a detailed article on medium about this project: Medium article

RFP

comming soon...

SoloLeveling

This is a simple task tracker app built purely on C++ with Crow framework and I used SQL for the database. Used containerization technologies like Docker and Kubernetes. This was my very first cloud engineering project and an official testament for me to actually how messy the groundwork can become. Above all my bad decisions I made during the project development.
Here is the link to the project repository: SoloLeveling Github Repository
Here is the link to the article I wrote about the project: Article at Dev.to