Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.73 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.73 KB

Please help us improve and share your feedback! If you find better tutorials or links, please share them by opening a Pull Request.

HackYourFuture Node.js - Reading material week 1

"What it really means is that Node.js is not a silver-bullet new platform that will dominate the web development world. Instead, it’s a platform that fills a particular need."

What is Node.js?

Read: What is NodeJS? What can you do with it? Why should you use it? estimated time: 10 minutes

Getting started with Node.js and npm

Tutorials: NPM tutorials. Follow chapters 1 - 10 estimated time: 4-6 hours

Asynchronous callbacks

Although most of this was already covered by the JavaScript class, let's refresh our memories on Callbacks.

Read: Understanding Asynchronous JavaScript Callbacks Through Household Chores estimated time: ~1 hour

Control flow and events

An important term when making applications is control flow. You already know all about it. Read through this page and answer this question: how do we control "flow" in JavaScript?

Read: Examples of control flow in JavaScript

Check out these video's to prep for the second lecture:

Watch : Custom made playlist 💥 Lynda.com