Hosting tutorials on Tutlinks. Hosting or web hosting is the process of deploying our software applications be it a WebSite, an API or a Software as A Service to an infrastructure provided by third party such as GoDaddy, BlueHost or Cloud Providers such as GCP, Azure or AWS.
In this tutorial we will see how to Deploy FastAPI on Ubuntu. Our FastAPI application does CRUD operations on a PostgreSQL database running on Ubuntu 18.04.5 LTS (Bionic Beaver). We expose FastAPI running on Gunicorn as a reverse proxy using Caddy 2 Web Server.
In this tutorial we will see how to deploy FastAPI on Azure App Service Linux Plan. The FastAPI will have PostgreSQL database and Asynchronous REST Endpoints.
We will deploy WordPress on Azure App Service for Linux by creating an Azure App Service for Linux and Azure database for MySQL & host WordPress on Azure Cloud.
In this tutorial we will see how to deploy a FastAPI app on GCP App Engine. By the end of tutorial you will learn how to deploy FastAPI app on Google Cloud Platform.
I realized that I'm missing a trailing / (forward slash) between rest endpoint and query parameter that lead to Mixed Content insecure XMLHttpRequest endpoint.
In this tutorial we will implement a simple REST API implemented using python based FastAPI framework. We will then understand how to deploy FastAPI app to Heroku account for free.
301 Redirect to resolve redundant hostnames - TutLinks Sometimes few websites are set up in such a way that the example.com and www.example.com will be treated as different websites. Although…