Schedule
Week 11

Advanced Web Development

Understanding the Javascript event loop, web workers, service workers, Push API and testing web applications.

↗ Open slides

In this lecture, we will learn:

Why...

  • Is it important to understand the Javascript event loop for web development?
  • Are web workers and service workers useful for web applications?

How to...

  • Trace through Javascript using the event loop
  • Understand new concepts through existing patterns