A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically. - automerge/automerge... (more…)
Read more »
Over the last few years, browsers got some super powers. They evolved from simple viewers for HTML & CSS to platforms executing our beloved...
Read more »
We're going to be building a real-time JavaScript chat room similar to Twitch.tv's chat using JavaScript and Scaledrone push messaging service. The app is going to be using Websockets on modern browsers and fallback technologies on older ones. (more…)
Read more »
I’m using the new ECMAScript 2021 features for over a year, thanks to Babel. Almost all the features are useful, but I most liked only three of them. They saved me a lot of time and made my code more readable.
Here they are:
1. Logical Assignment Ope... (more…)
Read more »