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…
javascript
A collection of 3 posts
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/…