Show notes
Hello everyone! My name is Martin Kleppmann. I’m a researcher at the
University of Cambridge. And I would like to tell you briefly about thetechnology called CRDTs. So, CRDT stands for Conflict-free ReplicatedData Type. It’s a type of data structure that you can use to buildcollaboration software. So think software like Google Docs for example.Or Figma. Or Trello. Or a TODO list that syncs between your computer andyour phone. You can build this type of software using CRDTs.
