Get the latest tech news
Flawless is now in public beta
Introduction to durable execution with flawless.
Almost every API touching the operating system can fail and returns a Result, letting the developer decide what should happen in that case. Similar to how a database abstracts away all the little quirks of the file-system API and gives the developer a robust way to store their data, durable execution does the same for running code. Once you have this guarantee, that a piece of code will run until the end, even if temporarily interrupted, the abstractions you can build on top of it are much more interesting.
Or read this on Hacker News