#JS Camp Notes / Links
1. Devtools Remote debugging - KENNETH AUCHENBERG
- http://remotedebug.org/
- RemoteDebug Gateway: https://github.com/auchenberg/remotedebug-gateway **
- Calibre
- StrongLoop Node Inspector - webkit inspector for node
- Square PonyDebugger - debug iOS App
- Browser remote debug - https://github.com/auchenberg/browser-remote *
- http://vorlonjs.com/
2. Enforcing coding standards - SEBASTIANO ARMELI
- Generate a changelog from git metadata: https://github.com/ajoslin/conventional-changelog
3. Crafting Client-Side Testing - KRASIMIR TSONEV
- uncss - https://github.com/giakki/uncss
- huxley - https://github.com/facebookarchive/huxley
- jsdom - https://github.com/tmpvar/jsdom
- atomus - wrapper for jsdom - https://github.com/krasimir/atomus **
- Sinon - unit test - http://sinonjs.org/ *
4. How to build Photoshop - WebGL not just for 3D - FELIX PALMER
- Firefox - vertex & fragment shader editor built in
- https://github.com/felixpalmer/photo.gl
5. The Reactive Loop - SEBASTIEN CEVEY
- The Slides - https://slides.com/theefer/reactive-loop-jscamp **
- RxJS - https://github.com/Reactive-Extensions/RxJS
- RxMarbles - http://rxmarbles.com/
- Virtual Dom - https://github.com/Matt-Esch/virtual-dom
6. The Bits Behind JS Bin - REMY SHARP
- Run jsbin locally
npm install -g jsbin
- Event Source over WebSockets
- Secure tunnels to localhost - https://ngrok.com/
7. Keeping Important Code Alive - CHARLIE ROBBINS
- Formulate your comment response as pull requests
- JSCS - JavaScript Code Style checker - https://github.com/jscs-dev/node-jscs
- Forever - A simple CLI tool for ensuring that a given node script runs continuously - https://www.npmjs.com/package/forever