Every developer should be paying attention to the local-first architecture movement and what it means for JavaScript. Here’s ...
From the browser to the back end, the ‘boring’ choice is exciting again. We look at three trends converging to bring SQL back ...
The following demos run directly in the browser. Chrome is highly recommended because it's still the only browser with WebGPU support. Other browsers should work as well but use the WebGL backend, ...
Either and Option implementation in kotlin Multiplatform. Either is, like the Result class in kotlin, a discriminated union of two types. However, it lets you use any Type as the second Type. Option ...