Divide & Conquer: Merge Sort
Life is all about making mistakes and learning from them, right? Being a beginner is hard work, but it's also really exhilarating if you can accept »
Life is all about making mistakes and learning from them, right? Being a beginner is hard work, but it's also really exhilarating if you can accept »
All the Junk My last blog post dealt with verifying user email addresses using confirmation emails and unique tokens. Even if you read the blog, in »
Project Mode It's project time for the students here at the Flatiron School, which means absolute madness has ensued. This is the time where you get »
Gem Install Faker As I begin to start building applications for the web, having data to use during development has become more and more important. Testing »
Enumerable#inject While trying to complete what seemed like very simple task, I stumbled across Enumerable#inject. The task was to take an array of numbers »