Cloud Computing Technology tutorials

Amazon Nova Web Grounding: Efficient way to reduce hallucinations and improve factual gounding for real-time information from Web

Discover how Amazon Nova Web Grounding eliminates AI hallucinations by automatically retrieving current, cited web information. This comprehensive guide covers step-by-step implementation with Amazon Bedrock, real-world use cases including financial analysis and news aggregation, best practices for prompt engineering, and practical code examples for building trustworthy AI applications with real-time data.

0 Comments
Amazon Nova Web Grounding: Efficient way to reduce hallucinations and improve factual gounding for real-time information from Web - TutLinks
Amazon Nova Web Grounding: Efficient way to reduce hallucinations and improve factual gounding for real-time information from Web - TutLinks

How to deploy V lang REST API on Azure

In this tutorial we will see how to deploy a V lang based REST API on Azure App Service in the containerized form. Before, we proceed let's look at the very short and sweet introduction to V.

0 Comments
How to deploy V lang REST API on Azure - TutLinks
How to deploy V lang REST API on Azure - TutLinks

Deploy FastAPI on Azure App Service

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 create a PostgreSQL database on Azure and App Service Plan to host FastAPI on Azure ☁️.

3 Comments
Architectural overview of FastAPI running on Azure App Service – TutLinks
Architectural overview of FastAPI running on Azure App Service – TutLinks

Deploy FastAPI app on Google Cloud Platform

In this tutorial we will see how to deploy a FastAPI app on GCP App Engine. The tutorial will give a detailed walk through on how to create an app on Google Cloud Platform and deploy a FastAPI application implemented in python. By the end of tutorial you will learn how to deploy FastAPI app on Google Cloud Platform.

4 Comments
Deploy a FastAPI app on Google Cloud App Engine – TutLinks
Deploy a FastAPI app on Google Cloud App Engine – TutLinks

Deploy FastAPI on Ubuntu and Serve using Caddy 2 Web Server

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.

3 Comments
Deploy FastAPI on Ubuntu and Serve using Caddy 2 Web Server – TutLinks
Deploy FastAPI on Ubuntu and Serve using Caddy 2 Web Server – TutLinks