Learn about the basics of Serverless, Docker and deploying a Django (Python) application to Cloud Run, a serverless offering by Google Cloud Platform.
hosting
Articles
When building new projects, it’s usually annoying to repeatedly set up stuff like web servers, databases, etc. It’s often expensive or tedious to set up and manage. That’s where open-source PAASs came in. They are free and often have an easy-to-use app/database deployment & web server manager.
The basics of deploying a basic Django (Python) application to Azure App Service, a serverless offering by Microsoft Azure.