Recent Posts

Exploring the DOM with jQuery

3 minute read

We’ve been diving into Javascript and jQuery this past week at Flatiron. jQuery is a Javascript library which provides a large amount of increased functional...

Validations in Active Record

6 minute read

Imagine this: you’re developing your very first Rails application, and need users to give you some data to manipulate in order to implement your intended fun...

An Example of Ruby’s Flexibility

1 minute read

Blocks are a powerful yet tricky tool in Ruby to help programmers iterate over data and transform it or analyze it how they like. But beware! Power can be a ...