Otherwise known as chaining multiple Observables / API. In the real world scenario, we always face a situation where an id of a data depends on previously emitted value. To be precise, let’s assume we need to fetch userId using only by username and sequentially fetch all his/her articles or posts using the userId....