programming

Django i18n without Unicode issues

A guide to solve Unicode issues when using i18n with Django. Use your special characters when translating to Spanish, German or Chinese.

Read More
programming

Understanding how the Python garbage collector works

Understanding more about Reference Counting and Generational Garbage Collector, the garbage collector algorithms used by CPython.

Read More
linux

How to fix a network connection error in a Droplet

After losing the network connection in a Droplet, here are some notes about how to restore the system.

Read More