CSE
Menu

THE PROGATE JOURNEY

From first blog to modern web development

My Web Development Blog

My First Blog Ever — From Progate Days

January 15, 2020 Swapnil Sanap

This was my very first blog post, written when I was just learning HTML and CSS through Progate. It's amazing to look back at where it all started. The journey into web development began with simple HTML tags and basic CSS styling. I remember the excitement of seeing my first webpage come to life.

I learned that the web is built on simple building blocks that, when combined creatively, can create incredible experiences. This post represents where it all began - my first steps into the world of web development.

Read More

What I've Learned Since Then

October 11, 2025 Swapnil Sanap

Looking back at my journey from Progate to now, I'm amazed at how much has changed in web development. I've learned that modern web development is about creating responsive, accessible, and performant experiences. Frameworks like React have revolutionized how we build UIs, and tools like Tailwind CSS have changed our approach to styling.

But the fundamentals remain important. Understanding HTML semantics, CSS layouts, and JavaScript core concepts has been the foundation that allowed me to grow as a developer. This modernized site is a testament to that growth - still recognizably the same site, but built with better practices.

Read More

The Evolution of Web Design

October 5, 2025 Swapnil Sanap

Web design has come a long way from the days of table-based layouts and fixed-width designs. Today, we think in terms of components, design systems, and user experiences across multiple devices. This evolution reflects how the web itself has changed - from static documents to interactive applications.

Modernizing this site was an exercise in applying contemporary best practices while respecting its origins. I've replaced float-based layouts with flexbox and grid, added semantic HTML, and improved accessibility - all while maintaining the visual identity that made the original site special.

Read More