Notas sobre la ArqConf 2015

Este es mi resumen sobre la ArqConf 2015, la conferencia sobre arquitectura de software que tuvo lug…

Running RabbitMQ server on Docker

If you use RabbitMQ for development frequently, sometimes you might have found it uses too much reso…

Find Options

Among the core-utils, find is one of the most useful commands. Though I use the basic functions most…

Checking Python files with Vim

Vim is an excellent editor, and mastering it leads to more productivity. Even though is very extensi…

Alpine email client

Alpine is a software I definitely recommend for those who like minimalistic applications that go str…

Libvirt networking libraries

Fedora 21 workstation seems to come with a lot of virtualization features and most of the libvirt li…

Do not import *

It is well-known among Python developers (or at least, it should be), that is a bad idea to import e…

Writing forward-compatible software in Python

Python 3 is the future of Python. However there might be a problem in the community if both Python 3…

Presentations with reveal.js

Old-fashioned PPT's presentations are from the 90's, and let's face it, we are in the age of the web…

Vim commands for improved productivity

title: Introduction I would like to describe my favourite Vim commands that I use on a daily basis,…