-
Node.js
The mystery of no flash session variables in Express + Passport auth
Someday I started an application using NodeJS with ExpressJS framework and decided to use passport for authenticate the users. As…
Read More » -
JavaScript
Why OpenLayers3 does not render my GeoJSON?
OpenLayers3 offers the ol.source.GeoJSON class that allows to read data from a GeoJSON source (an URL, a JavaScript object or…
Read More » -
JavaScript
How the JavaScript heatmap implementation works?
A heatmap is a powerful way to visualise data. Given a matrix of data each value is represented by a…
Read More » -
JavaScript
7 reasons to use Yeoman’s angular-fullstack generator
For my next project and, after looking for candidates and reading some hundreds of lines of documentation, I finally choose…
Read More » -
jQuery
Things I learned creating a jQuery Plugin (Part II)
This post is the continuation of the series Things I learned creating a jQuery Plugin. In the first part we have…
Read More » -
jQuery
Things I learnt creating a jQuery Plugin (Part I)
jQuery is one of the most used JavaScript libraries, if not the most used one, which allows to make great…
Read More »