Skip to content

Files

Latest commit

 

History

History
20 lines (18 loc) · 838 Bytes

programming-reactive-systems.md

File metadata and controls

20 lines (18 loc) · 838 Bytes
layout title coursera-page edx-page paid showDate
inner-page-no-masthead
Programming Reactive Systems
false
false

This seven-week course teaches “reactive programming” techniques for building scalable, resilient and responsive systems. You'll learn how to:

  • design systems resilient to failures,
  • implement systems that scale out according to varying workloads,
  • use, transform and sequence asynchronous computations using Future values,
  • write concurrent systems based on Akka actors,
  • define well-typed communication protocols using Akka Typed,
  • process large streams of data with limited resources using Akka Streams,
  • understand how back-pressure controls flows of data.