PANIC: Broken AVD system path – Android Emulator setup on Mac/Homebrew
Yesterday, I downloaded the latest version of Android Studio to compile an Android App and run in an emulator. Little did I knew that it would turn into a 2-3 hour effort. In this blog, I would like to highlight one of the main issue (panic: broken avd system path error) that took lot of […]
Modern CI CD Kubernetes Docker deployment pipeline
There are several benefits of moving to a container based architecture including faster code deployments and reduction in operational cost. Kubernetes has evolved as the de-facto orchestration tool for managing containers. First, we will list the key principles and then go into details on how to build a modern CI CD Kubernetes Docker deployment pipeline. […]