Sharing what I learn as I grow as a full-stack developer.

From entrepreneurship and finance to coding, this is my ongoing journey—lessons, challenges, and discoveries, collected in chronological order.

I built an HTTP Server from Scratch and Here's Why

'Just use Django' they said. Instead, I built my own HTTP server and discovered a whole new world of web architecture. Here's what happened when I decided to look deeper than framework abstractions - and why it made me a better developer.

Refactoring YappApp: A Journey from Spaghetti to Structure

How I transformed a monolithic React application into a maintainable, component-based architecture. From tangled authentication flows to clean, reusable components - here's what I learned about writing better code.