Video Calling Solution on a Chat App (Android, Web)
In this project, I implemented a complete end to end video calling solution for a messaging application. It used peer to peer calling to ...
In this project, I implemented a complete end to end video calling solution for a messaging application. It used peer to peer calling to support minimal latency without large drop in packets transferred. Clients supported were Android and web.
Scaling a distributed cache service for handling more load
In this project, I had to implement intelligent partitioning technique for a distributed cache service to handle more load. This service ...
In this project, I had to implement intelligent partitioning technique for a distributed cache service to handle more load. This service was critical for the throughput of the system and i implemented a custom load balancing algorithm for the same.