Welcome to the scary place that is my thoughts...
Topics
Fix_protocol

FIX Protocol LogStash Filter
Published: 03/08/2016

We open-sourced a LogStash Filter for the FIX Protocol / trading community and it's pretty awesome


Actioncable

An Introduction to Rails Action Cable Part 1
Published: 02/08/2016

First of likely a 3 part series, demonstrating setting up, implementing, testing and deploying Action Cable in a Rails 4 project with AngularJS


Vim-ninja

Using Your Mouse in Vim
Published: 11/15/2015

Enabling your mouse for use in Vim might be sacrilegious, but damnit it's helpful


Vim_image

The Silver Searcher - A Better Way to Grep
Published: 10/26/2015

I've been using Silver Searcher for a while now, but got inspired to write a little blurb after watching Gary Bernhardt use it in one of his screencasts.


Git_logo

Find Regressions Like a Boss with Git-bisect
Published: 09/10/2015

Git bisect is a powerful tool to run any script with a binary search to check for regressions in application code