by Danny Chu
Learn how to detect if client has JavaScript enabled or disabled at your backend webserver
by Marcelo Ricardo de Oliveira
In this article, we demonstrate how to set up an Azure PostgreSQL database, migrate the app’s data to Azure, and ensure the application still works.
by Marcelo Ricardo de Oliveira
This first article in the series introduces the goal of this series: demonstrating how to modernize legacy Python apps and their data on Azure.
by Ahmed Bouchefra
In this tutorial, we’ll see by example how to create a CRUD application from scratch and step by step. We’ll see how to configure a MySQL database, enable the admin interface, and create the django views.
by Marcelo Ricardo de Oliveira
In this article we demonstrate how to move a copy of our Python app and data to the Azure cloud infrastructure with minimal redesign and modification.
by Marcelo Ricardo de Oliveira
In this article, we demonstrate how to set up an Azure PostgreSQL database, migrate the app’s data to Azure, and ensure the application still works.
by Marcelo Ricardo de Oliveira
This first article in the series introduces the goal of this series: demonstrating how to modernize legacy Python apps and their data on Azure.
by Arctype SQL
When solving a problem that requires you to link a user's session data to their actual user object, Postgres comes in handy.