Blogs

Export PostgreSQL …

This simple command can be run from a terminal to export data (and schema) to a local file from the Docker database container. This assumes that data only lives within the container and is not persisted using a Docker Volume. You might have a configuration like this for local development or testing. …

Lessons Learned from …

Just a few years ago my wife and I sold most of what we owned and moved to a Caribbean island. It was an adventure into the unknown for sure, but very exciting. I look back at that time fondly and feel it was a very formative to how I want to live my life going forward. A little background The stars …

Puppeteer Max Timeout …

I’ve been using Puppeteer a lot recently for automated testing and more often for web scraping. Often times though I’ve run into a timeout error where I’ve exceeded the default 30000ms timeout when requesting a new page in the headless Chrome browser. This is really common for …