Python project documentation with Sphinx

This post is an “open post” where I put useful tips & tricks about documentation in Python projects. Most used…

Continue Reading →

How to install and build a custom Zepto library

If you’re searching for a light-weight JavaScript library similar to jQuery to use in your development for mobile hybrid app…

Continue Reading →

SASS or how to DRY your CSS

I’ve read an interesting article introducing SASS. In short: SASS (Syntactically Awesome StyleSheets) is an extension of CSS that allow…

Continue Reading →