Palindrome solver

Today I had a phone interview where I was asked to explain the logic I would implement to determine if a word is a palindrome. A palindrome is a string that reads backward and frontward. For example civic or...

Read More

Building the Josephine Gem

Recently I've been starting to mess around with Ruby Gems and try making one of my own. It is always a good feeling to see that the gem you made is being used by people across the world. Ahhhh... The...

Read More

Understanding Action Mailer

When building a web application you should think about all the interactions/events that comprise your site. Your goal is generally to have a high user retention rate. As a developer/website owner, you want your users to interact as much as...

Read More

Object Oriented Multiples

Today at the Flatiron School we were introduced to a simple code challenge to prep us for the eventual future technical interview. I would imagine that the challenge is timed and needs to be completed within a specific timeframe....

Read More