Home
Rafferty Uy
Cancel

Learning Notes | Integration of OpenAI with Enterprise Apps | Part 3 - Development with LangChain

In my last two posts, I wrote about my high-level thoughts on infusing OpenAI with enterprise applications. Then I explored Semantic Kernel as the lightweight SDK for developing the Orchestrator Se...

Learning Notes | Integration of OpenAI with Enterprise Apps | Part 2 - Development with Semantic Kernel

These notes are outdated. Please find my latest learning notes here. These notes were written during version dotnet-0.13. A lot a has changed since then. I am keeping these notes for my personal...

Learning Notes | Integration of OpenAI with Enterprise Apps | Part 1 - Intro and Architecture

Building applications integrated with AI used to be much simpler. Before ChatGPT, the main idea of building AI-infused apps was divided into two steps: Machine learning engineers/data scientists...

Preview Image

Rapid API Development with Azure API Management and GPT

Did you know that you can rapidly develop REST APIs using GPT Prompt Engineering? In this article, I show how you can use Azure API Management (APIM) inbound and outbound policies to create useful ...

Azure DevOps Extension Starter Repository

Azure DevOps is one of the best DevOps tools in the market that has task management, code repository, CI/CD, test case management, artifact repository, wiki, and dashboards built into one product. ...

Hands-on Labs Collection Repository

I’m excited to announce that I’ve just created a new public Git repository for my self-created hands-on labs! You can check it out here: https://github.com/raffertyuy/RazHandsOnLabs The repository...

One Minute Video - How to Start Coding with GitHub Enterprise

This is a GitHub Enterprise overview on how a developer could quickly start coding on a new application project… TikTok style :) This video shows: GitHub Enterprise, GitHub Advanced Security, GitH...

How to Use ChatGPT to Optimize Your Website for SEO

Majority of this article is generated using ChatGPT :) The content of this article is updated on 27 March 2023 as some information was wrong. Which I explain below. What is SEO? Search En...

Preview Image

Using OpenAI and Power Virtual Agents for Conversational AI

OpenAI’s ChatGPT has created a sensation in the world today. And while it’s fun to use it personally, many have wondered how to implement an enterprise version of ChatGPT, which integrates with the...

ASP.Net 7 deployment to Azure App Services using GitHub Actions

This is a simple reference post of the GitHub Actions yaml that I’m using to deploy a simple ASP.Net 7.0 to Azure App Services. I was not planning to post anything today as this task was supposed ...