Create Bash Aliases

Bash (The Bourne Again SHell) has a feature that lets you create a keyword to associate with a command. It’s a great way to make it easy to execute hard to type commands. It’s called alias.

Project Design Logs

As projects progress, design and development decisions are made. Each is like a fork in the road that led you to the project’s current state. What if we captured them as they happened?

Hotness, My First Vim Theme

Ever made a Vim color scheme? After all my years of using Vim, this was the first time I tried. It wasn’t nearly as difficult as I imagined.