2016 Nov
Architecting Scalable Node.js Applications
Farsheed Atef - farsheed@dnamicro.com
console.time('application'); // starts tracking time
console.timeEnd('application'); // stops timer
How to scale
- Load balancing
- Docker Swarm
- Queuing systems eg. RabbitMQ with npm amqplib
Debugging in VisualStudio
by Bret Stateham
TypeScript definitions http://definitelytyped.org/