Gabriele Romanato
  • Bash
  • Go
  • JavaScript
  • Node.js
  • Python
jQuery: sending JSON data to PHP with AJAX

jQuery: sending JSON data to PHP with AJAX

May 27, 2017
Passing JSON data with jQuery and AJAX to Node.js is relatively simple, passing JSON data with jQuery and AJAX to PHP requires a few extra steps.
Read more
jQuery: handling booking calendars: solutions and techniques

jQuery: handling booking calendars: solutions and techniques

May 14, 2017
jQuery really kicks in when it comes to handle booking calendars.
Read more
jQuery: enable or disable weekdays in the Bootstrap datepicker plugin

jQuery: enable or disable weekdays in the Bootstrap datepicker plugin

May 7, 2017
You can enable or disable specific weekdays in the Bootstrap datepicker plugin.
Read more
jQuery: enhancing form validation with Deferred Objects

jQuery: enhancing form validation with Deferred Objects

April 22, 2017
We can use jQuery's Deferred Objects to enhance form validation.
Read more
Node.js: create a site search engine with MongoDB
Node.js

Node.js: create a site search engine with MongoDB

April 9, 2017
One of the main problems for those who come from a MySQL-based development background is to stop forcing MongoDB to work like MySQL. MongoDB has other features that are really handy when it comes to build a site search engine in Node.js.
Read more
Node.js: validate a MongoDB ID
Node.js

Node.js: validate a MongoDB ID

April 2, 2017
In Node.js we can validate a MongoDB's ID.
Read more
jQuery: syncing timers with Deferred Objects

jQuery: syncing timers with Deferred Objects

April 2, 2017
Syncing JavaScript timers is a task that jQuery can handle through Deferred Objects.
Read more
Node.js: working with files: creating a basic helper class
Node.js

Node.js: working with files: creating a basic helper class

March 28, 2017
Node.js provides us with a complete API to work with files.
Read more
Node.js: running apps in a production environment on Ubuntu Server 14
Node.js

Node.js: running apps in a production environment on Ubuntu Server 14

March 27, 2017
On Ubuntu Server 14.04 we can manage Node.js apps with the upstart service.
Read more
Node.js: minification on the fly considered harmful
Node.js

Node.js: minification on the fly considered harmful

March 25, 2017
Minification on the fly is one of the available options in a Node.js application but it's not the best choice if we consider carefully the actual impact of our implementation.
Read more
« Newer Page 60 of 92 Older »

© 2026 Gabriele Romanato. All rights reserved. Privacy Policy