From: Node.js, Require and Exports and Organize Your Code with RequireJS
Modules are small components of an application that serve a specific purpose.
In the first blog post, specific functions from the file are being exported as a module.
In the second post, the modules are being defined.