I don't have any schedule or order to write, but I often do it whenever I'm in mode to do so! There are varieties of posts, tutorials, notes, musings, and many more things. It's an archive of everything exciting I've done, hopefully, you'll find some of it interesting and exciting too.

All Articles.

Shiny Object Syndrome for Developers!

How to Balance Curiosity and Productivity! Let’s face it: as developers, we’re naturally curious. We love exploring new tools, frameworks, and technologies. But there’s a fine line between curiosity and chaos. Enter Shiny Object Syndrome—the tendency to chase every new trend. In today’s fast-paced tech world, where AI tools, new JavaScript frameworks, and cloud platforms […]

2024 in Memory.

2024 in Memory: A Year of Unexpectedness and Shift! As I look back on 2024, I’m amazed at how much can happen in just 365 days. It’s been a year of ups and downs, new beginnings, and unexpected twists. A year of pushing boundaries, embracing new challenges, and finding joy in unexpected places. Let’s dive […]

10 Things I’ve Cared About AI.

AI won’t take your job; someone using AI will. And most likely, it’ll be you replacing your old self by using AI. “In ten years, almost every writer will have AI as a regular part of their workflow.” “Knowing AI doesn’t mean you’ll become successful overnight.” It’s a tool, not magic. “Some love AI, some […]

7 Useful Vanilla JS Projects for Practice!

As a modern-age web developer, JavaScript is an essential part of your toolkit, and what better way to strengthen your skills than by building real projects with raw Vanilla JS? I created a playlist called “7 Useful JS Projects,” featuring practical challenges that will help you grasp JavaScript fundamentals while building something useful. Whether you’re […]

Migrating From Traditional To Healdess CMS With Contentful: Challenges And Solutions! 

In today’s digital era, businesses are constantly seeking ways to improve their content management and delivery. This has led to a shift from traditional Content Management Systems (CMS) to headless CMS solutions like Contentful. First, let’s Understand, Traditional CMS vs. headless CMS: Traditional CMS: All-in-one solution (content management, storage, and presentation) Tightly coupled front-end and […]

2 Authentication Methods in Web Development: Session-Based vs. Token-Based

🔐 In web security, authentication is crucial for verifying user identities. As cyber threats evolve, robust authentication methods are essential to protect data and ensure only authorized users access your application. This article explores two primary authentication methods in modern web development: Session-based authentication Token-based authentication Understanding their differences, advantages, and disadvantages will help developers […]