rsnestor / slac

Supporting Material for SLAC (Stay Late & Code)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SLAC - node.js & serverless

Agenda

  1. Serverless Arch Discussion
  2. Node.js - Functional Programming with ECMAScript 2015 (ES6)
    • Functions
    • Collections - Maps
    • Callbacks
    • Promises
  3. Serverless Framework
    • Brief pros/cons of FaaS
    • Hello World!
  4. Build and Deploy
    • REST and CORS
    • CRUD API with DynamoDB
    • Twilio (push notification)
    • IoT events

References

Serverless Quick Start
nodejs.org
Node School
ES6 Compatibility
Exploring ES6
Anatomy of an http transaction

Videos

Ryan Dahl: Original Node.js presentation
Philip Roberts: What the heck is the event loop?
Srini Karlekar's Serverless Talk

About

Supporting Material for SLAC (Stay Late & Code)


Languages

Language:JavaScript 74.2%Language:HTML 25.8%