Home
Rafferty Uy
Cancel

RSS and Multi-FAQ Chatbot: Choices and Decisions (Part 2)

This post is part of a series of blog posts about a chat bot RazType™ that I implemented recently. Given that chat bots are advertised as a modern application that’s super easy to do, I decided to ...

RSS and Multi-FAQ Chatbot: High Level Design (Part 1)

This post is part of a series of blog posts about a chat bot RazType™ that I implemented recently. Given that chat bots are advertised as a modern application that’s super easy to do, I decided to ...

Troubleshooting Azure App Services and On-Premise Connectivity

Azure App Services can integrate with your Virtual Network which enables you to connect to your database server, APIs, etc. — in the form of Azure VMs or on-premise servers. Testing Connectivity ...

Azure DevOps: Node.js CI/CD to Azure Web Apps

This is a screenshot-based post on how to configure CI/CD of a simple Node.js application and deploy to Azure Web Apps using Azure DevOps. Specifically, this post contains the Build and Release def...

Filipino Chatbot: An Unsupported Language Workaround

Note: This is a re-post from my old blog (with no longer exists) Chat Bots are quickly becoming a global trend. And if you are in a company who faces customers (e.g. B2C business or one ...

Static HTML Web Sites in Azure Storage

Organizations may want to host their static web sites in normal storage for many reasons. In my case, I am looking to host a static site in an Azure Storage, generated by AngularJS, for the followi...