JSFoo 2015

The future of JavaScript

Arindam Paul

@arindam89

JavaScript VM internals, EventLoop, Async and ScopeChains

Submitted Jul 29, 2015

After this talk someone should be able to understand and reason about the JS runtime, eventloop, memory allocations for functions, scope chains, closures and async programming in JavaScript.

Outline

The goal of this talk would be to provide a good understanding of the following,

  • A crisp understanding of the JavaScript VM and how a single threaded engine can be massively parallel.
  • How event loop and callbacks works, example of blocking and non-blocking codes, ES6 generators for custom Async signaling.
  • How function definitions happen and invocations happen, how scope chains are formed, what closures are and how to reason about them.
  • Async programming, how reactive programming works at the bottom level, how event listeners registers themselves and then deregisters.

Requirements

Internet

Speaker bio

Works at Amazon for over 3 years, very very passionate about frontend engineering and tooling, full time Angular developer at Amazon. Recently moved from Seattle office to Bangalore. Also, works on backend DB layer (NoSQL only :)), Java, SpringMVC and all other obligatory things for a full stack developer.

Also a huge Ruby on Rails enthusiast and lately MEAN stack developer.

Slides

http://arpaul.s3-website-us-west-2.amazonaws.com/jsfoo/

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

JSFoo is a forum for discussing UI engineering; fullstack development; web applications engineering, performance, security and design; accessibility; and latest developments in #JavaScript. Follow JSFoo on Twitter more