NodePDX 2013 Conference Overview and Day Sessions List

Table of Contents

1. Overview

http://lanyrd.com/2013/nodepdx/

  • Music demos
  • Chat
  • Hardware
  • Streams
  • FRQ

2. Day 1 Sessions

2.1. ZenIRCBot and the Art of Pub/Sub

http://lanyrd.com/2013/nodepdx/schbmc/

look at the ability to have non-blocking with redis.

2.1.1. Protocol

The envelope and the message.

  • version
  • type
  • data
    • sender
    • channel
    • message

2.1.2. Service

  • sub subscribe in
  • sub on message ->

2.1.3. Contact

2.2. Mighty Messaging Patterns

2.2.1. Implementation

  • module.exports = function() {}

This is only for a Node applications; pushing the implementation to client-side would be difficult without a larger framework.

2.2.2. Abstractions

  • Streams
  • Functional
  • Functional Reactive Programming

2.3. beep boop

http://lanyrd.com/2013/nodepdx/schbmr/

@substack

Building up music with /dev/dsp

  • Sine
  • Square
  • Sawtooth
  • substack/baudio
  • soundcloud/substack

2.6. Lightening Talks

2.6.2. JavaScript fundamentals

  • Invocation Context

Covered a good set of the cases for what this means for this and the prototype chain:

  • object.fn
  • apply / call
  • bind
  • functionName()
  • new

3. Day 2 Sessions

4. People

  • matt.foster.c@gmail.com