Team Tools Roundup

By Dana Jones

Our distributed team uses some really interesting tools to do the work we do. Check out our tool roundup to find some new tools to try yourself.

Using Tmuxinator to automate your environment

By Troy Spruit

How to use Tmux and Tmuxinator to automate the creation of complex environments such as service oriented architectures.

A Simple Pair Programming Setup with SSH and Tmux

By Tres Trantham

Here at Collective Idea, we do a lot of pair programming. We also believe in remote working. When pairing with any of our remote developers, we typically use a combination of SSH and tmux. There are a lot of good articles on this type of setup, but we've settled on an easy solution that works well.

A PostgreSQL Sandbox Using VIM and tmux

By Chris Rittersdorf

!If you’re like me, you’ve let ActiveRecord hold your hand for way too long. And when it comes time to write advanced PostgreSQL queries, you need to experiment in the REPL to find what you’re looking for. Add this trick to your toolbox to make working with the PostgreSQL REPL simpler.