Git interactive rebase, squash, amend and other ways of rewriting history Learn the git tools that will allow you to keep a clean git history, how to use them, and why they should be handled with care. Tute Costa November 3, 2014 Git Tools
The Bike Shed The Bike Shed joins the thoughtbot podcast family. Derek Prior November 2, 2014 News Web
Man Pages For Your RubyGems Whether I’m implementing an HTTP API client, using a Ruby library for the... Calle Erlandsson November 1, 2014 Web Unix
PGP and You Learn not only how to use PGP, but why each step is important and how to make decisions when interacting with PGP. Caleb Hearth October 31, 2014 Git Open Source Unix
Beginner's Mind We all want to be experts, but a fresh perspective can help an experienced mind learn new tricks. Ian C. Anderson October 27, 2014 Playbook Happiness Productivity
Human-Centered Typography Viewing typography as a human-centered field of design Carolann Bonner October 24, 2014 Design Typography User Experience
You Should Take A Codecation A codecation is like a vacation, but you spend most of your time writing code. Ben Orenstein October 23, 2014 Playbook ClojureScript Codecation
A more efficient and organized workflow for SVGs SVGs can be messy to develop with, often times being exported from a graphics... Steven Harley October 22, 2014 Web SVG Design Rails
Introducing FormKeep Announcing FormKeep, the easiest way to create form endpoints for designers and developers. Josh Steiner October 15, 2014 News Formkeep Web
Functional Swift for Dealing with Optional Values Using functional concepts in Swift can bring clarity and safety to everyday patterns. Gordon Fontenot October 15, 2014 Functional Programming Swift Haskell iOS