Search

Home > Node University > SL 07: Node.js Modules with require and module.exports
Podcast: Node University
Episode:

SL 07: Node.js Modules with require and module.exports

Category: Technology
Duration: 00:05:37
Publish Date: 2017-12-09 20:08:00
Description:

Importation patterns:

require('./server.js')
require('../configs.json')
require('express')
require('./routes')

Module patterns

  1. Functions
module.exports = ()=>{}
  1. Object
module.exports = {}
  1. ES6/ECMAScript 6 Class
class Button {}
module.exports = Button

About the Podcast

Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology.

Who is Azat? ¯_(ツ)_/¯

Well, he is the founder of Node University and...

⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/265....

📚 Azat wrote 14 books on Node and JavaScript; the book which was #1 on Amazon when you search for "node.js" and now this book is free on GitHub, Practical Node.js: https://github.com/azat-co/practicalnode.

🎤 Azat spoke at 20+ conferences world-wide: http://azat.co.

🏢 Azat taught engineers at companies such as Starbucks, Cisco, Walmart, Intuit, Capital One, Macy’s, OnDeck, HubSpot, Fox Studios, Northwestern Mutual, Salesforce, DocuSign,, Microsoft, VMWare and other big companies.

🎓 Azat has free and paid courses on Node University: https://node.university

👨‍💻 Azat wrote 200+ blog posts on Webapplog: https://webapplog.com

👉 Sign up for this series on YouTube or listen on iTunes.

Total Play: 0

Users also like

50+ Episodes
03BID - Inge .. 100+     10+