The Rambling Programmer

Random musings on programming, mostly.

Flavor Flaves: A Rails Recipe Managment App

If you’d like to download the repo and play along you can do so here: Flavor-Flaves GitHub Repo

Building a rails app from scratch is hard, especially when you’ve never done it before. Enter Flavor Flaves, the illest recipe managment app on the web. Well not yet, but it’s a constant work in pro...

Fakelist, A Sinatra Craigslist Clone

When I was first tasked with building a Sinatra app for a final project at Flatiron School I had trouble deciding what it was I wanted to build. The requirements were fairly open ended and included the following:

  • Build an MVC Sinatra Application.
  • Use ActiveRecord with Sinatra.
  • Use Mult...