Developer Hacks – quick and fast
As a developer or programmer, we do and develop hacks to ease our life that we do more in less time. I am documenting here a few hacks that I do and developed to be lazier 🙂
# Open Chrome browser from your terminal, you can do this hack to save a few seconds. I use to do it on my VS Code terminal
start chrome http://localhost:8006
Replace http://localhost:8006 with your URL.