While you might not be able to prevent accidentally ruining data in production, you can put up roadblocks to reduce the risk. Consider writing custom scripts to avoid making those
How Read-Eval-Print-Loop can be improved by turning it into a Read-Eval-PrettyPrint-Loop. Plus a Github repo of the author's TDD script for F# development.
Using Sprockets in Rails 3.1 can be a little tricky. It wasn't hard to get Sprockets compiling CSS files from SASS into CSS. However, it became difficult wh
Testing web apps that make use of the new HTML5 features can be frustrating. With some work, we can use Capybara to test them through the browser easily.