Skip to main content

One post tagged with "reverse-engineering"

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.

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.