Intro to TLA+ for the LLM Era: Prompt Your Way to Victory
Learn how to use TLA+ with LLMs to model and verify system correctness through a classic bean puzzle example.
Learn how to use TLA+ with LLMs to model and verify system correctness through a classic bean puzzle example.
Updates to the SimpleStateMachine project, including new configuration methods and adding arbitrary state data to state machine states.
Explains how the C# compiler transforms async/await code into a state machine, detailing the process with a simplified example.
A talk on async/await in .NET, covering pitfalls, differences from parallel programming, and internal state machine workings.
A guide to building a simple finite state machine library in JavaScript from scratch to understand the core concepts.