Obvibase under the hood

I've used the pipe() function 2,560 times and I can tell you it's good!

Mar 3, 2021

The pipe() function that I'm talking about is the one that lets you replace b(a(x)) with pipe(x, a, b). Yes… Read more

Log and test RxJS observables with 1log

February 1, 2021

As soon as I started building an app that uses RxJS, I realized that I needed a logging utility. First I went with… Read more

How Obvibase uses Web Workers

June 30, 2020

Obvibase client is written in TypeScript, and it's made up of three categories of TypeScript files/modules… Read more