Hello, I am

Avirup Ghosh

I'm a self-taught developer specialising in web technologies. I like write interactive articles, & build open source projects.

Featured Articles

Debug NextJS Project with VS Code

Debug you NextJS Project seemlessly inside VS Code
Debugging your Web Application is one of the ways you can improve your code quality, as well as helps you to catch bugs automatically. Any debugger that can attach to Node.js can also be used to debug a Next.js application. If you are a complete beginer to debugging this will help to to setup the debugging for NextJS in VS Code
Git Submodules

Git Submodules

Make your projects easy to maintain with git submodules
We all have some code that we reuse over and over again for other projects, this will make the perticualr code redundant, hassle top mannage and less developer friendly. Thankfully the creators of GIT thought of that problem and provided a solution in form of submodules. This post primarily focuses on the submodule concept and how to use it.
Read All Articles

Popular Snippets

useEvent()
Use EventListener API on react components
April 18, 2022
useLocalStorage()
Use browser's LocalStorage as a state management.
April 16, 2022
Icon
React component for feather icon.
February 18, 2022
Read All Snippets