Tutorial on how to use Asyncio in Python
This story will show the basic of using Asyncio in Python
Prerequisites
Using Python 3.10. Need to install a few packages via pip along the way, but that will be obvious once we get to that.
Tutorial on how to use Asyncio in Python
This story will show the basic of using Asyncio in Python
Using Python 3.10. Need to install a few packages via pip along the way, but that will be obvious once we get to that.
Story on how to setup Django as cheaply as possible.
NB: Still work in progress.
This story will show how to create a Django application and deploy it to a hosting provider as cheaply as I could possible do it.
I will not be free, but my aim is …
Story on how to use Wiremock to run CI on Github with Github Actions
This story setup a basic Django project using Docker and Docker Compose and then use Wiremock to run tests against a stubbed external API, both locally and on Github via Github Actions.
I won't be …
Story on how to use Docker and Docker Compose and deploy a Django app to Heroku
This story setup a basic Django project using Docker and Docker Compose and then deploy said application to Heroku.
I'm working on an Ubuntu 20.04, Django 3.1.3.
This will not …
Tutorial on how to use logging with Django.
I'm working on an Ubuntu 20.04, Django 3.1.1 and django-extensions 3.0.9 for good measure.
This will not be a complete from zero to hero tutorial, rather I'll assume that you know enough basic Django to be …
Story on how to use Sqlite as a database when deploying Django with Zappa
I'm working on an Ubuntu 20.04, Django 3.1.1 and zappa 0.5.2 and django-extensions 3.0.9 for good measure.
I'm also assuming that you are setup with an AWS account …
Tutorial on how to use form validation in Django
This story will show how to use form validation in Django.
I'm working on an Ubuntu 20.04, Django 3.1.1 and django-extensions 3.0.9 for good measure.
This will not be a complete from zero to hero …
Tutorial on how to use forms in Django
This story will show how to use forms in Django.
I'm working on an Ubuntu 20.04, Django 3.1.1 and django-extensions 3.0.9 for good measure.
This will not be a complete from zero to hero tutorial, rather …
Setup Django with django-tenancy (semi-isolated)
This story will show how to install setup Django to work with multiple clients, like a real SAAS.
I'm working on an Ubuntu 20.04, Django 3.1.1 and django-tenants 3.2.1. Also, I'm assuming you have a running postgres server running …
Deploy Flask app to Heroku with Docker
This story will show how to install deploy a simple Flask app to Heroku via Docker and Gitlab CI.
I'm assuming that you are familiar with the basics of Docker, Heroku, Flask and Gitlab.
Also, you have:
1 Heroku account with an …