Articles

For me blogging is a way to keep a note on things I've learnt over the years. Most of the articles are related to GitHub and front-end development with Next.JS.

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.

End of Articles

Go back to top