Ivan Novikov

Ivan Novikov @ivan7237d

About: Solopreneur & freelance developer.

Location:
NYC
Joined:
Jan 29, 2021

Ivan Novikov
articles - 3 total

LazyPromise: typed errors and cancelability for lazy people who don't want to learn a new API

Promise and Observable have had a baby. This baby is called LazyPromise. It inherits certain features...

Learn More 1 2Feb 14

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

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

Learn More 19 5Mar 3 '21

Log and test RxJS observables with 1log

ATTENTION: this article is now outdated, please see GitHub readme for the current version of the...

Learn More 5 0Feb 1 '21