Building a Bookmark-esque Chrome Extension
In this blog post I will touch on how I created a bookmark style Chrome Extension that persists links to a database using a Rails API. »
In this blog post I will touch on how I created a bookmark style Chrome Extension that persists links to a database using a Rails API. »
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 »