Web Unleashed 2016

2016-10-03 00:00:00 2016-10-05 00:00:00 America/Toronto Web Unleashed 2016 If you're a front-end developer, or aspire to be one, then you know how quickly the space changes. By attending Web Unleashed, you will get up-to-date on the skills to push you ahead in your career. Toronto FITC Toronto

Overview

For front-end devs, the deployment platform is a browser, yet few know what is going on under the hood and how browsers work. This talk aims to de-mystify and explore the browser as a platform.

It will be an exploration of browser internals, covering items such as how JS is run in the browser, how painting works, exactly how many threads are running, how the Event Loop & Call Stacks work, animation frames and an exploration of lesser known tools and APIs.

Objective

Attendees will leave with an understanding and respect of browser internals, allowing them to write better JS.

Target Audience

Developers with an interest in understanding the browser as a platform

Assumed Audience Knowledge

Some working knowledge of Javascript

Five Things Audience Members Will Learn

  1. How does JS run in the browser?
  2. How are items painted on the screen?
  3. How does the call stack work?
  4. Exactly how many threads are running?
  5. What are some of the lesser known browser APIs?