SlideShare uma empresa Scribd logo
1 de 55
Baixar para ler offline
5th Global Azure Bootcamp
in Bandung city, Indonesia
https://edu.dycode.co.id/azurebootcamp19/
brought to you by
Huge thanks!
Sponsor Offering
Cloudmonix

https://cloudmonix.com
Cloudmonix offers 2 months free of Ultimate or
Pro plans for Azure monitoring!
http://bit.ly/globalazure2019-cloudmonix Code:
GAB2019
Serverless 360

https://serverless360.com
Serverless360 is offering a limited time Gold plan
for free!
http://bit.ly/globalazure2019-serverless360
KEMP
https://kemptechnologies.com
Kemp is providing a trial of their LoadMaster (load
balancer) tool, as well as a free Kemp 360 License
to all attendees!

http://bit.ly/globalazure2019-kemploadmaster
http://bit.ly/globalazure2019-kemp360

Offers are limited time, redeem quickly!
“Stuff We All Get”
Sponsor Offering
Progate

https://progate.com
Progate is offering a free month access to their
entire platform!
http://bit.ly/progateaccessgab2019
RevDeBug

https://revdebug.com/
RevDeBug is offering an enterprise license for 3
months for ALL attendees!

http://bit.ly/globalazure2019-revdebug
“Stuff We All Get”
Offers are limited time, redeem quickly!
Giveaway winners will receive instructions from the local organizers.
1 Winner: A LoadMaster (load balancing) software license
3 Winners: each wins 6 months free of the Enzo Online product
1 Winner: a 1 year personal subscription of an IDE of their choice
1 Winner: a 1 year subscription to Cerulean! A cross-platform Azure
management tool for storage, CosmosDB, Search, Redis Cache and
Service Bus.
3 Winners: each wins a 1 year license to their RevDeBug product
Giveaway Prizes
Enjoy the bootcamp!
AIoT powered by Azure
Intro, Demo
Bandung - Apr 27, 2019
Andri Yadi
Co-founder & CEO of DycodeX
Vice President, Indonesia IoT Association
a (at) dycodex.com | http://andriyadi.com
A Physicist, Developer, Maker, Community Guy, Entrepreneur
20 years in soZware engineering
21 years in electronics engineering
15 years in entrepreneurship

11 years as MicrosoZ Most Valuable Professional (MVP)

3 years as Hackster.io (global makers community) Ambassador
About Me
IoT is NOT just some internet-connected
devices, and monitor-able/controllable
from smartphone, like “smart lamp”
So what is it?
But first,
what is Internet of Things (IoT)?
Sensor
Explaining “Thing” using Human Analogy
Actuator
Internet of Things
Signal Signal
Control
Skin receptors
Reflexive
Signal Signal
Reflexive
Internet of Things “Thing” reflex
Gas Sensor AlarmMicrocontroller
If gas sensor senses that certain gas/smoke concentration above predefined threshold, reflexive system (Microcontroller)
will trigger alarm right away, without first sending the data to the cloud (higher computation) to analyse
Sensor
Explaining IoT using Human Analogy
Actuator
Internet of Things
Signal Signal
Reflexive
Skin receptors
Conscious
Cogitative
Sensor Actuator
Internet of Things
Signal Signal
Reflexive
Skin receptors
Conscious
Cogitative
Sensor Actuator
Internet of Things
Signal Signal
Reflexive
Skin receptors
Conscious
Cogitative
Realtime
(LOCAL, automation)
Thing
NonRealtime
CLOUD
(High
Computation)
Data Data
Reflexive
Conscious
Cogitative
CLOUD
(High
Computation)
NonRealtime
Realtime, Local
Sensor Actuator
Connectivity/networking
Thing
Internet of Things
Data Data
Reflexive
Conscious
Cogitative
CLOUD
(High
Computation)
NonRealtime
Realtime, Local
Sensor Actuator
Current Trend:
Edge Intelligence
Connectivity/networking
Thing
The conscious or “thinking” part of the
cloud now moves closer to or inside the
Thing/device
“Network of physical objects with embedded
electronics, software, connectivity, and people to
enable exchanging data, for “smart” applications
and services„
So, what is Internet of Things?
So, IoT is NOT Just Hardware!
IoT Common Architecture
Radio
Gateway
Trigger + Alert,
Internet
Cloud-sideEdge-side
Ingestion
& StorageThing
Visualization
User-side
Apps
Devices &
Firmware Mgt.
Analytics + AI
Show me real-world example!
Demo Architecture
Radio
(WiFi)
Gateway
Internet
(Cellular)Camera
CloudEdge
Ingestion
& API
Image
Classification &
Detection
Camera Hardware
MicrocontrollerCamera
I2C, I2S
OV2640
2 Megapixel
Array size: UXGA 1622X1200
Output formats: YUV(422/420)/YCnCr422,
RGB565/555, 8-bit compressed data
Maximum image transfer rate:
UXGA/SXGA: 15 fps
SVGA: 30 fps
CIF: 60 fps
ESP32
ESP32 microcontroller
CPU: Tensilica Xtensa 32-bit LX6, 240 MHz
Internal memory: 520Kb RAM, 448Kb ROM,
8KB RTC slow & fast RAM
SPI RAM: 8MB
External Flash: 4MB
WiFi (802.11): b/g/n/e/i
Bluetooth v4.2 BR/EDR & BLE
Demo Architecture
Radio
(WiFi)
Gateway
Internet
ESP32 MCU +
Camera
CloudEdge
Demo Hardware
Enough talk,
DEMO TIME!
ok…
Complete source code: https://github.com/andriyadi/esp32-custom-vision
DEMO
#1
ACCESSING CAMERA
#include <esp_log.h>
#include "sdkconfig.h"
#include "app_camera.hpp"
extern "C" {
void app_main(void);
}
#define TAG "APP"
void app_main(void)
{
esp_err_t res = camera_init();
if (res != ESP_OK) {
ESP_LOGE(TAG, "Camera init failed. Exiting app.");
return;
}
else {
ESP_LOGI(TAG, "Camera init SUCCESS!");
}
}
app_camera.hpp: https://github.com/andriyadi/esp32-custom-vision/blob/master/main/app_camera.hpp
DEMO
#2
AZURE
CUSTOM VISION
DEMO
#3
INFERENCING IMAGE
FROM CAMERA
Data Data
Reflexive
Conscious
Cogitative
CLOUD
(High
Computation)
NonRealtime
Realtime, Local
Sensor Actuator
Edge Intelligence
Connectivity/networking
Thing
DEMO
#4
EDGE INTELLIGENCE
FACE RECOGNITION LOCALLY
Camera Hardware
AI on Azure
How to create a predictive ML model
Test
Use your test dataset to validate the model
Predict
If the model is good enough, use it!
Build
Choose & configure your model
Train
Use your training dataset to build the model
Clean
data
Filter
data
Microsoft’s aim:
Making AI available to
everyone
We are pursuing AI to empower every person and every
institution ... so that they can go on to solve the most
pressing problems of our society and our economy.
– Satya Nadella, CEO, Microsoft
Image Analysis: Detection
Vision
From faces to feelings,
allow your apps to
understand 

images and videos
Speech
Hear and speak 

to your users 

by filtering noise,
identifying 

speakers, and
understanding intent
Knowledge
Tap into rich knowledge
amassed from the web,
academia, or your 

own data
Language
Process text and 

learn how to recognize
what users want
Search
Access billions of
webpages, images,
videos, and news articles
with the power of Bing
APIs
Azure Cognitive Services are ready to
go pre-trained AI models
Microsoft AI Platform
Data Science Virtual Machine. Ultimate choice.
40%of Azure VMs run Linux
Closing
Call to Actions
Azure Custom Vision
https://customvision.ai/
Hardware
ESP32: https://www.espressif.com/en/products/hardware/esp32/overview
ESP32-WROVER: https://www.espressif.com/en/products/hardware/esp-wrover-
kit/overview
Sipeed Maix Go: https://www.seeedstudio.com/Sipeed-MAix-GO-Suit-for-RISC-V-
AI-IoT-p-2874.html
Frameworks
ESP-IDF: https://github.com/espressif/esp-idf
ESP-WHO: https://github.com/espressif/esp-who
• Deploy web app w Cog Services & GitHub
aka.ms/StudentLabWeb
• Predict flights with Azure ML Studio
aka.ms/StudentLabML
• Build a neural network with Keras + Python
aka.ms/StudentLabKeras
aka.ms/azure4students (need Azure?)
Take your pick of today’s hands-on lab challenges:
Continue your Azure Journey at
h^ps://docs.microsoZ.com/learn/
AI + IoT is
the next big
thing!
Interested in adopting
IoT?
*Disclaimer: I have no data of all players in Indonesia yet. Sorry if you’re not listed.
And I’m talking about electronics maker-related players
Join Communities
Indonesia
I n d o n e s i a
Maker4Nation
Indonesia
makestroid
makestroid
makestroid
makestro.com
An Indonesia Platform for Maker:
to “democratize” knowledge, hardware
kit, and software to help makers to start
making in hardware, to drive into
Internet of Things
Start Making at
Learning
Hardware
Marketplace
Software &
Cloud
Community
RIoT is Makestro’s program for nurturing IoT
makers, officially supported by Indonesia’s
Ministry of ICT
Join
h&ps://facebook.com/asioti/
h&p://bit.ly/asioti-tgram
 h&p://bit.ly/MemberASIOTI
Edited on March 30, 2019
ESPectro32 v2 NB-IoT Backpack
Hardware Kit for Getting Started
x-camp.id
Enroll
Andri
CEO, DycodeX
a (at) dycodex.com
Keep in Touch
hi (at) dycodex.com | https://dycodex.com
We put AI in “brAIns”
Jalan Sarikaso No. 6A, Bandung, Indonesia

Mais conteúdo relacionado

Mais procurados

IOT and Big Data - The Perfect Marriage
IOT and Big Data - The Perfect MarriageIOT and Big Data - The Perfect Marriage
IOT and Big Data - The Perfect Marriage
Dr. Mazlan Abbas
 

Mais procurados (20)

Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1
Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1
Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1
 
AI as a Catalyst for IoT
AI as a Catalyst for IoTAI as a Catalyst for IoT
AI as a Catalyst for IoT
 
Tech news
Tech newsTech news
Tech news
 
DELL Technologies - The IoT Value Chain - Solutions for the Smart World - Del...
DELL Technologies - The IoT Value Chain - Solutions for the Smart World - Del...DELL Technologies - The IoT Value Chain - Solutions for the Smart World - Del...
DELL Technologies - The IoT Value Chain - Solutions for the Smart World - Del...
 
Understanding IoT
Understanding IoTUnderstanding IoT
Understanding IoT
 
IoT Update | Hoe implementeer je IoT Schaalbaar in je IT landschap
IoT Update | Hoe implementeer je IoT Schaalbaar in je IT landschapIoT Update | Hoe implementeer je IoT Schaalbaar in je IT landschap
IoT Update | Hoe implementeer je IoT Schaalbaar in je IT landschap
 
The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...
The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...
The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...
 
IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...
IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...
IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...
 
IOT and Big Data - The Perfect Marriage
IOT and Big Data - The Perfect MarriageIOT and Big Data - The Perfect Marriage
IOT and Big Data - The Perfect Marriage
 
IoT Developer Survey 2017
IoT Developer Survey 2017IoT Developer Survey 2017
IoT Developer Survey 2017
 
3 Advantages (And 1 Disadvantage) Of Edge Computing
3 Advantages (And 1 Disadvantage) Of Edge Computing3 Advantages (And 1 Disadvantage) Of Edge Computing
3 Advantages (And 1 Disadvantage) Of Edge Computing
 
IoT Masterclass ESGT Santarem - Connecting The Dots
IoT Masterclass ESGT Santarem -  Connecting The DotsIoT Masterclass ESGT Santarem -  Connecting The Dots
IoT Masterclass ESGT Santarem - Connecting The Dots
 
IoT Developer Survey 2019 Report
IoT Developer Survey 2019 ReportIoT Developer Survey 2019 Report
IoT Developer Survey 2019 Report
 
Digital Twin Technology
Digital Twin TechnologyDigital Twin Technology
Digital Twin Technology
 
Accelerating the AIoT @ the EDGE
Accelerating the AIoT @ the EDGE Accelerating the AIoT @ the EDGE
Accelerating the AIoT @ the EDGE
 
AWS and industrial IoT
AWS and industrial IoTAWS and industrial IoT
AWS and industrial IoT
 
Ibm Cloud platform and LoRa IoT in smart city
Ibm Cloud platform and LoRa IoT in smart cityIbm Cloud platform and LoRa IoT in smart city
Ibm Cloud platform and LoRa IoT in smart city
 
IoT ecosystem
IoT ecosystemIoT ecosystem
IoT ecosystem
 
World of Watson IoT Journey Map
World of Watson IoT Journey MapWorld of Watson IoT Journey Map
World of Watson IoT Journey Map
 
Internet of things - The Present & The Future
Internet of things - The Present & The FutureInternet of things - The Present & The Future
Internet of things - The Present & The Future
 

Semelhante a Global Azure Bootcamp 2019 - AIoT powered by Azure

Fanug - Pragmatic Windows Phone Developer
Fanug - Pragmatic Windows Phone DeveloperFanug - Pragmatic Windows Phone Developer
Fanug - Pragmatic Windows Phone Developer
Sam Basu
 

Semelhante a Global Azure Bootcamp 2019 - AIoT powered by Azure (20)

Global Azure Bootcamp 2018 - Azure IoT Central
Global Azure Bootcamp 2018 - Azure IoT CentralGlobal Azure Bootcamp 2018 - Azure IoT Central
Global Azure Bootcamp 2018 - Azure IoT Central
 
React Native e IoT - Un progetto complesso
React Native e IoT - Un progetto complessoReact Native e IoT - Un progetto complesso
React Native e IoT - Un progetto complesso
 
IoT on azure
IoT on azureIoT on azure
IoT on azure
 
Internet of Things (IoT) - in the cloud or rather on-premises?
Internet of Things (IoT) - in the cloud or rather on-premises?Internet of Things (IoT) - in the cloud or rather on-premises?
Internet of Things (IoT) - in the cloud or rather on-premises?
 
Industry4.0 IoT Vincent Thavonekham - Azure Day Ukraine
Industry4.0 IoT Vincent Thavonekham - Azure Day UkraineIndustry4.0 IoT Vincent Thavonekham - Azure Day Ukraine
Industry4.0 IoT Vincent Thavonekham - Azure Day Ukraine
 
InterDrone 2017 Las Vegas - Keynote Address
InterDrone 2017 Las Vegas - Keynote AddressInterDrone 2017 Las Vegas - Keynote Address
InterDrone 2017 Las Vegas - Keynote Address
 
FinalPPT-StJoseph (3).pptx
FinalPPT-StJoseph (3).pptxFinalPPT-StJoseph (3).pptx
FinalPPT-StJoseph (3).pptx
 
AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)
AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)
AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)
 
Emerging Technology trends and employability skills
Emerging Technology trends and employability skillsEmerging Technology trends and employability skills
Emerging Technology trends and employability skills
 
Future of Computing: Artificial Intelligence’s Impact on Real World Scenarios
Future of Computing: Artificial Intelligence’s Impact on Real World ScenariosFuture of Computing: Artificial Intelligence’s Impact on Real World Scenarios
Future of Computing: Artificial Intelligence’s Impact on Real World Scenarios
 
IRJET- Smart Mirror using Virtual Voice Assistant
IRJET- Smart Mirror using Virtual Voice AssistantIRJET- Smart Mirror using Virtual Voice Assistant
IRJET- Smart Mirror using Virtual Voice Assistant
 
Dell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western OntarioDell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western Ontario
 
Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...
Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...
Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...
 
Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...
Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...
Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...
 
Object Detection Bot
Object Detection BotObject Detection Bot
Object Detection Bot
 
20130503 iCore at calipso workshop fia dublin
20130503 iCore at calipso workshop fia dublin20130503 iCore at calipso workshop fia dublin
20130503 iCore at calipso workshop fia dublin
 
Fanug - Pragmatic Windows Phone Developer
Fanug - Pragmatic Windows Phone DeveloperFanug - Pragmatic Windows Phone Developer
Fanug - Pragmatic Windows Phone Developer
 
Intelligent IoT Projects In 7 Days
Intelligent IoT Projects In 7 Days Intelligent IoT Projects In 7 Days
Intelligent IoT Projects In 7 Days
 
SAP Leonardo
SAP LeonardoSAP Leonardo
SAP Leonardo
 
A Smarter World: The Mesh of Interconnected Devices and Artificial Intelligen...
A Smarter World: The Mesh of Interconnected Devices and Artificial Intelligen...A Smarter World: The Mesh of Interconnected Devices and Artificial Intelligen...
A Smarter World: The Mesh of Interconnected Devices and Artificial Intelligen...
 

Mais de Andri Yadi

Mais de Andri Yadi (20)

Introduction to AIoT & TinyML - with Arduino
Introduction to AIoT & TinyML - with ArduinoIntroduction to AIoT & TinyML - with Arduino
Introduction to AIoT & TinyML - with Arduino
 
Opportunities & Challenges in IoT - Future of IoT industry in Indonesia 2019 ...
Opportunities & Challenges in IoT - Future of IoT industry in Indonesia 2019 ...Opportunities & Challenges in IoT - Future of IoT industry in Indonesia 2019 ...
Opportunities & Challenges in IoT - Future of IoT industry in Indonesia 2019 ...
 
Microsoft Azure-powered IoT & AI Solution To Help Farmer
Microsoft Azure-powered IoT & AI Solution To Help FarmerMicrosoft Azure-powered IoT & AI Solution To Help Farmer
Microsoft Azure-powered IoT & AI Solution To Help Farmer
 
IoT Connectivity with LoRa
IoT Connectivity with LoRaIoT Connectivity with LoRa
IoT Connectivity with LoRa
 
Ask the Expert: Internet of Things
Ask the Expert: Internet of ThingsAsk the Expert: Internet of Things
Ask the Expert: Internet of Things
 
IoT for Agriculture in a Nutshell: Technical Perspective
IoT for Agriculture in a Nutshell: Technical PerspectiveIoT for Agriculture in a Nutshell: Technical Perspective
IoT for Agriculture in a Nutshell: Technical Perspective
 
Road to Republic of IoT - IoT Technologies & Machine Learning
Road to Republic of IoT - IoT Technologies & Machine LearningRoad to Republic of IoT - IoT Technologies & Machine Learning
Road to Republic of IoT - IoT Technologies & Machine Learning
 
IoT Connectivity: The Technical & Potential
IoT Connectivity: The Technical & PotentialIoT Connectivity: The Technical & Potential
IoT Connectivity: The Technical & Potential
 
IT Solution through IoT Development
IT Solution through IoT DevelopmentIT Solution through IoT Development
IT Solution through IoT Development
 
Internet of Things - Technicals
Internet of Things - TechnicalsInternet of Things - Technicals
Internet of Things - Technicals
 
Global Azure Bootcamp 2017 - Azure IoT Hub with LoRa Connectivity
Global Azure Bootcamp 2017 - Azure IoT Hub with LoRa ConnectivityGlobal Azure Bootcamp 2017 - Azure IoT Hub with LoRa Connectivity
Global Azure Bootcamp 2017 - Azure IoT Hub with LoRa Connectivity
 
The state of NB-IoT in Indonesia
The state of NB-IoT in IndonesiaThe state of NB-IoT in Indonesia
The state of NB-IoT in Indonesia
 
Industrial IoT in a Nutshell
Industrial IoT in a NutshellIndustrial IoT in a Nutshell
Industrial IoT in a Nutshell
 
The Rise of Maker Movement in Indonesia
The Rise of Maker Movement in IndonesiaThe Rise of Maker Movement in Indonesia
The Rise of Maker Movement in Indonesia
 
Road to Republic of IoT - ESP32 Programming and LoRa
Road to Republic of IoT - ESP32 Programming and LoRaRoad to Republic of IoT - ESP32 Programming and LoRa
Road to Republic of IoT - ESP32 Programming and LoRa
 
Talking with Things: What's Hot in Low-Power Long-Range IoT Connectivity
Talking with Things: What's Hot in Low-Power Long-Range IoT ConnectivityTalking with Things: What's Hot in Low-Power Long-Range IoT Connectivity
Talking with Things: What's Hot in Low-Power Long-Range IoT Connectivity
 
Internet of Things: Intro and Demo
Internet of Things: Intro and DemoInternet of Things: Intro and Demo
Internet of Things: Intro and Demo
 
Entrepreneurship through Making
Entrepreneurship through MakingEntrepreneurship through Making
Entrepreneurship through Making
 
Azure IoT Hub: 30 minutes Intro & Demo
Azure IoT Hub: 30 minutes Intro & DemoAzure IoT Hub: 30 minutes Intro & Demo
Azure IoT Hub: 30 minutes Intro & Demo
 
GDG Dev Fest - Develop with Firebase and IoT
GDG Dev Fest - Develop with Firebase and IoTGDG Dev Fest - Develop with Firebase and IoT
GDG Dev Fest - Develop with Firebase and IoT
 

Último

Último (20)

Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 

Global Azure Bootcamp 2019 - AIoT powered by Azure