RL

blog

I occasionally write about software development, projects I'm working on, or what I'm reflectin on.

Workout Routine

A lot of people have been asking me about my workout routine recently, especially around how I find time for it all. I have a long commute, an hour and fifteen minutes, two young children and I ha…

Django 1.8 Template

This past weekend I decided to build a django template for future projects. I've recently started to work on a new project and realized I'm spending far to much time building out my django…

Installing Python 2.7.9 on Ubuntu 14.04 LTS

While working on my latest project I ran into a small problem when installing Pillow. I am running the project on Ubuntu 14.04 LTS and the default version of python on the instance is 2.7.6. When …