iT邦幫忙

鐵人檔案

第 12 屆 iThome 鐵人賽
回列表
Microsoft Azure

白眼狼的30天Azure跳槽計畫 系列

當你google搜尋白眼狼,我想你會看到詞語出處《自壽詞》:「一生不戴烏紗帽, 半路常逢白眼狼。」,形容忘恩負義之人... 作者當然不是這樣的人...
取名白眼狼是因為作者自從學程式語言開始,寫過的所有應用都是建立在GCP(Google Cloud Platform)上
恰巧時逢畢業剛投入職場階段,看到今年鐵人賽,多了Microsoft Azure組別,希望藉由下班空閒時間從GCP跳巢學習使用Azure雲端平台,也算是某種忘恩負義吧!?
作者將以如何透過Azure雲服務,快速建立一個Cahtbot為主題,紀錄30天的Azure跳巢自學過程,預計9/16開賽!

鐵人鍊成 | 共 30 篇文章 | 56 人訂閱 訂閱系列文 RSS系列文
DAY 11

Day [11] Why Azure Cache for Redis ?

公開資料集的搜尋時間 昨天我們已經成功利用Azure Functions 建構口罩查詢Chatbot的Linewebhook其中搜尋口罩公開資料的時間如下圖:可...

2020-09-26 ‧ 由 Mick 分享
DAY 12

Day [12] 基礎-Azure Cache for Redis

Redis Cache Redis是一個開源的 in-memory 的data structure store,常用來作為資料庫,緩存,message brok...

2020-09-27 ‧ 由 Mick 分享
DAY 13

Day [13] Azure Cache for Redis-建置

Azure Cache for Redis Azure Cache for Redis 會在 Azure 雲端平台上提供 開源Redis的完整管理。 開發者可以...

2020-09-28 ‧ 由 Mick 分享
DAY 14

Day [14] Azure Cache for Redis-本機執行&測試

Use Azure Cache for Redis with Node.js 今天來練習在本機使用 Node.js 應用程式操作Azure Cache for...

2020-09-29 ‧ 由 Mick 分享
DAY 15

Day [15] Azure Cache for Redis-Line Chatbot實作(ㄧ)

Azure Functions上操作Azure Cache for Redis 回顧一下-Day [11] Azure Cache for Redis-Chat...

2020-09-30 ‧ 由 Mick 分享
DAY 16

Day [16] Azure Cache for Redis-Line Chatbot實作(二)

判斷從Redis Cache 或 公開資料集拿資料 這幾日我們已經知道如何在Azure上建立Redis Cache,並學會如何操作,現在只需修改Workflow...

2020-10-01 ‧ 由 Mick 分享
DAY 17

Day [17] Azure 認知服務(Azure Cognitive Services)

What are Azure Cognitive Services? Azure 認知服務(Cognitive Services)是具有REST API和客戶端...

2020-10-02 ‧ 由 Mick 分享
DAY 18

Day [18] Azure 認知服務-Language Understanding (LUIS)

Why LUIS (Language Understanding Intelligent Service) ? Chatbot前情提要 聊天機器人為 CUI(C...

2020-10-03 ‧ 由 Mick 分享
DAY 19

Day [19] 基礎-Language Understanding Intelligent Service (LUIS)

What Language Understanding Intelligent Service (LUIS)? Language Understanding (...

2020-10-04 ‧ 由 Mick 分享
DAY 20

Day [20] Language Understanding Intelligent Service (LUIS)-技術分析

NLP vs NLU 昨天我們提到LUIS(Language Understanding Intelligent Service)是一個語意理解(Languag...

2020-10-05 ‧ 由 Mick 分享