I have been wondering, How AWS handles the traffic from external services to services/pods running inside the Kubernetes cluster? 🤨  In this article, we discuss what happens behind the scene in AW...
Understanding Class Loading in Java Virtual Machine
I had a use case where I wanted to update the implementation of the algorithm based on the trigger without restarting the app. This app is written using java(spring) and it exposes API to be consum...
Understanding Java VM for Memory Management
I had created a demo application in my free time which uses pub/sub for sharing messages between 2 java microservice application using Kafka as middleware. Later on, I starter experimenting on effe...