There are 4 articles written in June, 2016

Installing Python2 with Ansible

on June 29, 2016. in Development, Software. A 1 minute read.

Ansible uses Python2 to run the provisioning commands on the host machines. At this time it does not support Python3, which is the default python version in Fedora releases for quite some time now.

Continue reading Installing Python2 with Ansible...

Lately I’ve been playing around with provisioning a PostgreSQL server with Ansible in a local Vagrant machine that runs a Fedora 23 image.

Helping juniors debug

on June 23, 2016. in Programming, Development. A 5 minute read.

These days I spend most of my time reviewing code. Lots and lots of code. It’s mostly written by juniors and some of it is good, some of it is bad. I try to be patient, to be a good mentor, to hopefully teach (and be taught), while not letting out of sight that the most important thing is that the code does the right thing in the right way. The business and the users come first, after all.

Continue reading Helping juniors debug...

Import custom Python modules in Vim plugins

on June 16, 2016. in Programming, Development. A 2 minute read.

This took me a while to figure out so I’m writing it down for future self and anyone else who needs it.