Gabriele Romanato
  • Bash
  • Go
  • JavaScript
  • Node.js
  • Python
The problem with UUIDs in Node.js
Node.js

The problem with UUIDs in Node.js

January 16, 2019
In Node.js UUIDs should be used wisely.
Read more
Node.js: resize images as thumbnails on the fly in ExpressJS
Node.js

Node.js: resize images as thumbnails on the fly in ExpressJS

December 16, 2018
We can create image thumbnails on the fly with ExpressJS and the gm module.
Read more
Node.js: Promises and exceptions: a singularity
Node.js

Node.js: Promises and exceptions: a singularity

November 28, 2018
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

jQuery: disable form autocomplete in browsers

November 27, 2018
With jQuery we can prevent browsers from adding their own autocompletion features to forms.
Read more
JavaScript: validate a birth date
JavaScript

JavaScript: validate a birth date

November 27, 2018
In JavaScript is quite simple to validate a birth date.
Read more
Node.js: do not reinvent the wheel by serving static files from scratch
Node.js

Node.js: do not reinvent the wheel by serving static files from scratch

November 27, 2018
In Node.js serving static files from scratch is quite a long and complex task.
Read more
jQuery: protecting sensitive data in AJAX requests

jQuery: protecting sensitive data in AJAX requests

November 26, 2018
In jQuery we can try to make it harder to read sesitive data passed along with an AJAX request.
Read more
Node.js: routing in ExpressJS: the basics
Node.js

Node.js: routing in ExpressJS: the basics

November 26, 2018
ExpressJS provides us with a series of enhancements for handling HTTP routing in Node.js.
Read more
Node.js: how to encrypt a credit card number
Node.js

Node.js: how to encrypt a credit card number

November 26, 2018
With Node.js we can encrypt a credit card number.
Read more
Node.js: renaming files recursively
Node.js

Node.js: renaming files recursively

September 29, 2018
In Node.js renaming multiple files recursively is quite a simple task.
Read more
« Newer Page 57 of 92 Older »

© 2026 Gabriele Romanato. All rights reserved. Privacy Policy