I ran into an issue recently where my autocomplete suggestions on VSCode would only bring up Emmet suggestions and none of the type information would...
I recently set up an Nx monorepo with a lot of sensible defaults. My linting config was working perfect in CI. Running ESLint on terminal through Nx...
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...