Gather360 is a top-rated SaaS solution for medium and large enterprises, helping business teams efficiently exchange, clean, and prepare data. It resolves data quality issues, automates tasks, and scales projects quickly. Recognized as a RegTech Top 100 solution for 2020 and 2021. Learn more at gather360.io.
I was a junior developer when I got this project, and at that time, I only knew React. This project was based in Angular, requiring a significant technology switch for me. Initially, I felt very underconfident about the project, so I started by writing just E2E tests. After some time, I began debugging small issues.
The main challenge of this project was working with Angular itself and RXJS. While I quickly learned about components and services due to my strong command of React, it took me a while to understand directives and RXJS. In RXJS, I had to grasp concepts such as observables and subjects, as well as how to use operators like filter and switchMap.