NPM

Prevent Nodemon from …

It’s not often that I run across this issue, but it does happen from time to time where Nodemon seems to constantly restart. If you’re not familiar, Nodemon is a fantastic NPM package that will watch for file changes and restart your Node process automatically. This really speeds up …

Dynamic PostgreSQL WHERE …

If you’re working with arrays of data in PostgreSQL this post will walk through a quick and simple solution to create dynamic WHERE IN database queries using arrays for PostgreSQL. Some of the syntax might be helpful for other databases and libraries as well. The Problem Here’s the …

Deleting node_modules (or …

In this video I'll show you a simple command to find and remove all of your node_modules folders, or any folder you have a lot of, quickly and easily.