audnaun252 | 2 years ago | on: Moving from relational data to events
audnaun252's comments
audnaun252 | 2 years ago | on: Moving from relational data to events
For actually implementing a system that provides an audit trail of long-lived state machines, you're probably better off using something like Temporal.io/durable functions which uses event sourcing internally for their persistence, and has a programming model which forces you to think about deduplication/idempotency by adding different constraints for the code that orchestrates the functionality (workflows), vs the code that actually interacts with the real world (activities)
audnaun252 | 2 years ago | on: Wise (formerly Transfer Wise) are asking me to send them photo of my ID
audnaun252 | 2 years ago | on: HTML First
audnaun252 | 2 years ago | on: Designing a new concurrent data structure