CallerId Reputation -
This product collaborates with the telecom operators in the US to identify the name of the caller that appears on the mobile devices whenever there is an incoming call.
For the same purpose, they needed a farm of mobile devices on which they could call and identify whether a name is associated with a number.
- Created a Nodejs. service for fetching the phone numbers from the SQS and making a call to any of the available devices on the farm.
- Maintained and developed/refactored features, ex., skipped storing each screenshot on the server and moved to saving directly in the S3 bucket.
- Integrated Slack notification using hooks so that the client could be notified of the failed SQS message.
- Enhanced product stability by developing a health check mechanism for client servers, preventing downtime during power outages.
- Developed calling and message service using the Telnyx and Vonage APIs.
pCloudy.com -
Provides software testing solutions for apps and websites where developers can test their products on various scenarios and generate reports accordingly.
- Integrated reverse tethering to ensure Android devices maintained uninterrupted internet connectivity during user sessions using Gnirehtet, an open source tool for Android, leading to a reduction in connectivity-related customer issues.
- Collaborated on touch and swipe functionality on the mobile device by integrating the coordinates provided by the backend service.
- Resolved an old bug that caused all the devices of a client to be shown in landscape mode by default instead of portrait by modifying the script that initialized the device.
- Collaborated across teams to resolve bugs and figure out the RCA.