Latest

What is SMACSS and how to use it

What is SMACSS?

Smacss (Scalable and Modular Architecture for CSS) is a style guide that follows five simple categories. SMACSS is a way to examine your design process and to fit those rigid frameworks into a flexible thought process…


Pycon Colombia: El Primer encuentro de desarrolladores Python en Colombia

Pycon Colombia es la primera reunión que acoge a todos los usuarios del lenguaje de programación de Python en este país. Esta conferencia está organizada para incorporar y conectar a la comunidad…


Animations with CSS3

In the last animations post we spoke about how to make animations with Javascript, this time we’re going to talk about how to make the same thing using CSS3. Worth mentioning that with CSS3 we are going to write less code, in this case we will use the hover selector and a some CSS3


Testeando archivos con Python/Django

Uno de los momentos más importantes al escribir una aplicación en python es testear (palabra existente en la RAE). Puede ser aburrido, tedioso y {{ Inserta tu insulto favorito aquí }}, pero testear salvará tu vida cuando ese compañero descuidado, que puedes ser tú…