As we're approaching the new major version of Yjs (v14), there are few breaking changes worth talking about. While most of them concern the API, a binary format itself remains stable (so don't be afraid, your…
javascript
A collection of 4 posts
Conflict-free Replicated Spread Sheets
In this blog post we're going to cover a concepts and implementation behind collaborative 2-dimensional tables, with set of operation that could make them useful to work as spread sheets - popular in products like MS Excel or…
WebAssembly and replayable functions
... or how to make a non-deterministic functions deterministic through the power of isolated WASM sandbox. This time we'll go through the problems of unpredictability in code, which execution could be affected by external factors like I/O operations,…
More thoughts on Knockout.js and JavaScript MVVM
Today I want to share with my reflections on using Knockout.js [http://knockoutjs.com/] and client side MVVM pattern. Some of them refer to my previous post on the same topic [https://www.bartoszsypytkowski.com/blog/2013/03/09/…