Blog

Living in Medellin, Colombia

June 21, 2015

I switched from full time employment to remote freelance part-time work a few months ago so I could mix work and travel. The term commonly used to describe this kind of lifestyle nowadays is a "digital nomad."

I decided to make Medellin my first stop as I've heard good things about it as a digital nomad destination and I remember having a really great time in Colombia when I visited the country 3 …

Using ipdb with Docker Compose for interactive debugging

May 30, 2015

Back in the early days of Docker Compose, when it was still called Fig, you couldn't use ipdb with it to do interactive debugging because the container's service ports weren't exposed when using the run command. This has been fixed by including a ---service-ports option to the docker-compose run command.

Below is a sample usage for one of my Django projects, EZ Price Alerts.

In my detail view, I added import ipdb; ipdb.set_trace() …

A short trip to Jardin, Colombia

May 5, 2015

Jardin came up a few times during conversations with locals when asking them for recommendations of nearby towns to visit. Normally, you'll hear about Guatape, but once in a while Jardin will come up. It got me curious enough to check it out.

Jardin is located south of Medellin, about 3 to 3.5 hours by bus. Though I was told that if you drive you can get there in about 2 hours.

To get …

Using Docker and Docker Compose for local Django development (replacing virtualenv)

April 30, 2015

Before Docker came along, virtualenv was pretty much the tool of choice for Python developers as it allows you to separate package dependencies for different applications you're working on without having to create separate virtual machines for each one. It worked very well for me.

However, there are still some annoying things the developers will have to deal with. Such things include having to install additional applications and services required by the project such as …

How to obtain a Civica metro card in Medellin, Colombia

April 13, 2015

Medellin has a very modern metro system, but one of the things you'll notice when you first use it is the long line at the ticket window. For some reason, the stations don't have ticket machines.

If you use the metro a lot, it's very much worth the effort to get a Civica card. It will save you a lot of time in the long run plus you get around 12.5% off the regular ticket …