This recipe is part of my goal to compile a hundred deliciosa recipes for me to cook on a regular basis. Ingredients 1 cup long-grain white rice, dry 1 tablespoon olive oil 1 onion, chopped 1 green pepper, cut into 1/4-inch pieces 2 cloves garlic, chopped kosher salt…
This recipe is part of my goal to compile a hundred deliciosa recipes for me to cook on a regular basis. Ingredients 1 15.5oz can black beans (or 2/3 C dry) 1 15.5oz can pinto beans (or 2/3 C dry) 1 15.5oz can kidney…
I used to love to cook. During high school and college I worked in restaurants, doing everything from bussing, washing dishes, and working on the line for lunch and dinner. These days I don't cook nearly as often as I would like. That is in part because I don't have…
My wife and I recently applied for a mortgage for our first home. Since I am self employed, it was a lot more difficult than I anticipated even though I've owned my own business since 2008 and have been freelancing for almost 10 years. Typically, banks require 2 years of…
For Townstage, I wanted to allow people to create or update events without having an account. I didn't want to immediately publish that data, so I needed a way to record changes and review them before they go live. I chose to implement a versioning system using Postgres views. There…
When discussing client side JavaScript, two terms are often used to discuss two common use cases: single-page apps and "islands of richness". For my purposes, I've pretty much assumed Ember.js is the definitive library when writing single-page apps. For a while I'd assumed Backbone was the equivalent for islands…