Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Going Reactive: Eine Einführung in die reaktive...

Going Reactive: Eine Einführung in die reaktive Programmierung

Die aktuelle Marktentwicklung treibt Onlineshops dazu sich vom einem monolithischen System hin zu einem verbundenen System aus vielen Microservices zu entwickeln. Diese kommunizieren in der Regel mit vielen Schnittstellen untereinander Sowohl Clients außerhalb des Shop-Systems, wie Apps, IoT Devices, Smartphones als auch die Clients innerhalb des Shop-Systems sind auf realtime Daten angewiesen. Bisher genutzte iterative Programmierparadigmen kommen hier an ihre Grenzen. Im Vortrag wird auf diese Probleme detailliert eingegangen und das Paradigma des Reactive Programmings genau und strukturiert erörtert. Abschließend wird der Code einer Applikation gezeigt, die das Rx Paradigma nutzt, um viele Daten von Datenbank bis Website-Frontend zu streamen.

Benedikt Stemmildt

November 04, 2019
Tweet

More Decks by Benedikt Stemmildt

Other Decks in Programming

Transcript

  1. Rx.Observable.flatMapLatest(selector, [thisArg]) Projects each element of an observable sequence into

    a new sequence of observable sequences by incorporating the element's index and then transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence. WTF?
  2. NOW

  3. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  4. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  5. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  6. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  7. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  8. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  9. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  10. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY