Node.js: how to create an e-commerce shopping cart
In this article we're going to see how to create a basic e-commerce shopping cart with Node.js.
A powerful JavaScript runtime environment that brings the most misunderstood programming language to the server.
In this article we're going to see how to create a basic e-commerce shopping cart with Node.js.
In this article we're going to learn how to validate an European VAT number with Node.js.
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.