🚀 SOLID Principles Series – Part 1: Single Responsibility Principle (SRP)May 20, 2025·3 min read
🚀 SOLID Principles Series – Part 2: Open/Closed Principle (OCP)Keep Your Code Flexible — Add New Stuff Without Messing Up Old LogicMay 23, 2025·2 min read
How I Started My AI Journey as a Developer (Without Knowing What GPT Even Means)A developer’s honest journey into the world of AI, tools, and tiny agents.Apr 20, 2025·3 min read
React Infinite Scroll CalendarA Seamless Way to View Dates with Infinite Scrolling Managing dates in your React applications just became a lot easier with the React Infinite Scroll Calendar. Whether you’re building a scheduling app, booking system, or simply need an efficient way...Nov 20, 2024·4 min read
Build Simple, Efficient, and Reusable Components for React NPM PackagesObjectives I’ve always been a big fan for building code that is reusable, modular, and simple on its own but capable of achieving great things when combined with other components. The goal of this blog is to share how you can create reusable code mod...Nov 19, 2024·5 min read
Building My Own Markdown Parser: A Developer’s Journey 🚀Hello Readers, In this post, I’m going to explain what is Markdown, how Markdown works and why it’s so useful. We’ll dive into its key features, common uses, and show you how to get started with it. Markdown has always been a go-to for developers whe...Oct 20, 2024·4 min read
Javascript Interview Question Explanation -Asynchronous BehaviourIntroduction In this article, we will explore a fascinating piece of JavaScript code that demonstrates the asynchronous nature of the language, particularly how closures and the setTimeout function work together. If you’ve ever been puzzled by why yo...Oct 15, 2024·4 min read
Javascript Interview Question Explanation- Object PropertiesHello Reader, I am going to explain javascript interview coding question. How javascript compiler works and what it actually produces as output. I’ll break down each part of the output, explain why it appears this way, and connect it back to the spec...Oct 7, 2024·3 min read