JavaScript
Building Web Apps with Node & Express
Incorporating SQL: An Exercise in Asynchronous Patience
Table of Contents
JavaScript
- How We Got to Now
- In the Browser & On the Server
- Objects & Core Types
- Exercise: Practice Making Objects & Functions
- Expressions & Declarations
- Higher Order Functions
- Exercise: Array.prototype.sort
- Closures
- Exercise: Make an Accumulator
- Objects & Inheritance
- Exercise: Turducken
- Installation
- Using npm and the Node REPL
- Using `require` and `module`
- The Event Loop: The What and Why of Asynchronous Programming
- Exercise: Your First Webserver
- Installing Express
- Typical Structure of an Express Web Application
- Incorporating SQL: An Exercise in Asynchronous Patience
- Exercise: Port Sinatra to Express