This blog covers things I work on or explore — JavaScript, frontend techniques, backend concepts, practical solutions, or just DIY. It's a collection of useful notes, ideas, and things worth revisiting — whether to learn, debug, or build better.
Comprehensive Guide to Advanced JavaScript Concepts
In-Depth Exploration of JavaScript Execution Contexts, Closures, Promises, Async/Await, Object-Oriented Programming, Prototypes, and More
Aug 3, 2023
Essential React Hooks: A Comprehensive Guide
Learn about the most important React hooks and how to use them to enhance your functional components.
Jul 19, 2023
Basic of React 17
Lets learn building large react app by building smaller react components and then composing them together
Sep 25, 2021
Check if a Subarray with Zero Sum Exists – Prefix Sum in Action
Understand how to check for a zero-sum subarray using both brute-force and prefix sum techniques, with step-by-step code in Python and JavaScript.
Jun 26, 2025
Complete Typescript
Learn react 18 with typescript
Aug 25, 2023
Find Pair with Given Sum in an Array – Brute-force and Optimal Approaches
Explore how to find two elements in an array that sum up to a target value using brute-force and hash map techniques in both Python and JavaScript.
Jun 26, 2025
Using GitHub as a Headless CMS for Blogs with Next.js – and Publishing to dev.to + RSS!
Learn how to build a fast, modern blog using GitHub as a content store, MDX for writing, Next.js for rendering, and RSS feeds to publish automatically to dev.to
May 8, 2025
graphics.h template
Basic c++ graphics lib setup template up and running
Apr 4, 2021
6 steps to create a pull request
How to contribute to a project on Github, If you are looking to make your first github contribution...
Sep 9, 2021
What is markdown
what how and why to know about markdown readme.md content
Apr 25, 2021
Learn Regular Expressions
A Comprehensive Guide to Mastering Regular Expressions in JavaScript, including freeCodeCamp and additional content
Jul 13, 2023
The Enchanting Guide to JavaScript Exports and Imports
Unraveling the Secrets of Named and Default Exports with Joy
Jan 30, 2024
JavaScript In-Place Array Manipulation
Remove Duplicate Numbers from Sorted Arrays in JavaScript
Jul 10, 2023
Setting up graphics.h lib in Visual Studio Code (C++)
Step-by-Step Guide to Configure graphics.h Library in Visual Studio Code for C++ Development
Sep 9, 2021
Sort Visualization using p5.js
Bubble sort can be implemented as follows:
May 9, 2021