Node.js
Node.js: resize images as thumbnails on the fly in ExpressJS
We can create image thumbnails on the fly with ExpressJS and the gm module.
Read more
Node.js
Node.js: Promises and exceptions: a singularity
Promises in Node.js require an extra attention when it comes to what happens to exception handling.
Read more
jQuery: disable form autocomplete in browsers
With jQuery we can prevent browsers from adding their own autocompletion features to forms.
Read more
JavaScript
JavaScript: validate a birth date
In JavaScript is quite simple to validate a birth date.
Read more
Node.js
Node.js: do not reinvent the wheel by serving static files from scratch
In Node.js serving static files from scratch is quite a long and complex task.
Read more
jQuery: protecting sensitive data in AJAX requests
In jQuery we can try to make it harder to read sesitive data passed along with an AJAX request.
Read more
Node.js
Node.js: routing in ExpressJS: the basics
ExpressJS provides us with a series of enhancements for handling HTTP routing in Node.js.
Read more
Node.js
Node.js: how to encrypt a credit card number
With Node.js we can encrypt a credit card number.
Read more
Node.js
Node.js: renaming files recursively
In Node.js renaming multiple files recursively is quite a simple task.
Read more