狠狠撸

狠狠撸Share a Scribd company logo
勉强会参加のススメ
2019/7/5(金) ウェブテクフォーラム2019夏
田淵義人 (JXUG)
Twitter: @ytabuchi
facebook: ytabuchi.xlsoft
田淵義人@エクセルソフト
? 営業(セールスエンジニア) 兼 新規事業開発室室長
? Xamarin コミュニティエバンジェリスト
? Microsoft MVP
? コミュニティ
? Japan Xamarin User Group 主宰
? Twitter: @ytabuchi
? facebook: ytabuchi.xlsoft
? Blog: Xamarin 日本語情報
? GitHub: ytabuchi
2
時代は変わる
? ifconfig
? jQuery
? Silverlight
3
4
https://devblogs.microsoft.com/dotnet/introducing-net-5/
勉强会参加のススメ
6
勉強会で得られるもの
? 新しい技術
? 人とのつながり
? モチベーション
7
あると便利なモノ
? IT 技術が好きな気持ち
? SNS アカウント
? ブログ
? Github アカウント
? 勇気
8
Japan Xamarin User Group について
? 2014年2月発足
? Xamarin を中心とした勉強会
? コラボ企画募集中
? 次回:2019/9/7(土)
9
demo
Xamarin.Forms+Azure Cognitive Services
https://github.com/ytabuchi/CognitiveServices2018
https://blog.ytabuchi.dev/entry/cog2018-1
10
勉强会参加のススメ
// クライアント作成
var computerVisionClient = new ComputerVisionClient(
new ApiKeyServiceClientCredentials("<API_KEY>"))
{
Endpoint = "<Endpoint>"
};
// API 呼び出し、結果取得
var result = await computerVisionClient.AnalyzeImageAsync(
"<Url>", features, null, "ja");
12
Computer Vision - Image Analysis
// クライアント作成
var faceClient = new FaceClient(
new ApiKeyServiceClientCredentials("<API_KEY>"))
{
Endpoint = "<Endpoint>"
};
// API 呼び出し、結果取得
var faces = await faceClient.Face.DetectWithUrlAsync(
"<Url>", true, false, faceAttributes);
Face
13
14
分かったこと
? (好きな事を)開発するのは楽しい
? 新しい知識を得るのは楽しい
? 開発者の方は基本やさしい
? 発信すると情報が入ってくる
? 勉強会は楽しい
15
なりたい自分へ
? フルスタックセールス
? 自分が楽しいことをやりたい
? 人にありがとうと言われる仕事がしたい
? 人と人とをつなげる人間になりたい
16
ご清聴
ありがとうございました
2019/7/5(金) ウェブテクフォーラム2019夏
田淵義人 (JXUG)
Twitter: @ytabuchi
facebook: ytabuchi.xlsoft

More Related Content

勉强会参加のススメ