"Durable Computing For Scala" by Adam Fraser at Functional Scala 2023
In this presentation, Adam explores the concept of durable computing in Scala, addressing the challenge of ensuring software resilience against hardware failures, especially in cloud deployments. He questions the prevalent practice of building durability at the application level and suggests a shift towards integrating durability within the framework itself, akin to advancements seen with ZIO for asynchronous and concurrent programming. This talk delves into the significance of durable computing, examining both existing and future strategies to separate durability concerns from application logic, aiming to refine focus on core functionality.
➡️ Join us for an ultimate functional experience at LambdaConf 2024 in May: https://www.lambdaconf.us/
#Scala #functionalprogramming #functionalscala #durablecomputing