How to work with modules in Node.js how to export and consume them, and explaining the difference between module.exports and exports.
Tag: modules
You don't need to be working on a fancy, large-scale project to use Webpack. James Hibbard demonstrates how you can use it to bundle a simple static site.
Feras Khoursheed introduces you to FuseBox, a lightweight module bundler that serves as a faster, simpler and ultimately more flexible webpack alternative.
Craig Buckler introduces ES6 modules, showing how they can be used today with the help of a transpiler.
Azat Mardan presents 10 tips, tricks and best practices to help you become a better Node developer in the year ahead.
Ravi Kiran demonstrates how to use Gulp to compile ES6 modules into both the CommonJS and AMD formats, using a previous Angular project by way of an example
Joe Zimmermann details the problems that can arise when your project depends on globally installed npm modules, as well as what you can do to avoid them.
In this article Behrooz Kamali explains how to create a Node.js cluster for speeding up an application.
This is the introduction of the article, CloudSpring: Getting Past Cloud Stigma, by the author David Ogden.
Read RubySource: Confessions of a Converted PHP Developer: Namespace Superhero! and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
In this article, we will talk about Namespace, by the author Mal Curtis. Namespaces are a way of encapsulating code to a specific library or area.