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 ...
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 ...