Python Barcelona November meetup notes

Last Thursday November 17, 2016, there was a Python meetup in Barcelona1, with a set of interesting …

Oncoming events of Python and Architecture in September

The next Saturday 10 of September, I will be presenting my talk "Clean Code in Python", as…

Returning data in PostgreSQL

In order to get the best performance from our database engine, most of the times, we have to take ad…

My talk @ EuroPython 2016

I had the great experience of presenting at EuroPython 2016. My talk entitled "Clean code in Py…

EuroPython 2016 remarks

Last week, EuroPython 2016 finished, and it was an amazing conference I had the pleasure to attend. …

Upcoming talk at EuroPython 2016

I am glad to inform that I will be speaking at EuroPython 2016 conference. I'll speak @europytho…

Glimpses of a Vim configuration

It's been a while since I started tracking versions of my custom Vim configuration, and making it av…

Deleting commented out code

This is a rule I always encourage in software development. Moreover, I consider it to be something t…

strncpy and strncat for copying strings in C

Recently, I've read an interesting article1, explaining why the strncpy function in C is not safer t…

Setting user permissions in KVM

In a previous article I mentioned how to install a library in Fedora, in order to make KVM virtualiz…