Tmux Scripting

Last updated 16 April 2016

It can sometimes be fun and useful to write tmux scripts that get everything you need running at once. Peter gives you some tips on how to write scripts for tmux.

Ready, Set, Vim! Part 2 - Movement

Last updated 23 November 2015

Getting started with vim can be daunting. Peter guides you through small steps that won't overwhelm you. This edition covers basic movement.

Ready, Set, Vim! Part 1 - Modal Editing

Last updated 22 November 2015

Getting started with vim can be daunting. Peter guides you through small steps that won't overwhelm you. We start with modal editing.

Digging Into Sass Placeholders

Last updated 10 November 2015

Example use of Sass placeholders are usually extremely simple. See a little bit more of why you might use them over traditional Sass extensions.

Sass's Leaky Abstraction

Last updated 07 November 2015

While sass makes maintaining css much easier, it still requires a knowledge of how it is compiled to use it effectively

Dumping the CSS Framework

Last updated 18 October 2015

While a css framework like Bootstrap has a lot of benefits for getting started, in the long run you are better off just getting the css you actually use.

Learning Testing the Hard Way

Last updated 15 October 2015

With all the testing dogma out there, hear how Peter learned to follow TDD the hard way