Building iOS Interfaces: Subclassing Views The custom button we previously implemented looks all good and dandy, but we can’t possibly be expected to repeat that process for each additional button. Enter subclassing. Reda Lemeden April 28, 2016 iOS Design Mobile Swift
Factories Should be the Bare Minimum Keep it simple. Matt Sumner April 26, 2016 Testing Rails Factory Girl Web Factory Bot
Blocks, Procs, and Enumerable A look under the hood at how blocks and procs are used in Ruby. Joël Quenneville April 25, 2016 Ruby
Running Acceptance with Heroku Review Apps Generate staging environments automatically for each pull request. Tute Costa April 22, 2016 Heroku Productivity
GIT PUSH && GIT PAID We’re pushing some new swag. Come git it! Mike Borsare April 21, 2016 Git Swag Design Fun
Postgres Index Types Improve query performance by using the right index type. Calle Erlandsson April 21, 2016 PostgreSQL
Lists, Vim, and You How to search and replace from your shell and editor. Teo Ljungberg April 20, 2016 Vim Shell
Observables, and Callbacks and Threading, Oh My! How to create an observable from a callback and what not to do. Amanda Hill April 19, 2016 Android RxJava
Rolling Random Romans A dive into functional random generators. Joël Quenneville April 18, 2016 Elm Functional Programming
Maybe Thinking By understanding Maybe, you begin to see code in a new light. Josh Clayton April 15, 2016 Functional Programming Elm Ruby