Intro Setting up a NextJS project is exciting, but securing the localhost environment for testing and development can be challenging. To enable a...
This will be a running list of things that I found useful while working on enterprise projects. These can be good tips for other projects too but...
The git rebase command with --exec flag can be pretty handy in a variety of situations. Using this, you can execute any git command on a range of...
You have most likely used VSCode if you have been doing web development for some time. I switch between WebStorm and VSCode for my company’s projects...
React component performance React has made it easy for web developers to quickly develop and deploy apps into production. However, as the app gets...
Motivation Loading images on the web has always been a hot topic. If a user doesn’t see all your images, it doesn’t make sense to send down the wire...