Skip to content

Instantly share code, notes, and snippets.

@darahayes
Forked from mikemfleming/list
Created October 9, 2017 08:07
Show Gist options
  • Save darahayes/da5e91cab80d4f2054240f044ec4e702 to your computer and use it in GitHub Desktop.
Save darahayes/da5e91cab80d4f2054240f044ec4e702 to your computer and use it in GitHub Desktop.
what i learned from node interactive 2017
*********************************************
SLIDES ARE AVAILABLE ONLINE ... MOSTLY
'http://events.linuxfoundation.org/events/node-interactive/program/agenda'
*********************************************
// there is a node certification coming
'https://nodejs.org/en/foundation/education/'
// interesting talks
- 'taking your server to ludicrous speed': 'http://sched.co/AtiP'
- 'the creative side of nodejs': 'http://sched.co/CAlb'
- 'grokking asynchronous work in nodejs': 'http://sched.co/AtiT'
- 'memory efficiency with closures': 'http://sched.co/AtiR'
- 'a brief history of streams': 'http://sched.co/CUdv'
- 'workshop: iot': 'http://sched.co/Atib'
- 'workshop: serverless bot': 'http://sched.co/Atix'
- 'workshop: node performance': 'http://sched.co/AtiQ'
- 'workshop: devops': 'https://nina17.sched.com/event/AtiO'
// tips n tricks
- 'avoid polymorphic functions in hot code'
- 'deeply nested objects are expensive'
- 'avoid closures with function hoisting-- maintaining scope is expensive'
// cool people
- 'http://rachelisaweso.me/'
- 'https://github.com/mcollina'
- 'http://codefoster.com/'
- 'https://twitter.com/ashevat'
// frontend framework
'https://handbook.choo.io/your-first-choo-app/'
// backend framework
'https://github.com/delvedor/find-my-way'
'https://github.com/fastify/fastify'
'https://hapijs.com/'
// benchmarking
- '0x'
- 'autocannon'
- 'chrome inspector w/ chrome://inspect'
// logger
'https://github.com/pinojs/pino'
// security
'https://github.com/helmetjs/helmet'
// headless browser
'https://github.com/GoogleChrome/puppeteer'
// code coverage
'https://github.com/hashseed/node-coverage-demo'
// build tool
'loopback.io'
// ide for javascript
'https://github.com/microsoft/vscode'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment