Tech Talks + JavaScript

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

Tech Talks + JavaScript

1 November 2018

New York

Added 01-Jan-1970

Join us on Thursday, for a great series of lightning tech talks + JavaScript workshop event! We'll kick off with great talks on GraphQL, cross-platform desktop application, and Node API's . Afterward, stick around for drinks, mingling, and our usual JavaScript - The Hard Parts workshop (info below).

Tech Talk Topics:

- No Time to REST: Transitioning an API to GraphQL

- Getting Molecular with Electron: The making of a cross-platform desktop application

- The Node Less Traveled: Exploring Uncommon Node API's for performance measurement

--

Join us in person or tune in online. Livestream: http://bit.ly/JSHP-NY

Join us for a special Halloween addition of JavaScript the Halloween parts! We'll provide the spooky treats, ghoulish drinks, and extra scary JavaScript instruction 👻. Costumes and bringing friends encouraged!

--

This week we continue our mini-series: Javascript - The Hard Parts. We will cover closure, scope, and execution context - one of the toughest concepts in JavaScript.

Closures are very useful as they let you associate some data (in the lexical environment) with a function that operates on that data. Closures are frequently used for object data privacy, in event handlers and callback functions, and in partial applications, currying, and other functional programming patterns.

In this workshop you’ll:

Understand how one of the most misunderstood but most powerful features of JavaScript – closure – works under-the-hood
Understand core JS runtime features - execution context, JavaScript execution model and the variable environment
Be able to wield, optimize and debug popular pro utility functions like once and memoize
Be able to implement the module pattern - one of the cleanest and most resilient design patterns in JavaScript

We'll cover concepts and approaches that 80% of JavaScript engineers do not understand but are at the core of every single successful application.

This is possible because we'll understand the essence of these tough concepts and then switch into pair-programming through the challenges to cement the concepts.

Schedule:

6:30-7pm: Tech Talks

7pm - 9:30pm: Closure lecture and Pair-programming

JavaScript core execution model
Topics covered: Thread of execution, variable environment, execution context, call stack

Higher order functions
Returning a function from a function (confuses even seasoned devs)
Pair programming

Lexical scope
How can we test whether JavaScript is statically or dynamically scoped?

Closure and persistent lexical scope (the ‘backpack’)
The intuitions of the ‘backpack’ or closure

Using closure in helper functions, iterators and async
Once, memoize
Pair programming

9:30pm Onwards: Drinks and Networking

For those online! Please join the stream here: http://bit.ly/JSHP-NY

NOTE: The live stream will start at 7pm EST

Top