I built an offline-first sync engine with event sourcing, in Rust shared between mobile and backend
A small, honest write-up of a thing I built mostly for fun, that somehow ended up working. Code: github.com/teimuraz/rust-mobile-offline-sync First,…
Tech news from the best sources
A small, honest write-up of a thing I built mostly for fun, that somehow ended up working. Code: github.com/teimuraz/rust-mobile-offline-sync First,…
The 3am call from a Japanese rightsholder Last quarter a Japanese label sent a takedown notice for fourteen music videos we'd been aggregating acros…
Two rules that can't both be true Event sourcing has one rule: you never delete. You append. The log is the source of truth, and rewriting history i…
There's a question every system runs into the moment it goes to production and starts doing real things: what exactly happened, in what order, again…