Learn about the basics of Serverless, Docker and deploying a Django (Python) application to Cloud Run, a serverless offering by Google Cloud Platform.
serverless
Articles
The basics of deploying a basic Django (Python) application to Azure App Service, a serverless offering by Microsoft Azure.
Projects
Remote Code Execution System π¨βπ»
A web application that is used to write and run code from any browser. It currently supports Python, JavaScript, Java, C#, Go, Rust, e.t.c.
Designed and built over a weekend it for my friends (or anyone) who donβt have their computers close by often (or at all). They now have a place to code - any browser!
The system had over 400+ visitors and ran code 1200+ times in the first five days of launching it. At the same time, the open-source repository on GitHub also got 62 Stars and 200+ visitors. It was also hacked! - I was able to secure it better after that.
django-serverless-cron π¦‘
django-serverless-cron
𦑠is a Django
app (library/package) with a simpler approach running cron jobs (mostly in a serverless environment) through HTTP requests with an integration with the Django admin. This allows you to run any task without having to manage always-on infrastructure.
There is also an option to run jobs via management commands and the Django admin.