Svilen Gospodinov
Broschiertes Buch

Concurrent Data Processing in Elixir

Fast, Resilient Applications with OTP, GenStage, Flow, and Broadway

Versandkostenfrei!
Versandfertig in 2-4 Wochen
48,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
24 °P sammeln!
Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalability or fault-tolerance. Most projects benefit from running background tasks and processing data concurrently, but the world of OTP and various libraries can be challenging. Which Supervisor and what strategy to use? What about GenServer? Maybe you need back-pressure, but is GenStage, Flow, or Broadway a better choice? You will learn everything you need to know to answer these questions, start building highly concurrent applications in no time, and write code that's...