RxJS Observables That Can't Fail
A habit I made in JavaScript, and later TypeScript, was to have Promises never fail, and instead...