Operational Transformation
Everything on SkillVeris tagged Operational Transformation — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
How Would You Design Google Drive?
Designing Google Drive builds on a chunked-storage-and-sync foundation like Dropbox but adds a real-time collaborative editing layer, where concurrent edits to…
How Would You Design an Online Code Editor (like Repl.it)?
Design an online code editor as three layers: a collaborative document layer using operational transformation or CRDTs for real-time multi-cursor editing, a sa…
How to Design a Collaborative Document Editor
A collaborative document editor (like Google Docs) lets multiple users edit the same document simultaneously by converting each keystroke into an operation, br…