Explore >> Select a destination


You are here

www.inkandswitch.com
| | nomad.foo
1.9 parsecs away

Travel
| | A deep dive into the theoretical framework and the technical implementation of a text CRDT.
| | mattweidner.com
2.2 parsecs away

Travel
| | [AI summary] The text provides a comprehensive overview of CRDT (Conflict-Free Replicated Data Type) design principles and applications, focusing on complex scenarios like rich text editing with inline and block formatting, and block-level operations such as moving, splitting, and merging. It also covers edge cases and rendering strategies to ensure consistency in collaborative environments.
| | www.loro.dev
1.2 parsecs away

Travel
| | This article presents the rich text CRDT algorithm implemented in Loro, complying with Peritext's criteria for seamless rich text collaboration. Furthermore, it can be built on top of any List CRDT algorithms and turn them into rich text CRDTs.
| | my-it-notes.com
31.0 parsecs away

Travel
| Databases - how they work under the hood?Key takeaways from brilliant book "Designing data intensive application" - to quickly recap core concepts. DB engines classifications Type of load: OLTP (transaction processing) vs OLAP (data warehousing and analytics) Relational vs NoSQL, document vs columnar, graph vs triple-store (semantic facts storage) Even within NoSQL camp you can ...