Skip to main content

3 posts tagged with "rxjs"

View All Tags

· 10 min read
Indermohan Singh

TL;DR: In this article, we will reverse engineer Observable from the RxJS library. We will also re-create a couple of operators from the library and learn about Observer and Subscription. We are also going to use TypeScript to annotate the code. In the end, we will write a very small example code to use that reverse engineered library. You can find the demo at StackBlitz.

· 32 min read
Indermohan Singh

TL;DR: In this article, you will learn how to develop a mobile audio player app using Ionic framework and Angular. You will handle audio operations using RxJS and Observables, and you will also explore how you can manage application's state with NgRx. To secure your application, you will use Auth0. If needed, you can find the final code on this GitHub repository.

This blog aims to share things I have learned while working with Angular, Ionic, JavaScript, and Software Engineering in general.

Enter your email and hit the Subscribe button, and you'll be the first to know about a new tool or technique I learned.