Introduction to Reactive Programming Workshop

This workshop will discuss what Reactive Programming means, why it doesn’t have to be functional and why everyone is so excited about the ideas behind it.

We will implement our own Observable together, see how observables can drive a UITableView and how networking code can be massively simplified using promises. The workshop finishes with a short tour about more advanced usages of observables like replacing storyboard navigation and advanced user flows.

Register for this seven hour workshop at swissmobidevs.org.

If you still want to know more about the whole idea of monads you can read my blog post series on reactive programming or go an see my talk at Mobilization 2016.

Read more posts from this series:
  1. How to use Functional Reactive Programming without Black Magic
  2. Hipster Oriented Programming
  3. What's new in Interstellar 2
  4. Introduction to Reactive Programming
  5. Introduction to Reactive Programming Workshop
  6. Server Side Swift
  7. Prototyping with Storyboards
  8. Server Side Swift - AppBuilders 2017 Edition
  9. The Last Guide To Parsing JSON You Will Ever Need
  10. Turn it up to 11 - Scaling Rails to 100k rps