SlideShare a Scribd company logo
くらでべ
Osamu(Awesome) YAMAUCHI
@torifukukaiou
日本マイクロソフト賞④ 🎉🎉🎉
It’s me
01/01/1979 I was born to love Elixir
05/01/2014 Join HAW International Inc.
03/27/2019 AWS Solutions Architect Associate
01/15/2021 日本マイクロソフト賞④ 🎉
03/15/2021 I am here, good.
@torifukukaiou
Awesome YAMAUCHI
Awards
12/xx/2003? ストッキングかぶり綱引き 優勝
デジタルカメラ
01/15/2021 日本マイクロソフト賞④
 
@torifukukaiou
なぜイベントに参加したのか
● 御社の総帥(※1)をがっかりさせたくなかった
○ 2020/11/23時点はガラガラでした
● みんななにかに遠慮しているのかなあ、と
● それなら井伊家(※2)よろしく「一番槍の功名は拙
者がつかまつる」という心意気
○ 12/1のアドベントカレンダーに投稿
● 参加するには賞品をいただくという気持ち
● 求ム!Cloud Nativeアプリケーション開発のTips!
(※1) 皇帝とも呼ばれる御大
(※2) 徳川家の先鋒は井伊家と決まっているとかいないとか
@torifukukaiou
今回の記事を書いた背景
● 受賞するという気持ち
● いざ書こうとおもいましたが求められているテー
マに沿ったことをその当時(いま現在におてい
も)やっていないのでピンときていませんでした
● それで「クラウドネイティブ Azure」で検索
● MS Learnの「クラウドネイティブの ASP.NET
Core マイクロサービスを作成してデプロイする」
をやってみました〜 記事を書くことにしました
@torifukukaiou
今回の記事を書いた背景
● ユニット 6 / 9の日本語版で詰まって、英語版を
読んだら解決した件はQiitaだけに書くと文句を
言っただけみたいな印象をもたれるのはいや
だったので、マイクロソフト様へのフィードバック
を投稿しておきました
● このあたりではひそかに
● 受賞に一歩近づいた手応え
● を感じていました(11/23)
● ただLGTM数は結果発表時点で8でした
● 受賞できるとはおもっていませんでした
@torifukukaiou
参加してよかったこと
● Azure触ってみました〜 だけで終わりたくなくなっ
てきました(Do it -> Write on Qitta)
● 趣味「Qiitaアドベントカレンダー2020を書くこと」に
なっていました
● Azure触ってみた
○ Container Instances, Container Registry, Application
Gateway
● Dockerと仲良くなれた気がする
● CircleCIこわくなくなってきた
● MS Learn いろいろやってみましょう
○ 私も引き続きいろいろやってみます
@torifukukaiou
@torifukukaiou
なにをそんなに毎日毎日書いたの?
ただひとつのことです!
I use Elixir.
I like it !!!
Elixir
newbie
Osamu(Awesome) YAMAUCHI
@torifukukaiou
Functional
|> Concurrent
|> Pragmatic
|> Fun
The reason why I like it!
It’s me
01/01/1979 I was born to love Elixir
05/01/2014 Join HAW International Inc.
01/25/2019 I’ve met Elixir in Kokura (LT)
03/27/2019 AWS Solutions Architect Associate
09/07/2019 ElixirConf JP(I’ve met Nerves)
06/19/2020 ElixirConf EU Virtual(LT)
01/15/2021 日本マイクロソフト賞④ 🎉
03/15/2021 I am here, good.
@torifukukaiou
x = a + 1
● これをみたときに、a + 1の値をxに代入するという
見方をする自分がいる
● 20年ほど前にプログラミングの授業で最初に感じ
た違和感
● いつしかその違和感はすっかり忘れてしまってい
る
● これまでの常識をかなぐり捨てて、その違和感をも
う一度引っ張り出してきて、中学校で習ったときと
同じようにxとa + 1は同じ値であるとみてみよう
● そんなふうに = (いーくおる)をみれたら、もうあなたは
● パターンマッチの達人なのです
@torifukukaiou
|> パイプ演算子
"https://qiita.com/api/v2/items?query=azure"
|> HTTPoison.get!()
|> Map.get(:body)
|> Jason.decode!()
|> Enum.map(& &1["title"])
@zacky1972 先生
大学でElixirを教えた話
["Text to Speech REST API(Azure)を使ってみる(Elixir)",
"クラウドサービスを知る", "CKAD 合格体験記",
"Azure Data Factory 上のリソース群を Azure Synapse Analytics ワークスペースに移行する",
"Azure 命名規則を設計する",
"Azure Functions にカスタム ドメインを設定する",
"AD ConnectでオンプレADからAzure ADへユーザを同期する ※躓いた所を中心に説明します",
"【AWSを使いこなそうの会】EP.1 アカウント作成",
"Azure IoT Edgeランタイムインストール - Raspberry Pi Ubuntu Server 20.04 64bit編",
"Azure IoT Edgeランタイムインストール - Raspberry Pi OS Buster編",
"MarkerOptionsでマーカーの色を変える方法",
"音声合成サービス 一覧比較 =WEB APIがメイン=",
"Azure Synapse Pathway",
"[作業メモ] 専用 SQL プール (以前の SQL DW) 上で Synapse ワークスペース機能を有効にする",
"M1 MacBook Air に Emacs をインストール",
"AzureでIoTデータ分析はTime Series Insights",
"【Laravel】Socialite・Microsoft Graphを使用しOAuth認証",
"Azureの障害情報の照会ができるサイト",
"組織アカウントにおけるPower Automate Desktopの試用ライセンスについて(随時更新予定)",
"AKSにチュートリアル通りにデプロイしてみる~初心者がKubernetesでアプリをデプロイするまで3~"]
Qiita API v2 記事一覧
@torifukukaiou
|> パイプ演算子
headers = [
"Ocp-Apim-Subscription-Key": "ひみつ",
"Content-Type": "application/ssml+xml",
"X-Microsoft-OutputFormat": "riff-24khz-16bit-mono-pcm",
"User-Agent": "awesome"
]
text = "日本マイクロソフト賞④受賞しました。Microsoft Azureは最高です。"
"https://japaneast.tts.speech.microsoft.com/cognitiveservices/v1"
|> HTTPoison.post!(
body(text),
headers)
|> Map.get(:body)
|> (&(File.write("output", &1))).()
|> (fn _ -> :os.cmd('aplay -q /tmp/output') end).()
Text to Speech (Azure)
@torifukukaiou
@zacky1972 先生
大学でElixirを教えた話
Anyway Re-Write Flow!!! Faster x 3 !
153秒
40秒🚀🚀🚀
Slackのカスタム絵文字ダウンロード (1,844枚)
ElixirConf EU VirtualにてLT -> I like it
@torifukukaiou
カッコつけているだけ!?
@torifukukaiou
Big two
Web applications => Phoenix
IoT => Nerves
(AI => Nx)
@torifukukaiou
湯婆婆 on Azure
https://aht20.torifuku-kaiou.tokyo/yubaba
@torifukukaiou
Nerves(IoT) + Phoenix(Web)
0 1
2
1
0
2
WebSocket
Azure
My Home
①1秒ごとに温度・湿度を送信
(Nerves)
②データベース保存 (Phoenix)
③ 変更箇所のみ更新
(LiveView)
https://aht20.torifuku-kaiou.tokyo/aht20-dashboard
raw_humi(20bit)
raw_temp(20bit)
8bit
(1byte)
@takasehideki 先生 Nervesはナウでヤングでcool
@torifukukaiou
Seeed様の製品を利用して、
不器用な私でもIoTを楽しめる
The Other
mix format
mix test
mix docs
@torifukukaiou
Awesome YAMAUCHI
Communities
@piacere_ex さん作
Slack(elixir.jp)
autoracex (主催)
@torifukukaiou
Awesome YAMAUCHI
マジいい人ばっかりだから やさしいコミュニティ

Communities
https://ezukatechnight.com/
https://challecara.org/
紹介動画 (昨年の参加学生制作 )
e-ZUKA Tech Night
私が人生初LTをしたコミュニティ
『猫とandroidと私』
学生、大学の先生、社会人、
飯塚市役所の方々が技術について
ディープに語り合う場
チャレキャラ
九州の学生のための育成型アプリコンテスト
卒業生がまた帰ってくる
就職先を説得してスポンサー企業になってくださる例も
@torifukukaiou
Awesome YAMAUCHI
Wrapping Up
We are the Alchemists,
my friends!
https://faucet.torifuku-kaiou.tokyo/
@torifukukaiou
Awesome YAMAUCHI
パターンマッチ
|>
Flow
mix
Slack(elixir.jp)

More Related Content

Similar to 20210315 くらでべ

Microsoft Azure News - 2018 May
Microsoft Azure News - 2018 MayMicrosoft Azure News - 2018 May
Microsoft Azure News - 2018 May
Daniel Toomey
 
Vue3×Firebaseでサーバレスなアプリを作ってみた
Vue3×Firebaseでサーバレスなアプリを作ってみたVue3×Firebaseでサーバレスなアプリを作ってみた
Vue3×Firebaseでサーバレスなアプリを作ってみた
虎の穴 開発室
 
Azure Meetup: Novità CosmosDB modalità Serverless e Cognitive Services
Azure Meetup: Novità CosmosDB modalità Serverless e Cognitive ServicesAzure Meetup: Novità CosmosDB modalità Serverless e Cognitive Services
Azure Meetup: Novità CosmosDB modalità Serverless e Cognitive Services
dotnetcode
 
20170323 Azure Machine Learning Handson for Beginner
20170323 Azure Machine Learning Handson for Beginner20170323 Azure Machine Learning Handson for Beginner
20170323 Azure Machine Learning Handson for Beginner
康平 秋山
 
Azureと楽しいクリスマスを迎える安心の手引き
Azureと楽しいクリスマスを迎える安心の手引きAzureと楽しいクリスマスを迎える安心の手引き
Azureと楽しいクリスマスを迎える安心の手引き
jazug_girls
 
Deis overview
Deis overviewDeis overview
Deis overview
Yu Kitazume
 
Microsoft Azure News - Sept 2016
Microsoft Azure News - Sept 2016Microsoft Azure News - Sept 2016
Microsoft Azure News - Sept 2016
Daniel Toomey
 
Microsoft Azure News - November 2019
Microsoft Azure News - November 2019Microsoft Azure News - November 2019
Microsoft Azure News - November 2019
Daniel Toomey
 
20190522 Azure Tech Lab Build 2019 recap
20190522 Azure Tech Lab Build 2019 recap20190522 Azure Tech Lab Build 2019 recap
20190522 Azure Tech Lab Build 2019 recap
Issei Hiraoka
 
SORACOM Discovery 2021 Night Event - Lightning Talk
SORACOM Discovery 2021 Night Event - Lightning TalkSORACOM Discovery 2021 Night Event - Lightning Talk
SORACOM Discovery 2021 Night Event - Lightning Talk
Akira Tateishi
 
Microsoft Azure News - 2018 September
Microsoft Azure News - 2018 SeptemberMicrosoft Azure News - 2018 September
Microsoft Azure News - 2018 September
Daniel Toomey
 
Recipe of AWS Karuta
Recipe of AWS KarutaRecipe of AWS Karuta
Recipe of AWS Karuta
Takuya Tachibana
 
Microsoft Azure News - 2018 June
Microsoft Azure News - 2018 JuneMicrosoft Azure News - 2018 June
Microsoft Azure News - 2018 June
Daniel Toomey
 
Planning and deploying_share_point_farm_in_azure_gabsg_2016
Planning and deploying_share_point_farm_in_azure_gabsg_2016Planning and deploying_share_point_farm_in_azure_gabsg_2016
Planning and deploying_share_point_farm_in_azure_gabsg_2016
Thuan Ng
 
Visual Studio 2019 × Azureで簡単アプリ開発!
Visual Studio 2019 × Azureで簡単アプリ開発!Visual Studio 2019 × Azureで簡単アプリ開発!
Visual Studio 2019 × Azureで簡単アプリ開発!
Shohei Oda
 
DF1 - ML - Petukhov - Azure Ml Machine Learning as a Service
DF1 - ML - Petukhov - Azure Ml Machine Learning as a ServiceDF1 - ML - Petukhov - Azure Ml Machine Learning as a Service
DF1 - ML - Petukhov - Azure Ml Machine Learning as a Service
MoscowDataFest
 
Databricks for Dummies
Databricks for DummiesDatabricks for Dummies
Databricks for Dummies
Rodney Joyce
 
Microsoft Azure News - August 2017
Microsoft Azure News - August 2017Microsoft Azure News - August 2017
Microsoft Azure News - August 2017
Daniel Toomey
 
ArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure JumpstartArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure Jumpstart
Esri
 
From Paper to Power using Azure Form Recognizer (Azure Sydney UG 2020)
From Paper to Power using Azure Form Recognizer (Azure Sydney UG 2020)From Paper to Power using Azure Form Recognizer (Azure Sydney UG 2020)
From Paper to Power using Azure Form Recognizer (Azure Sydney UG 2020)
Jernej Kavka (JK)
 

Similar to 20210315 くらでべ (20)

Microsoft Azure News - 2018 May
Microsoft Azure News - 2018 MayMicrosoft Azure News - 2018 May
Microsoft Azure News - 2018 May
 
Vue3×Firebaseでサーバレスなアプリを作ってみた
Vue3×Firebaseでサーバレスなアプリを作ってみたVue3×Firebaseでサーバレスなアプリを作ってみた
Vue3×Firebaseでサーバレスなアプリを作ってみた
 
Azure Meetup: Novità CosmosDB modalità Serverless e Cognitive Services
Azure Meetup: Novità CosmosDB modalità Serverless e Cognitive ServicesAzure Meetup: Novità CosmosDB modalità Serverless e Cognitive Services
Azure Meetup: Novità CosmosDB modalità Serverless e Cognitive Services
 
20170323 Azure Machine Learning Handson for Beginner
20170323 Azure Machine Learning Handson for Beginner20170323 Azure Machine Learning Handson for Beginner
20170323 Azure Machine Learning Handson for Beginner
 
Azureと楽しいクリスマスを迎える安心の手引き
Azureと楽しいクリスマスを迎える安心の手引きAzureと楽しいクリスマスを迎える安心の手引き
Azureと楽しいクリスマスを迎える安心の手引き
 
Deis overview
Deis overviewDeis overview
Deis overview
 
Microsoft Azure News - Sept 2016
Microsoft Azure News - Sept 2016Microsoft Azure News - Sept 2016
Microsoft Azure News - Sept 2016
 
Microsoft Azure News - November 2019
Microsoft Azure News - November 2019Microsoft Azure News - November 2019
Microsoft Azure News - November 2019
 
20190522 Azure Tech Lab Build 2019 recap
20190522 Azure Tech Lab Build 2019 recap20190522 Azure Tech Lab Build 2019 recap
20190522 Azure Tech Lab Build 2019 recap
 
SORACOM Discovery 2021 Night Event - Lightning Talk
SORACOM Discovery 2021 Night Event - Lightning TalkSORACOM Discovery 2021 Night Event - Lightning Talk
SORACOM Discovery 2021 Night Event - Lightning Talk
 
Microsoft Azure News - 2018 September
Microsoft Azure News - 2018 SeptemberMicrosoft Azure News - 2018 September
Microsoft Azure News - 2018 September
 
Recipe of AWS Karuta
Recipe of AWS KarutaRecipe of AWS Karuta
Recipe of AWS Karuta
 
Microsoft Azure News - 2018 June
Microsoft Azure News - 2018 JuneMicrosoft Azure News - 2018 June
Microsoft Azure News - 2018 June
 
Planning and deploying_share_point_farm_in_azure_gabsg_2016
Planning and deploying_share_point_farm_in_azure_gabsg_2016Planning and deploying_share_point_farm_in_azure_gabsg_2016
Planning and deploying_share_point_farm_in_azure_gabsg_2016
 
Visual Studio 2019 × Azureで簡単アプリ開発!
Visual Studio 2019 × Azureで簡単アプリ開発!Visual Studio 2019 × Azureで簡単アプリ開発!
Visual Studio 2019 × Azureで簡単アプリ開発!
 
DF1 - ML - Petukhov - Azure Ml Machine Learning as a Service
DF1 - ML - Petukhov - Azure Ml Machine Learning as a ServiceDF1 - ML - Petukhov - Azure Ml Machine Learning as a Service
DF1 - ML - Petukhov - Azure Ml Machine Learning as a Service
 
Databricks for Dummies
Databricks for DummiesDatabricks for Dummies
Databricks for Dummies
 
Microsoft Azure News - August 2017
Microsoft Azure News - August 2017Microsoft Azure News - August 2017
Microsoft Azure News - August 2017
 
ArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure JumpstartArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure Jumpstart
 
From Paper to Power using Azure Form Recognizer (Azure Sydney UG 2020)
From Paper to Power using Azure Form Recognizer (Azure Sydney UG 2020)From Paper to Power using Azure Form Recognizer (Azure Sydney UG 2020)
From Paper to Power using Azure Form Recognizer (Azure Sydney UG 2020)
 

Recently uploaded

Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
XfilesPro
 
TMU毕业证书精仿办理
TMU毕业证书精仿办理TMU毕业证书精仿办理
TMU毕业证书精仿办理
aeeva
 
What’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete RoadmapWhat’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete Roadmap
Envertis Software Solutions
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
Bert Jan Schrijver
 
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
kalichargn70th171
 
Superpower Your Apache Kafka Applications Development with Complementary Open...
Superpower Your Apache Kafka Applications Development with Complementary Open...Superpower Your Apache Kafka Applications Development with Complementary Open...
Superpower Your Apache Kafka Applications Development with Complementary Open...
Paul Brebner
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
safelyiotech
 
Orca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container OrchestrationOrca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container Orchestration
Pedro J. Molina
 
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
Luigi Fugaro
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
ShulagnaSarkar2
 
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
The Third Creative Media
 
Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !
Marcin Chrost
 
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and MoreManyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
narinav14
 
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
widenerjobeyrl638
 
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdfBaha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid
 
42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert
vaishalijagtap12
 
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
gapen1
 
Malibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed RoundMalibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed Round
sjcobrien
 
Boost Your Savings with These Money Management Apps
Boost Your Savings with These Money Management AppsBoost Your Savings with These Money Management Apps
Boost Your Savings with These Money Management Apps
Jhone kinadey
 
The Comprehensive Guide to Validating Audio-Visual Performances.pdf
The Comprehensive Guide to Validating Audio-Visual Performances.pdfThe Comprehensive Guide to Validating Audio-Visual Performances.pdf
The Comprehensive Guide to Validating Audio-Visual Performances.pdf
kalichargn70th171
 

Recently uploaded (20)

Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
 
TMU毕业证书精仿办理
TMU毕业证书精仿办理TMU毕业证书精仿办理
TMU毕业证书精仿办理
 
What’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete RoadmapWhat’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete Roadmap
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
 
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
 
Superpower Your Apache Kafka Applications Development with Complementary Open...
Superpower Your Apache Kafka Applications Development with Complementary Open...Superpower Your Apache Kafka Applications Development with Complementary Open...
Superpower Your Apache Kafka Applications Development with Complementary Open...
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
 
Orca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container OrchestrationOrca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container Orchestration
 
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
 
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
 
Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !
 
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and MoreManyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
 
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
 
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdfBaha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
 
42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert
 
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
 
Malibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed RoundMalibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed Round
 
Boost Your Savings with These Money Management Apps
Boost Your Savings with These Money Management AppsBoost Your Savings with These Money Management Apps
Boost Your Savings with These Money Management Apps
 
The Comprehensive Guide to Validating Audio-Visual Performances.pdf
The Comprehensive Guide to Validating Audio-Visual Performances.pdfThe Comprehensive Guide to Validating Audio-Visual Performances.pdf
The Comprehensive Guide to Validating Audio-Visual Performances.pdf
 

20210315 くらでべ