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.
Thoughts about the internet, on the internet
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.
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.
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.
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.
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
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.
Last updated 15 October 2015
With all the testing dogma out there, hear how Peter learned to follow TDD the hard way
Last updated 13 September 2015
Keep your instance variables hidden, but changeable, with private attr_readers
Last updated 08 September 2015
Use dependency injection to only test the things you care about
Last updated 29 August 2015
Some tips on keeping configuration the same across multiple computers.