Write less form-related code in your Capybara tests with
our newly open-sourced library, Formulaic.
What we learning writing an Ember.js app as a separate codebase,
deployed separately from the backend Ruby on Rails API.
Testing was particularly hard!
Use null: false, default: false
on boolean columns in
ActiveRecord migrations to avoid NULL problems.
Improve our Arduino power usage using a nRF24l01+ board.
How to perform a code review of an iOS app using
static analyzers and other tools.
Use composition to build more complex SQL queries in Ruby
using ActiveRelation’s API.
Paperclip 4.0 and 4.1 contain security fixes to prevent spoofing.
A content type or filename validation is also now required.
How to refactor your own computed properties in Ember.js.
We’re excited to introduce a new talk series focused on product design,
hosted by thoughtbot in San Francisco.
Food will be served in the form of tacos.
Convert a CoffeeScript function that takes multiple arguments
into a chain of functions that take one argument each.
This is called function currying,
and it can make your easier to understand!