Blogs

Automating a Twitter Post …

In this article, I’ll walk through a simple implementation I use to automatically post a link to a random blog article I’ve written to my Twitter feed. This implementation is written in JavaScript, but the concepts are easily translated to other languages. The breakdown: I have a blog …

Launching a Podcast

An exciting new venture me over the past month or so has been creating and launching a podcast with my friend, Kevin Galang. The Dev Advice Podcast is intended to be the podcast I wish I had when I was growing in my career as a software engineer. The podcast is a place for a couple passionate …

Fuzzy Search Directory in …

Sometimes we need to find a file or folder in a directory, but struggle to remember the exact name that we’re trying to find. Tab auto-completion is great but it also assumes that we know the first few letters of the thing we need to find. Here is a simple terminal command that will do a …