Building Reliable Distributed Systems in Node

Hey folks, wanted to share my first blog post! An intro to durable execution and Temporal’s TypeScript SDK. Thoughts / feedback welcome :hugs:

It’s the first in a 3-part series, so if you’d like to hear when the other posts come out, follow this thread!

Building Reliable Distributed Systems in Node

1 Like

Here’s the second post of the series, in which I explain how durable execution works under the hood. Learn how the Client and Worker talk to the Server and how the Server builds an event log for each durable function it runs:

1 Like