Brian Childress


Prevent Nodemon from Constantly Restarting

In this short article we'll take a look at a common issue when using Nodemon to refresh files during development.


Automating a Twitter Post with JavaScript

In this article I walk through a simple JavaScript implementation to post a tweet to Twitter.


Launching a Podcast

In this article I share why I wanted to start a podcast, launching it, and what I've learned so far.


Fuzzy Search Directory in Terminal

In this article we'll look at a simple terminal command to do a "fuzzy search" of files and folders in a directory.


Tracking a User's Social Logins in your Database

In this article I will share an approach to managing user accounts that use OpenId Connect to login with various social platforms.


Testing a Pull Request Locally

If you want to test a pull request locally, here are a few simple commands to get setup.


Updating GIT credentials in Command Line

If you've seen an 'Authentication failed for https://____.git error, here's a quick command to update your credentials through the command line.


Find the Newest File in Directory Using NodeJS

In this article I'll walk through a simple method for finding the newest file in a directory using NodeJS.


Backup PostgreSQL Database Schema

If you're working with PostgreSQL (and optionally Docker) and need to backup your database schema this article will walk through a few handy scripts to backup and restore your database schema using Docker containers.


Find a File in a Directory Using Unix Command

In this short article we'll take a look at a command that allows you to search a directory or subdirectory for a file based on some pattern.