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.

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 […]

React Part 3: Advanced Concepts

Thanks for continuing on your React journey! This article marks the final chapter, Part 3, of our React series. In this part, we'll tackle some advanced concepts to supercharge your React development skills. We'll cover topics like routing, hooks, performance optimization, and more – all explained with easy-to-understand explanations and relevant examples. Get ready to […]

React Part 2: Intermediate Concepts

Thank you for joining us on this exciting journey through React Part 2: Intermediate Concepts! In this comprehensive guide, we’ll explore essential advanced React development topics, including Lifecycle Methods, Forms and Inputs, Styling, and the powerful Context API. Our goal is to simplify these complex concepts, making them accessible to all. No overload theory here — just practical insights and […]

React Part 1: React JS 101

Welcome to the first part of a comprehensive guide on React, a popular JavaScript library for building user interfaces. This series is divided into three parts, with each part focusing on different aspects of React. In this part, we'll cover React Components, States, Props, JSX, Event Handling, and Hooks. I aim to explain these concepts […]