I need training and job support on the following.
Offline in Noida only. I can travel anywhere in Noida.
Devops
AWS
EKS
Argo CD
Prometheus
I have a Kotlin project that uses coroutines, and currently the application is not scaling properly in AWS under higher request loads. The task is to create a POC to improve scalability by increasing coroutine handling/concurrency.
I initially tried using `Dispatchers.IO`, but the application failed on the 65th concurrent request. Later, I...