Integrating Azure Open AI with Azure Functions (C# .NET Core)
In this post, we will go through how to integrate Azure Open AI capabilities like Chat and Dall-E with Azure Functions which can be used for different scenar...
In this post, we will go through how to integrate Azure Open AI capabilities like Chat and Dall-E with Azure Functions which can be used for different scenar...
In this post, I am going to find 502 Bad Gateway fix occurring due to “Failed to open siteversion.txt. ZipFS setup failed. Error: 0x80070002”
In this post, I will use Event Hubs REST APIs combined with Web Activity of Azure Data Factory to send custom events.
This part-3 of the blog series will try to deploy a Function App in a network-locked architecture using an App Service Environment v3.
This part-2 of the blog series will try to reach the objective of deploying a Function App in a network-locked architecture using an App Service Plan.
This part-1 of the blog series will try to reach the objective of deploying a Function App in a network-locked architecture using a Consumption Plan.
This post will explain how to use Moq and xUnit with a custom application that uses a complicated dependency injection setup.
The idea is to design a load balancer using Docker Swarm that can distribute the load on different worker machines, based on the inter-arrival of requests.
Why Data Science is such a huge thing? Why has no one heard about it 10 years before? and, why is everyone talking about it now?
Trigram NPLM using PyTorch with GPU acceleration
The National Institute of Diabetes and Digestive and Kidney Diseases conducted a study on 768 adult female Pima Indians living near Phoenix. The purpose of t...
The aim is to build some good linear models to analyze the swiss dataset provided by Faraway where Fertility is used as the response.
PySpark provides several convenient functions to interact with Spark environment. But, setting up pyspark from scratch can be pretty hectic and cumbersome. T...