Projects ​
A simple link shortener! "Bitly clone"
I've always wondered how Bitly (bitly.com) works. They can take long, unwieldy URLs and shorten them dramatically. It seems very interesting, and I'm curious about the mechanics behind it. Building my own link shortener to understand the process seems like a fun project, especially since it might not be that difficult at first glance.
A multi select react component: "Ingredient Picker"
I thought it would be fun to share one of my earliest React projects - an ingredient picker I built during my internship back when class components were still the hot thing. While hooks and functional components are the way to go now, I think there's value in sharing this journey. Plus, who knows, you might still run into class components in legacy codebases.
Journey into Web Development: My First Web Application
Every developer remembers their first significant project that initial leap from tutorial examples to building something real. For me, it was a Canteen Management System developed during my diploma studies. What started as a simple class project evolved into a journey that would fundamentally shape my understanding of web development.