22 June 2017
18:30

Jozi.JS June Meetup - Everything is a work-in-progress

Agenda:

  • 18:30 - Food and blah blah

  • 19:00 - Lightning Talk (TBD)

  • 19:15 - Breaking your promises : Async control flow patterns - Ryan Kotzen (@eXigentCoder)

  • 20:00 - More blah blah

Breaking your promises : Async control flow patterns

Ryan Kotzen (@eXigentCoder)

When calling asynchronous JavaScript functions the order in which your code gets executed (control flow) becomes critical but it doesn't need to be confusing. In this talk we will explore a variety of solutions to the control flow problem from callbacks all the way up to async-await.