5 killer Ruby talks of 2014

  1. An Ode to 17 databases in 33 minutes — Beginner

    Entertaining tour of databases. Jokes on MYSQL included.

  2. Debugger driven development — Beginner

    Coding is about instant feedback. How to use power of debugger to sky rocket your productivity?

  3. All the little things — Intermediate

    Sandi Metz refactors her code using OO principles. The most valuable thing is hearing her thought process and how the decisions are made, knowing when to break rules to achieve great code.

  4. JRuby9000 — Intermediate

    JRuby will become true beast in coming year. They are catching up to MRI with ruby version and if everything will go great drip will be natively supported on rails — no long startup time, the number one annoying thing in JRuby world.

  5. Unicorn unix magic tricks — Advanced

    Ever wondered how unicorn does all this amazing things? This talk uncovers all the unix magic used by unicorn and how it’s called using ruby.