SlideShare a Scribd company logo
從 GitHub Copilot 到 Enterprise Copilot
打造符合企業需求的智能開發助手之路
Alan Tsai
簡單的自我介紹
• Alan Tsai
• 蔡孟玹
• 後端工程師 - .NET 技術為主
• 喜歡學習不同東西
• Azure
• Data Science、Chatbot
• Container、DevOps
• 加强開發的Tools、架構
• 翻譯文章/軟體
• 兩本翻譯書
• 三門線上課程
• 看小說、玩手游
@Alan Tsai 的學習筆記 4
教就是最好的學習方式 - 喜歡考證驗證所學
@Alan Tsai 的學習筆記 5
喜歡技術分享
• 2022 .NET Conf
• 談 Event Driven Architecture 之前
是不是該把 Event 規格搞定? CloudEvents 是什麼?
| 邁上 Cloud Native App 之路
• 2021 .NET Conf
• 不會 Javascript 沒關係
用 Blazor 來解決前端需求成為 Full Stack .NET 開發者吧
• 2020 Global Azure
• Azure API Management
協助邁向Open API及Micro Service架構的好用服務
@Alan Tsai 的學習筆記 6
喜歡技術分享
• Tibame
• AZ-900、AZ-104、AZ-204
• GitHub Copilot
企業導入,在製造業、金融業、服務業,已培訓近800人次
• Trainocate
• AZ-104、AZ-204、AZ-400、DP-200、DP-201、PL-900、DA-100
• 台灣智慧自動化與機器人協會
• 運用Python進行大數據分析、機器學習基礎理論課程及人工智慧 – ML.NET
• 中華電信學院
• DevOps與CI/CD實務研習班、Windows Container 技術實務班
• 使用Azure AI打造有人工智能的Line聊天機器人
@Alan Tsai 的學習筆記 7
歡迎訂閲、按讚 + 分享
FB 粉絲頁
http://fb.alantsai.net
Alan Tsai 的學習筆記
https://blog.alantsai.net http://yt.alantsai.net http://bili.alantsai.net
影片
contact@alantsai.net contact@alantsai.net
@Alan Tsai 的學習筆記 8
有多少人用過 GitHub Copilot?
@Alan Tsai 的學習筆記 9
有多少人公司有採買 GitHub Copilot?
@Alan Tsai 的學習筆記 10
有多少人認為用起來卡卡?
@Alan Tsai 的學習筆記 11
Agenda
• 什麼是 GitHub Copilot
• GitHub Copilot 帶來的效益是什麼?
• 如何打造自己的 Copilot
@Alan Tsai 的學習筆記 12
什麼是 GitHub Copilot
GitHub Copilot is an AI pair
programmer that offers
autocomplete-style suggestions
as you code
About GitHub Copilot for Individuals - GitHub Docs
@Alan Tsai 的學習筆記 13
什麼是 GitHub Copilot
You can receive suggestions from GitHub
Copilot either by starting to write the
code you want to use, or by writing a
natural language comment describing
what you want the code to do
About GitHub Copilot for Individuals - GitHub Docs
@Alan Tsai 的學習筆記 14
為什麼 GitHub Copilot
Research: quantifying GitHub Copilot’s impact on developer productivity and happiness
2022-09-07
@Alan Tsai 的學習筆記 15
為什麼 GitHub Copilot
The economic impact of the AI-powered developer lifecycle and lessons from GitHub Copilot​
2023-06-27
@Alan Tsai 的學習筆記 16
為什麼 GitHub Copilot
Survey reveals AI’s impact on the developer experience
2023-06-13
92%
U.S.-based developers
using AI coding tools​
70%
better code quality
completion time
57%
believe that AI
could help them upskill
@Alan Tsai 的學習筆記 17
為什麼 GitHub Copilot
永豐銀行導入微軟 GitHub Copilot 賦能開發加速金融創新
2023-11-22
90%
提升工作
效率與品質
86%
有效協助處理
例行工作
60%
加快 40 ~ 60%
開發時間
@Alan Tsai 的學習筆記 18
真的有那麼神嗎?
@Alan Tsai 的學習筆記 19
嘗試描述讓
Copilot 去產生
Code 再檢查正確
性以及是否符合
業務邏輯,這樣
有比自己寫 Code
還有效率嗎
是否可以題示開
發團隊內部的共
用函示庫, 而不
是每次將邏輯重
新寫一次
為何註解打完,
function 的外框寫好
(private void
function() { }),內容
並不會給建議,只會
在打到一半時的空白
鍵後(private void )給
建議?
對於較新的Library
(例如Confluent
Kafka) 能提供的建
議較少且不精確,還
是要回頭上網google,
導致可能會花更多時
間。
偶爾會遇到運算的時
間太久,自己打還比
較快。
若功能對應的程式碼
較多,一次無法全部
給出建議,要如何繼
續產生下面的建議程
式碼?
@Alan Tsai 的學習筆記 20
@Alan Tsai 的學習筆記 21
公司可以買github copilot給開發者使用嗎
@Alan Tsai 的學習筆記 22
影響 - 生成式 AI 的崛起
• ChatGPT偷家:Stack Overflow正被程式設計師拋棄,訪問量一個月
驟降3200W
• 受ChatGPT等AI Chatbot衝擊,Stack Overflow裁員28%
@Alan Tsai 的學習筆記 23
歡迎進入 1 人成軍的年代
@Alan Tsai 的學習筆記 24
Prepare Environment - Supported IDE
Visual Studio Code Visual Studio Jet Brains
neovim
Azure Data Studio
@Alan Tsai 的學習筆記 25
Visual Studio Code - Copilot Shortcut Key
@Alan Tsai 的學習筆記 26
GitHub Copilot Overview
@Alan Tsai 的學習筆記 27
Best Practice - 3S
▪ Single Responsibility
▪ One line one thing
▪ Specific Prompt
▪ Variable name
▪ userId vs Id
▪ Give example
▪ Constraint
package, style, etc
▪ Short Response
▪ Guide response
▪ Trust but verify
@Alan Tsai 的學習筆記 28
In the future
https://webinar.ithome.com.tw/2023/session
@Alan Tsai 的學習筆記
29
GitHub Copilot X
GitHub Copilot X @Alan Tsai 的學習筆記
30
GitHub Copilot X
https://githubnext.com/#projects
@Alan Tsai 的學習筆記 31
GitHub Universe 2023
Universe 2023: Copilot transforms GitHub into the AI-powered developer platform
@Alan Tsai 的學習筆記 32
如何產生出符合公司規範的程式碼?
@Alan Tsai 的學習筆記 33
GitHub Copilot 和 GitHub 有什麼關係?
@Alan Tsai 的學習筆記 34
使用 LLM 模型的 4 種模式
Four Ways that Enterprises Deploy LLMs | Fiddler AI Blog​
@Alan Tsai 的學習筆記 35
Prompt Engineering
Awesome ChatGPT Prompts
@Alan Tsai 的學習筆記 36
Prompt Engineering
ExplainThis
@Alan Tsai 的學習筆記 37
Prompt Engineering
Four Ways that Enterprises Deploy LLMs | Fiddler AI Blog​
@Alan Tsai 的學習筆記 38
Prompt Engineering
Chain-of-Thought Prompting Elicits Reasoning in Large Language Models
@Alan Tsai 的學習筆記 39
Prompt Engineering
生成式AI輔助之軟體開發指引
@Alan Tsai 的學習筆記 40
Prompt Engineering 是一門玄學
@Alan Tsai 的學習筆記 41
Retrieval Augmented Generation (RAG)
Retrieval Augmented Generation
(RAG) in Azure AI Search
@Alan Tsai 的學習筆記 42
Fine Tunning
Four Ways that Enterprises Deploy LLMs | Fiddler AI Blog​
@Alan Tsai 的學習筆記 43
Train your model
Awesome LLM
@Alan Tsai 的學習筆記 44
Train your model
Awesome LLM
@Alan Tsai 的學習筆記 45
Train your model
Meta’s first 65B LLaMa model training
took 1,022,362 hours on 2048 NVidia
A100-80GB’s (about $4/hr on cloud
platforms) costing approximately $4M
@Alan Tsai 的學習筆記 46
Train your model
How do Transformers work?
@Alan Tsai 的學習筆記 47
開發 LLM Application
The architecture of today’s LLM applications
@Alan Tsai 的學習筆記 48
LLM Architecture
The architecture of today’s LLM applications
@Alan Tsai 的學習筆記 49
What is Copilot
• The availability of LLMs has led to the emergence of a new software
application, often referred to as a copilot.
• Copilots are often integrated into other applications and provide a
way for users to get help with common tasks from a generative AI
model.
• Copilots are based on a common architecture, so developers can
build custom copilots for various business-specific applications and
services.​
@Alan Tsai 的學習筆記 50
Microsoft Copilot
@Alan Tsai 的學習筆記 51
What is Copilot Stack
@Alan Tsai 的學習筆記 52
What is Copilot Stack
@Alan Tsai 的學習筆記 53
Semantic Kernel
What is Semantic Kernel?
@Alan Tsai 的學習筆記 54
Prompt Flow
@Alan Tsai 的學習筆記 55
Prompt Flow
@Alan Tsai 的學習筆記 56
Prompt Flow
What is Azure Machine Learning prompt flow
@Alan Tsai 的學習筆記 57
結論
Visual Studio
Code Extension
@Alan Tsai 的學習筆記 58
Schillace Laws
Schillace Laws of Semantic AI
Don’t write code if the model can do it;
the model will get better, but the code won't
@Alan Tsai 的學習筆記 59
Resource
• Microsoft Ignite: Generative AI with Azure OpenAI
• A 12 Lesson course teaching everything you need to know to start
building Generative AI applications
@Alan Tsai 的學習筆記 60
61
62
63
2023/12/31前
輸入優惠碼【GAI85】
享85折優惠
歡 迎 至 微 軟 攤 位 洽 詢

More Related Content

PDF
探索 API 開發的挑戰與解決之道 | .NET Conf 2023 Taiwan
Alan Tsai
 
PDF
Observable Everywhere - Rxの原則とUniRxにみるデータソースの見つけ方
Yoshifumi Kawai
 
PPTX
今改めて見る Plane finding
Takahiro Miyaura
 
PDF
[DO02] Jenkins PipelineとBlue Oceanによる、フルスクラッチからの継続的デリバリ
de:code 2017
 
PDF
Reactive Applications with Apache Pulsar and Spring Boot
VMware Tanzu
 
PDF
[cb22] Hayabusa Threat Hunting and Fast Forensics in Windows environments fo...
CODE BLUE
 
PDF
Micrometer/Prometheusによる大規模システムモニタリング #jsug #sf_26
Yahoo!デベロッパーネットワーク
 
PDF
【BS4】時は来たれり。今こそ .NET 6 へ移行する時。
日本マイクロソフト株式会社
 
探索 API 開發的挑戰與解決之道 | .NET Conf 2023 Taiwan
Alan Tsai
 
Observable Everywhere - Rxの原則とUniRxにみるデータソースの見つけ方
Yoshifumi Kawai
 
今改めて見る Plane finding
Takahiro Miyaura
 
[DO02] Jenkins PipelineとBlue Oceanによる、フルスクラッチからの継続的デリバリ
de:code 2017
 
Reactive Applications with Apache Pulsar and Spring Boot
VMware Tanzu
 
[cb22] Hayabusa Threat Hunting and Fast Forensics in Windows environments fo...
CODE BLUE
 
Micrometer/Prometheusによる大規模システムモニタリング #jsug #sf_26
Yahoo!デベロッパーネットワーク
 
【BS4】時は来たれり。今こそ .NET 6 へ移行する時。
日本マイクロソフト株式会社
 

What's hot (20)

PPTX
(本当に)一般的なご自宅向けのNutanix CE
AkiraMasago
 
PDF
Java8から17へ
onozaty
 
PDF
イミュータブルデータモデル(入門編)
Yoshitaka Kawashima
 
PDF
BuildKitの概要と最近の機能
Kohei Tokunaga
 
PDF
アジャイルにモデリングは必要か
Hiromasa Oka
 
PDF
產品設計的0到1,與1到1億
Ivan Wei
 
PDF
Unityでオンラインゲーム作った話
torisoup
 
PDF
JavaでCPUを使い倒す! ~Java 9 以降の CPU 最適化を覗いてみる~(NTTデータ テクノロジーカンファレンス 2019 講演資料、2019...
NTT DATA Technology & Innovation
 
PPTX
大量のデータ処理や分析に使えるOSS Apache Sparkのご紹介(Open Source Conference 2020 Online/Kyoto ...
NTT DATA Technology & Innovation
 
PPTX
【Unity道場 博多スペシャル 2017】Textmesh proを使いこなす
Unity Technologies Japan K.K.
 
PDF
Docker入門-基礎編 いまから始めるDocker管理【2nd Edition】
Masahito Zembutsu
 
PPTX
Unityネイティブプラグインマニアクス #denatechcon
DeNA
 
PDF
ROS/ROS2 Distributed System with Kubernetes
Tomoya Fujita
 
PDF
ズルいLT 〜はじめてのライトニングトーク〜 / WP-D Week
Mignon Style
 
PPTX
WebRTC Build MCU on browser
mganeko
 
PPTX
MRTKで始めるAR開発 (HoloLens 1 and 2, ARCore, ARkit)
Takashi Yoshinaga
 
PPTX
GraalVMのJavaネイティブビルド機能でどの程度起動が速くなるのか?~サーバレス基盤上での評価~ / How fast does GraalVM's...
Shinji Takao
 
PPTX
Msを16倍出し抜くwpf開発2回目
cct-inc
 
PDF
Databricksチューニングあれこれ(JEDAI 2023 X‘mas/忘年会 Meetup! LT登壇資料)
NTT DATA Technology & Innovation
 
PDF
Mavenの真実とウソ
Yoshitaka Kawashima
 
(本当に)一般的なご自宅向けのNutanix CE
AkiraMasago
 
Java8から17へ
onozaty
 
イミュータブルデータモデル(入門編)
Yoshitaka Kawashima
 
BuildKitの概要と最近の機能
Kohei Tokunaga
 
アジャイルにモデリングは必要か
Hiromasa Oka
 
產品設計的0到1,與1到1億
Ivan Wei
 
Unityでオンラインゲーム作った話
torisoup
 
JavaでCPUを使い倒す! ~Java 9 以降の CPU 最適化を覗いてみる~(NTTデータ テクノロジーカンファレンス 2019 講演資料、2019...
NTT DATA Technology & Innovation
 
大量のデータ処理や分析に使えるOSS Apache Sparkのご紹介(Open Source Conference 2020 Online/Kyoto ...
NTT DATA Technology & Innovation
 
【Unity道場 博多スペシャル 2017】Textmesh proを使いこなす
Unity Technologies Japan K.K.
 
Docker入門-基礎編 いまから始めるDocker管理【2nd Edition】
Masahito Zembutsu
 
Unityネイティブプラグインマニアクス #denatechcon
DeNA
 
ROS/ROS2 Distributed System with Kubernetes
Tomoya Fujita
 
ズルいLT 〜はじめてのライトニングトーク〜 / WP-D Week
Mignon Style
 
WebRTC Build MCU on browser
mganeko
 
MRTKで始めるAR開発 (HoloLens 1 and 2, ARCore, ARkit)
Takashi Yoshinaga
 
GraalVMのJavaネイティブビルド機能でどの程度起動が速くなるのか?~サーバレス基盤上での評価~ / How fast does GraalVM's...
Shinji Takao
 
Msを16倍出し抜くwpf開発2回目
cct-inc
 
Databricksチューニングあれこれ(JEDAI 2023 X‘mas/忘年会 Meetup! LT登壇資料)
NTT DATA Technology & Innovation
 
Mavenの真実とウソ
Yoshitaka Kawashima
 
Ad

Similar to 從 GitHub Copilot 到 Enterprise Copilot:打造符合企業需求的智能開發助手之路 | .NET Conf 2023 Taiwan (18)

PDF
twMVC#51-GitHub Copilot 徹底改變開發模式,探索 AI 驅動的智慧程式碼協作
twMVC
 
PDF
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
Meng-Ru (Raymond) Tsai
 
PDF
初探GitHub Copilot - 2025 Global AI Bootcamp
佳新 陳
 
PDF
初探 Prompt Flow 開發生成式 AI 應用的利器 | R-Ladies Taipei
Alan Tsai
 
PDF
Microsoft Generative AI and Medical case studies.
Meng-Ru (Raymond) Tsai
 
PDF
AI Coding工具介紹 - 革新程式開發流程的智能助手 by Philipz
Philip Zheng
 
PDF
20150206 aic machine learning
Meng-Ru (Raymond) Tsai
 
PDF
20141030 ntustme computer_programmingandbeyond_share
Ting-Shuo Yo
 
PDF
程式人雜誌 -- 2013 年 1 月 (創刊號)
鍾誠 陳鍾誠
 
PPTX
Scratch AI應用與遊戲開發 教學培訓課程【台灣程式教育協進會】
IttrainingIttraining
 
PPTX
AI 技術浪潮, 什麼是機器學習? 什麼是深度學習, 什麼是生成式AI, AI 能力認證
艾鍗科技
 
PDF
初探 Data API Builder:在幾分鐘內將資料庫轉換成 REST 和 GraphQL 不再是夢想
Alan Tsai
 
PDF
Python 自然語言處理應用 - 1. 環境配置篇 - 2024 / Environment Configuration
Yung-Ting Chen
 
PDF
Azurebootcamp 2018
Ian Chen
 
PDF
應用 LLM 框架:LangChain 入門工作坊,LangChain Workshop
Ko Ko
 
PDF
[台灣人工智慧學校] 人工智慧技術發展與應用
台灣資料科學年會
 
PDF
2025市民生活講座「AI人工智慧應用360°面面觀」2小時, 北市圖清江分館,20250628
張大明 Ta-Ming Chang
 
PPT
Introduction to open source platform
Hsien-Tang Lin
 
twMVC#51-GitHub Copilot 徹底改變開發模式,探索 AI 驅動的智慧程式碼協作
twMVC
 
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
Meng-Ru (Raymond) Tsai
 
初探GitHub Copilot - 2025 Global AI Bootcamp
佳新 陳
 
初探 Prompt Flow 開發生成式 AI 應用的利器 | R-Ladies Taipei
Alan Tsai
 
Microsoft Generative AI and Medical case studies.
Meng-Ru (Raymond) Tsai
 
AI Coding工具介紹 - 革新程式開發流程的智能助手 by Philipz
Philip Zheng
 
20150206 aic machine learning
Meng-Ru (Raymond) Tsai
 
20141030 ntustme computer_programmingandbeyond_share
Ting-Shuo Yo
 
程式人雜誌 -- 2013 年 1 月 (創刊號)
鍾誠 陳鍾誠
 
Scratch AI應用與遊戲開發 教學培訓課程【台灣程式教育協進會】
IttrainingIttraining
 
AI 技術浪潮, 什麼是機器學習? 什麼是深度學習, 什麼是生成式AI, AI 能力認證
艾鍗科技
 
初探 Data API Builder:在幾分鐘內將資料庫轉換成 REST 和 GraphQL 不再是夢想
Alan Tsai
 
Python 自然語言處理應用 - 1. 環境配置篇 - 2024 / Environment Configuration
Yung-Ting Chen
 
Azurebootcamp 2018
Ian Chen
 
應用 LLM 框架:LangChain 入門工作坊,LangChain Workshop
Ko Ko
 
[台灣人工智慧學校] 人工智慧技術發展與應用
台灣資料科學年會
 
2025市民生活講座「AI人工智慧應用360°面面觀」2小時, 北市圖清江分館,20250628
張大明 Ta-Ming Chang
 
Introduction to open source platform
Hsien-Tang Lin
 
Ad

More from Alan Tsai (20)

PDF
Microsoft Learn AI 挑戰賽-實戰三 MLOps | Alan Tsai
Alan Tsai
 
PPTX
2021 Net Conf Taiwan-初探 Azure Communication Service 讓 App 也有視訊、通話、即時聊天、簡訊和電話功能
Alan Tsai
 
PDF
Visual Studio 開發密技大補帖 | Study4.TW 2021 小聚#2
Alan Tsai
 
PPTX
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
Alan Tsai
 
PPTX
不會 Javascript 沒關係,用 Blazor 來解決前端需求 - 成為 Full Stack .NET 開發者吧 - .NET Conf 2020...
Alan Tsai
 
PDF
架構這件事 - Azure 可以幫助什麼 - 如何選擇使用什麼 Azure 服務
Alan Tsai
 
PPTX
我和阿九Azure有約 39 Azure Blob Storage 如何省錢? 設定 Access Tier 以及透過 Lifecycle Managem...
Alan Tsai
 
PPTX
我和阿九Azure有約 38 Azure Blob Storage 如何省錢? 搞懂Access Tier (Alan Tsai 的學習筆記)
Alan Tsai
 
PPTX
我和阿九Azure有約 37 Azure Blob Storage 如何檔案異動自動記錄建立檔案版本?Version Preview (Alan Tsai...
Alan Tsai
 
PPTX
我和阿九Azure有約 36 Azure Blob Storage 如何開啟snapshot保留目前狀態 (Alan Tsai的學習筆記)
Alan Tsai
 
PPTX
我和阿九Azure有約 35 Azure Blob Storage 如何開啟 Soft Delete?避免誤刪檔案 (Alan Tsai的學習筆記)
Alan Tsai
 
PPTX
我和阿九Azure有約 34 Azure File Storage 什麼時候適合用Azure File? File vs Disk Storage (Al...
Alan Tsai
 
PPTX
我和阿九Azure有約 33 Azure File Storage 什麼時候適合用Azure File? File vs Blob (Alan Tsai的...
Alan Tsai
 
PPTX
我和阿九Azure有約 32 Azure File Storage 介紹 (Alan Tsai的學習筆記)
Alan Tsai
 
PPTX
Azure Taiwan - Keep azure cost down (Azure 成本管控)
Alan Tsai
 
PPTX
我和阿九(Azure)有約 31 Azure Blob Storage 使用azcopy進行自動化作業 (Alan Tsai 的學習筆記)
Alan Tsai
 
PPTX
20200425 GlobalAzure-Azure API Management-協助邁向Open API及Micro Service架構的好用服務
Alan Tsai
 
PPTX
Insider Dev Tour Taipei 2019 - Future proof your desktop apps with .net core
Alan Tsai
 
PDF
03 azure devops pipeline - release
Alan Tsai
 
PDF
01 DevOps and Azure DevOps overview
Alan Tsai
 
Microsoft Learn AI 挑戰賽-實戰三 MLOps | Alan Tsai
Alan Tsai
 
2021 Net Conf Taiwan-初探 Azure Communication Service 讓 App 也有視訊、通話、即時聊天、簡訊和電話功能
Alan Tsai
 
Visual Studio 開發密技大補帖 | Study4.TW 2021 小聚#2
Alan Tsai
 
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
Alan Tsai
 
不會 Javascript 沒關係,用 Blazor 來解決前端需求 - 成為 Full Stack .NET 開發者吧 - .NET Conf 2020...
Alan Tsai
 
架構這件事 - Azure 可以幫助什麼 - 如何選擇使用什麼 Azure 服務
Alan Tsai
 
我和阿九Azure有約 39 Azure Blob Storage 如何省錢? 設定 Access Tier 以及透過 Lifecycle Managem...
Alan Tsai
 
我和阿九Azure有約 38 Azure Blob Storage 如何省錢? 搞懂Access Tier (Alan Tsai 的學習筆記)
Alan Tsai
 
我和阿九Azure有約 37 Azure Blob Storage 如何檔案異動自動記錄建立檔案版本?Version Preview (Alan Tsai...
Alan Tsai
 
我和阿九Azure有約 36 Azure Blob Storage 如何開啟snapshot保留目前狀態 (Alan Tsai的學習筆記)
Alan Tsai
 
我和阿九Azure有約 35 Azure Blob Storage 如何開啟 Soft Delete?避免誤刪檔案 (Alan Tsai的學習筆記)
Alan Tsai
 
我和阿九Azure有約 34 Azure File Storage 什麼時候適合用Azure File? File vs Disk Storage (Al...
Alan Tsai
 
我和阿九Azure有約 33 Azure File Storage 什麼時候適合用Azure File? File vs Blob (Alan Tsai的...
Alan Tsai
 
我和阿九Azure有約 32 Azure File Storage 介紹 (Alan Tsai的學習筆記)
Alan Tsai
 
Azure Taiwan - Keep azure cost down (Azure 成本管控)
Alan Tsai
 
我和阿九(Azure)有約 31 Azure Blob Storage 使用azcopy進行自動化作業 (Alan Tsai 的學習筆記)
Alan Tsai
 
20200425 GlobalAzure-Azure API Management-協助邁向Open API及Micro Service架構的好用服務
Alan Tsai
 
Insider Dev Tour Taipei 2019 - Future proof your desktop apps with .net core
Alan Tsai
 
03 azure devops pipeline - release
Alan Tsai
 
01 DevOps and Azure DevOps overview
Alan Tsai
 

從 GitHub Copilot 到 Enterprise Copilot:打造符合企業需求的智能開發助手之路 | .NET Conf 2023 Taiwan