js

Add Custom Handlebars Helper to Ghost 5.x

The last version of the Ghost Blogging Platform is 5.2.2.There have been great improvements in...

Run Node.js in production

Node.js is a great technology allowing flexibility and speed for building server side...

Configure Nginx to Serve a Node.js Express App

This nginx server block is configured to proxy the node application.Mind the server port, set to...

Validate email with javascript

Validate email address with Javascript using regex: