This post demonstrates the iterative approach that is an integral component of agile development on my personal project. It started small with a
What is in the picture with AWS Rekognition
AWS Rekognition offers an out of the box experience for image or video recognition. The base model works well for everyday objects. Beyond that, one
Debugging Docker Containers from Visual Studio Code
There wasn't a necessity for me to debug code running in a container until now. It was because I develop my code on a Mac, run it on Linux boxes, and
Obliviate Docker Containers (stop all, remove all)
Simple two lines stopping and removing all containers. Easy and effective!
Even The Impassable Paths Shall Be Explored
Choose the right tool for the task, they say. But how does one figure out what the right tool is? Or how long is one supposed to keep looking until
SSH into App Service Linux Container
In the previous post, I shared how to provision an App Service for Flask application using Azure CLI. This post is a follow-up post of how one logs
Provisioning Azure App Service for Flask App using Azure CLI
Azure Web App Service is a runtime for web application or API. They can run on Linux, Windows, or custom Docker image. This post considers