Blogs
Populating a PostgreSQL …
When using Docker, Docker Compose, etc. I’ve found that trying to populate a database by mounting a volume containing the necessary .sql files doesn’t always work. If you’re using PostgreSQL and developing locally, here is a quick command to seed (re-seed) your database. In your …
Split Screen on Mac
If you’re on a Mac it’s really easy to split your screen(s), here’s how: Click the green dot in the upper right hand side of your window Drag the selected window to the side of you screen you want to dock the window Note: Drag the vertical line between the panes to resize the width …
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.