SlideShare uma empresa Scribd logo
1 de 61
Baixar para ler offline
goodapi.co
AUTONOMOUS
APIS
Zdenek “Z” Nemec
goodapi.co
Next chapter in APIs
goodapi.co
I help businesses build APIs
Zdenek “Z” Nemec
@zdnezdne1
goodapi.co
AUTONOMOUS APIS
Next chapter in APIs
goodapi.co
API CHAPTERS
NumberofAPIs
Year
1990 2000 2010 2020
1. CUSTOMER-SPECIFIC APIS 2. GENERIC APIS 3. HARMONIZED APIS
4. AUTONOMOUS APIS
goodapi.cogoodapi.co
EVERY CHAPTER
HAS ITS API
ARCHITECTURAL
STYLE–API
PARADIGM REST vs. GraphQL
@zdne
goodapi.co
CUSTOMER-SPECIFIC APIS1
LARGE ORGANIZATIONS EMBRACING IT
(YEARS 1990-2000S)
goodapi.co
CUSTOMER-SPECIFIC APIS1
SOAP, EDI, FTP & ESB
one-to-one, point-to-point
goodapi.co
CUSTOMER-SPECIFIC APIS1
API PROVIDERS FACE ISSUES WITH SIZE
COMPLEXITY OF POINT TO POINT INTEGRATIONS
AND THE ESB “FAILURE”
goodapi.co
CUSTOMER-SPECIFIC APIS1
NEW API CONSUMERS FIND THE APIS TOO
COMPLEX AND CUMBERSOME TO USE
goodapi.co
GENERIC APIS2
UBIQUITOUS INTERNET & SOFTWARE DEVELOPMENT
(YEARS 2005-2018+)
goodapi.co
GENERIC APIS2
one-to-many: many mid- or
small- size customers
one-to-one: few large
established customers
goodapi.co
GENERIC APIS2
one-to-many
SO-CALLED-REST, LATER ALSO GRAPHQL
goodapi.co
GENERIC APIS2
API PROVIDERS ARE FACING COMPLEXITY
ISSUES FROM INCREASING NUMBER OF OWN
APIS, CLIENT INTEGRATIONS, SERVER & CLIENT
DEPLOYMENTS AND API VERSIONS
goodapi.co
GENERIC APIS2
NEW CONSUMERS FIND COMPLEX AND COSTLY
TO INTEGRATE AND MAINTAIN THE
INTEGRATIONS WITH MULTIPLE DIFFERENT APIS
goodapi.co
HARMONIZED APIS3
CLIENTS CONSUMING MULTIPLE APIS
MICROSERVICES, FORMING API LANDSCAPES
(YEAR 2017+)
goodapi.co
API
LANDSCAPES
APIs are no longer in silos
goodapi.co
goodapi.co
HARMONIZED APIS3
ORGANIZATIONS LANDSCAPES
goodapi.co
HARMONIZED APIS3
B C D . . .
IF I AM BUILDING AN E-SHOP DO I WANT TO INTEGRATE WITH 400
LOGISTICS PROVIDERS?
APIs
e-shop
DOMAIN LANDSCAPES
goodapi.co
Accommoda
tion B
Accommoda
tion C
Accommoda
tion D
Accommoda
tion E
API
Consumer
APIs
Accommoda
tion E
3
HARMONIZED APIS
CROSS-DOMAIN LANDSCAPES
goodapi.co
3 HARMONIZED APIS EXAMPLES
goodapi.co
–Radek Novotny; CEO & founder MyStay
“There are few integrators for
hospitality APIs consolidating as
many as 40 PMS but they are
either not-duplex or slow in
reactions”
CHALLENGE: INTEGRATION
WITH MANY PROPERTY
MANAGEMENT SYSTEMS (PMS)
3
goodapi.co
HOW TO INTEGRATE WITH THOUSANDS OF
IOT DEVICES FROM DIFFERENT VENDORS
DEPLOYED IN DIFFERENT ENVIRONMENTS?
3
goodapi.co
Client Client Client Client Client Client
HOSPITALITY & TRAVEL
Accommoda
tion B
Accommoda
tion C
Accommoda
tion D
Accommoda
tion E
3
goodapi.co
Accommoda
tion B
Accommoda
tion C
Accommoda
tion D
Accommoda
tion E
Existing
Customer
Existing
Customer
Existing
Customer
3rd party
New Type of
Customer
New Type of
Customer
New Type of
Customer
BANKING APIS
Accelerated by PSD2
3
goodapi.co
Accommoda
tion B
Accommoda
tion C
Accommoda
tion D
Accommoda
tion E
Existing
Customer
Existing
Customer
Existing
Customer
3rd party
New Type of
Customer
New Type of
Customer
New Type of
Customer
LOGISTICS
Metapack integrates
over 400 carriers
Over 100 (!!!) 3rd Party vendors
3
goodapi.co
Website A
Client Client Client Client Client Client
ARE YOUR CUSTOMERS
REALLY YOURS?
Website B Website C Website D Website E
3
goodapi.co
HARMONIZED APIS3
many-to-many: clients
consuming multiple APIs
one-to-many: many mid- or
small- size customers
goodapi.co
HARMONIZED APIS3
COMPLEXITY OF CONSUMING MULTIPLE
DIFFERENT APIS IS TACKLED BY
STANDARDIZATION, GOVERNANCE TO ACHIEVE
CONSISTENCY
HARMONIZATION IS ALSO OFTEN DONE WITH
WRAPPER APIS
goodapi.co
HARMONIZED APIS3
HARMONIZED APIS PROVIDERS ARE FACING
COMPLEXITY ISSUES TRYING TO NORMALIZE,
GOVERN OR MAINTAINING MANY INTEGRATIONS
APIS MANUALLY
goodapi.co
HARMONIZED APIS3
COMPLEXITY EXTERNAL API CONSUMERS ARE
FACING WHEN CONSUMING MULTIPLE DOMAIN
OR CROSS-DOMAIN APIS IS STILL LEFT
UNCHECKED
goodapi.co
COMPLEXITY
goodapi.co
COMPLEXITYComplexity
Task-structure
Complexity
How difficult it is
understand how to
perform a task in a
distributed system
Unpredictability
How difficult is to predict
effect of an action in
distributed system, amount
of entropy
Size Complexity
Size of the system implies
cognitive complexity, large
number of concepts and
the knowledge required
Chaotic Complexity
Small variations in a certain
part of the system can have
large effects on overall
system behavior
Algorithmic Complexity
Both traditional algorithm
complexity in the term of
time and space and
cognitive complexity of
understanding algorithm
goodapi.co
COMPLEXITYComplexity
API Designs x Versions x Deployment Hosts x Clients x Client Deployments
IS HIGHER THAN TWO
You are likely to face complexity using, maintaining and evolving your API
130 APIs
3 x 6 (environments x
availability zones)
70 versions 1500 integrations
own deployments: 3 x 6
on-premise deployments: 1000
apps: 3 000 000
IoT: ?????
= 1,10565×10^9
IF THE NUMBER OF
goodapi.co
SOLUTIONS
goodapi.co
SOLUTIONS TO COMPLEXITYComplexity
1. Hire more people
2. Standardization
3. Apply massive automation
4. Autonomy of the components in API landscape
goodapi.co
SOLUTIONS TO COMPLEXITYComplexity
1. Hire More People
Mechanical turks, eyeballing documentation for changes in
design, fixing clients and implementations accordingly.
CUSTOMER-SPECIFIC & GENERIC APIS
ROLE OF HUMANS IN APIS
goodapi.co
HIRE MORE PEOPLEComplexity
REALITY
💻
📱
💻
📱
🙎
$
HUMANS INSIDE
VS.
• time and money spent
• not scaling
• chance of
misinterpretation
• error-prone
goodapi.co
SOLUTIONS TO COMPLEXITYComplexity
2. Standardization
HARMONIZED APIS
API DESIGN, LIFECYCLE &
DEVELOPMENT STANDARDIZATION
goodapi.co
STANDARDIZATIONComplexity
API GUIDELINES & DESIGN CHECKS
goodapi.co
3. Massive Automation
AUTOMATED HARMONIZED APIS, AUTONOMOUS APIS
Complexity
SOLUTIONS TO COMPLEXITY
AUTOMATED CONTRACT-DRIVEN API
LIFECYCLE
goodapi.co
💻
📱
📄
INTERFACE
ACTUALLY
EXPOSED
INTERFACE
DOCUMENTED
INTERFACED
USED
are they the same?
are they the same?
are they the same?
Complexity
AUTOMATION
KEEPING THINGS IN CHECK IS HARD
goodapi.co
Complexity
AUTOMATION
CONTRACT-DRIVEN
goodapi.co
https://goodapi.co/api-lifecycle
Complexity
AUTOMATION
ENTIRE LIFECYCLE
goodapi.co
4. Autonomy
AUTONOMOUS APIS
SOLUTIONS TO COMPLEXITY
AUTONOMY IS THE SOLUTION TO THE DIFFICULTY
OF MANAGING MANY COMPONENTS CENTRALLY
Components autonomy in an API Landscape reduces the
complexity, enables scaling, and promotes the service
commoditization.
Complexity
goodapi.co
AUTONOMY
“Autonomy: freedom from external control or influence;
independence; sovereignty in making decisions and
changes.”
–New Oxford American Dictionary
Complexity
goodapi.co
AUTONOMOUS APIS4
MACHINE-TO-MACHINE APIS, SELF-DRIVING, NO
HUMAN INTERVENTION, CROSS-DOMAIN
LANDSCAPES
RISE OF IOT & AI
(YEAR 2020+)
goodapi.co
Navigation through autonomic units
Countries, Regions, Cities, City
Quarters are autonomous regions
but when you are driving from A to B
you need to navigate through their
roads
A
B
Design-time & Runtime Navigation
You need both to follow a map and
traffic signs to navigate effectively
4 AUTONOMOUS APIS
NAVIGATE SAFELY IN API LANDSCAPE
goodapi.co
–Autonomous Client
“The level of autonomy is the ability to safely
navigate in the API landscape (where the constraints
are time and price)”
4 LEVELS OF AUTONOMY
goodapi.co
Brittle System
Documented Brittle System
Automated System
Decoupled Automated System
Autonomous System
Autonomy
Autonomous APIs
0
1
2
3
4
AUTONOMOUS APIS4
goodapi.co
• Tightly coupled components
• No semantics, interface or
lifecycle data
• Pros
• Time to delivery for point to
point integrations when
complexity is low
• Cons
• Everything breaks when
something changes
• Not scaling with growing
complexity
Level 0 BRITTLE SYSTEM
LEVELS OF AUTONOMY
goodapi.co
• Tightly coupled components
• Interface metadata available
• Human only-semantics
metadata available
• No lifecycle metadata (is the
documentation documenting
the interface implementation?)
• Pros
• Possible API productization
• Reusability
• Cons
• Lock on changes, unable to evolve
DOCUMENTED BRITTLE SYSTEM
LEVELS OF AUTONOMY
Level 1
goodapi.co
• Mostly tightly coupled
components
• Metadata are verified, valid and
reliable
• Metadata are human or machine
readable
• Advertisement of the interface,
semantics and lifecycle metadata
• Client subscription to future
changes
• Pros
• Explicit understanding of price and
risk of making changes in the API
landscape
• Quality Control
• Cons
• Advanced mindset change
involving many people
• Cultural denial, hard to get buy-in
AUTOMATED SYSTEM
LEVELS OF AUTONOMY
Level 2
goodapi.co
• Uniform Interface
• Decoupled components
• Evolvability of the components
in their respective environments
• Share understanding-metadata
at RUNTIME
• Pros
• Harmonized within the system
• Reducing price and risk of making
changes (by design)
• Cons
• Difficult taking everything into
account, prone to chaotic & size
complexity
DECOUPLED AUTOMATED SYSTEM
LEVELS OF AUTONOMY
Level 3
goodapi.co
• Self driving clients
• Landscape discovery
• Machine understanding
• Vocabulary not data structure
• Declarative programming
• Autonomy of the components
• Leveraging learned data from
simulation for infrastructure
• Pros
• Higher level of abstraction
• Implicit harmonization
• Full autonomy of components
• Independent evolution
• Cons
• Cognitive (Algorithmic) Complexity
• Demanding on computational power
• Higher level of abstraction
AUTONOMOUS SYSTEM
LEVELS OF AUTONOMY
Level 4
goodapi.cogoodapi.co
Early four-engine jets required flight engineers.
Later four-engine jets were designed with
sufficient automation to eliminate the position.
747 FLIGHT ENGINEERS
...this will also happen in the world of APIs.
goodapi.co
API CHAPTERS
one-to-many
one-to-one
many-to-many
machine-to-machine
Drivers behind the changes
API CONSUMERS EXPECTATIONS COMPLEXITY
task-structure
unpredictability
chaotic
size
algorithmic
+
GROWING # OF API
CONSUMERS +
INCREASING DEMAND
EVOLVING DEMAND INCREASING PROBLEMS
goodapi.co
1. CUSTOMER-SPECIFIC APIS 2. GENERIC APIS 3. HARMONIZED APIS 4. AUTONOMOUS APIS
one-to-manyone-to-one many-to-many machine-to-machine
API CHAPTERS
goodapi.co
SERVICE COMMODITIZATION
CUSTOMER SPECIFIC APIS (SOAP)
GENERIC APIS (SO-CALLED-REST)
HARMONIZED APIS
AUTONOMOUS APIS
Graph by Simon Wardley, “How commodity is something?”
HARMONIZED APIS (AUTOMATED)
goodapi.co
DIGITAL WHOLESALE PRESENCE
&
SERVICE COMMODITIZATION
“Look for a service that can fulfill the shipment of 6
pallets from Prague to Paris under 100 EUR.”
“Look for a service that provides information about
adidas stan smith”
“Is there an air condition service in my landscape?”
“Look for a service that has gs1:Offer where
gs1:itemOffered gs1:gpcCategoryCode is MILK.”
“The level of autonomy is the
ability to safely navigate in the API
landscape (where the constraints
are time and price)”
REVOLUTION IN
(API)
ECONOMY
goodapi.co
GOOD
API
INDEPENDENT API CONSULTING
WE ARE HIRING
IMAGES BY UNSPLASH.COM
ICONS BY MARTINFOWLER.COM

Mais conteúdo relacionado

Mais procurados

API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)
Apigee | Google Cloud
 

Mais procurados (20)

WSO2Con EU 2015: Towards a Winning API Strategy
WSO2Con EU 2015: Towards a Winning API StrategyWSO2Con EU 2015: Towards a Winning API Strategy
WSO2Con EU 2015: Towards a Winning API Strategy
 
Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...
Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...
Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...
 
API Management
API ManagementAPI Management
API Management
 
API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)
 
Treat Your API Like a Product
Treat Your API Like a ProductTreat Your API Like a Product
Treat Your API Like a Product
 
Real World API Business Models That Worked
Real World API Business Models That WorkedReal World API Business Models That Worked
Real World API Business Models That Worked
 
Be My API How to Implement an API Strategy Everyone will Love
Be My API How to Implement an API Strategy Everyone will Love Be My API How to Implement an API Strategy Everyone will Love
Be My API How to Implement an API Strategy Everyone will Love
 
APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...
APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...
APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...
 
apidays LIVE LONDON - Protecting financial-grade APIs - Getting the right API...
apidays LIVE LONDON - Protecting financial-grade APIs - Getting the right API...apidays LIVE LONDON - Protecting financial-grade APIs - Getting the right API...
apidays LIVE LONDON - Protecting financial-grade APIs - Getting the right API...
 
apidays LIVE Hong Kong - The Business of APIs by Jed Ng
apidays LIVE Hong Kong - The Business of APIs by Jed Ngapidays LIVE Hong Kong - The Business of APIs by Jed Ng
apidays LIVE Hong Kong - The Business of APIs by Jed Ng
 
Api architectures for the modern enterprise
Api architectures for the modern enterpriseApi architectures for the modern enterprise
Api architectures for the modern enterprise
 
The API Economy: API Provider Perspective / European Identity Summit 2012
The API Economy: API Provider Perspective / European Identity Summit 2012The API Economy: API Provider Perspective / European Identity Summit 2012
The API Economy: API Provider Perspective / European Identity Summit 2012
 
apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...
apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...
apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...
 
Lean Method for Building Good APIs for Business – APIOps Cycles
Lean Method for Building Good APIs for Business – APIOps CyclesLean Method for Building Good APIs for Business – APIOps Cycles
Lean Method for Building Good APIs for Business – APIOps Cycles
 
Core Dimensions of API Management
Core Dimensions of API ManagementCore Dimensions of API Management
Core Dimensions of API Management
 
Api economy
Api economyApi economy
Api economy
 
APIOps® Cycles – Open Set of Tools and Methods for Lean API Development
APIOps® Cycles – Open Set of Tools and Methods for Lean API DevelopmentAPIOps® Cycles – Open Set of Tools and Methods for Lean API Development
APIOps® Cycles – Open Set of Tools and Methods for Lean API Development
 
API360 – A How-To Guide for Enterprise APIs - Learn how to position your ente...
API360 – A How-To Guide for Enterprise APIs - Learn how to position your ente...API360 – A How-To Guide for Enterprise APIs - Learn how to position your ente...
API360 – A How-To Guide for Enterprise APIs - Learn how to position your ente...
 
The Future of API Monetization
The Future of API MonetizationThe Future of API Monetization
The Future of API Monetization
 
Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...
Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...
Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...
 

Semelhante a APIdays Paris 2018 - Autonomous APIs, Zdenek Nemec, Founder, Good API

WSO2Con Asia 2014 - Building the API-Centric Enterprise
WSO2Con Asia 2014 - Building the API-Centric EnterpriseWSO2Con Asia 2014 - Building the API-Centric Enterprise
WSO2Con Asia 2014 - Building the API-Centric Enterprise
WSO2
 
Craft Conference 2015 - Evolution of the PayPal API: Platform & Culture
Craft Conference 2015 - Evolution of the PayPal API: Platform & CultureCraft Conference 2015 - Evolution of the PayPal API: Platform & Culture
Craft Conference 2015 - Evolution of the PayPal API: Platform & Culture
Deepak Nadig
 
Open Ap Is State Of The Market
Open Ap Is State Of The MarketOpen Ap Is State Of The Market
Open Ap Is State Of The Market
ConSanFrancisco123
 
API Management Building Blocks and Business value
API Management   Building Blocks and Business valueAPI Management   Building Blocks and Business value
API Management Building Blocks and Business value
WSO2
 

Semelhante a APIdays Paris 2018 - Autonomous APIs, Zdenek Nemec, Founder, Good API (20)

RefCard API Architecture Strategy
RefCard API Architecture StrategyRefCard API Architecture Strategy
RefCard API Architecture Strategy
 
apidays London 2023 - Autonomous Agents, Zdenek Nemec, superface.ai
apidays London 2023 - Autonomous Agents, Zdenek Nemec, superface.aiapidays London 2023 - Autonomous Agents, Zdenek Nemec, superface.ai
apidays London 2023 - Autonomous Agents, Zdenek Nemec, superface.ai
 
[WSO2 API Day Chicago 2019] Sustainable Competitive Advantage
[WSO2 API Day Chicago 2019] Sustainable Competitive Advantage [WSO2 API Day Chicago 2019] Sustainable Competitive Advantage
[WSO2 API Day Chicago 2019] Sustainable Competitive Advantage
 
apidays LIVE Paris - Level up: Autonomous Integration Mesh by Zdenek Nemec
apidays LIVE Paris - Level up: Autonomous Integration Mesh by Zdenek Nemecapidays LIVE Paris - Level up: Autonomous Integration Mesh by Zdenek Nemec
apidays LIVE Paris - Level up: Autonomous Integration Mesh by Zdenek Nemec
 
WSO2Con Asia 2014 - Building the API-Centric Enterprise
WSO2Con Asia 2014 - Building the API-Centric EnterpriseWSO2Con Asia 2014 - Building the API-Centric Enterprise
WSO2Con Asia 2014 - Building the API-Centric Enterprise
 
What’s behind a high quality web API? Ensure your APIs are more than just a ...
What’s behind a high quality web API? Ensure your APIs are more than just a ...What’s behind a high quality web API? Ensure your APIs are more than just a ...
What’s behind a high quality web API? Ensure your APIs are more than just a ...
 
Z api overview
Z api overviewZ api overview
Z api overview
 
Craft Conference 2015 - Evolution of the PayPal API: Platform & Culture
Craft Conference 2015 - Evolution of the PayPal API: Platform & CultureCraft Conference 2015 - Evolution of the PayPal API: Platform & Culture
Craft Conference 2015 - Evolution of the PayPal API: Platform & Culture
 
Open Ap Is State Of The Market
Open Ap Is State Of The MarketOpen Ap Is State Of The Market
Open Ap Is State Of The Market
 
Open API and API Management - Introduction and Comparison of Products: TIBCO ...
Open API and API Management - Introduction and Comparison of Products: TIBCO ...Open API and API Management - Introduction and Comparison of Products: TIBCO ...
Open API and API Management - Introduction and Comparison of Products: TIBCO ...
 
[WSO2 Summit EMEA 2020] APIs: The Products of the 21st Century
[WSO2 Summit EMEA 2020] APIs: The Products of the 21st Century[WSO2 Summit EMEA 2020] APIs: The Products of the 21st Century
[WSO2 Summit EMEA 2020] APIs: The Products of the 21st Century
 
Design - Start Your API Journey Today
Design - Start Your API Journey TodayDesign - Start Your API Journey Today
Design - Start Your API Journey Today
 
EVOLVE'14 | Keynote | Sal Visca | How APIs are Revolutionizing Commerce in th...
EVOLVE'14 | Keynote | Sal Visca | How APIs are Revolutionizing Commerce in th...EVOLVE'14 | Keynote | Sal Visca | How APIs are Revolutionizing Commerce in th...
EVOLVE'14 | Keynote | Sal Visca | How APIs are Revolutionizing Commerce in th...
 
API Product Opportunity Responsibility Nicolas Sierro 2015.pptx
API Product Opportunity Responsibility Nicolas Sierro 2015.pptxAPI Product Opportunity Responsibility Nicolas Sierro 2015.pptx
API Product Opportunity Responsibility Nicolas Sierro 2015.pptx
 
Whitebox Testing for Blackbox Testers: Simplifying API Testing
Whitebox Testing for Blackbox Testers: Simplifying API TestingWhitebox Testing for Blackbox Testers: Simplifying API Testing
Whitebox Testing for Blackbox Testers: Simplifying API Testing
 
API Management Building Blocks and Business value
API Management   Building Blocks and Business valueAPI Management   Building Blocks and Business value
API Management Building Blocks and Business value
 
API Program Lessons learned
API Program Lessons learnedAPI Program Lessons learned
API Program Lessons learned
 
Asynchronous API Testing: Trends, Tools & More | Calidad Infotech
Asynchronous API Testing: Trends, Tools & More | Calidad Infotech Asynchronous API Testing: Trends, Tools & More | Calidad Infotech
Asynchronous API Testing: Trends, Tools & More | Calidad Infotech
 
Effective API Design
Effective API DesignEffective API Design
Effective API Design
 
Design - Start Your API Journey Today
Design - Start Your API Journey TodayDesign - Start Your API Journey Today
Design - Start Your API Journey Today
 

Mais de apidays

Mais de apidays (20)

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
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...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...
Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...
Apidays New York 2024 - The secrets to Graph success, by Leah Hurwich Adler, ...
 
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, ...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...
Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...
Apidays New York 2024 - API Discovery - From Crawl to Run by Rob Dickinson, G...
 
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
 
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
 
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
 
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
 
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
 
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
 
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
 
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
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
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
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
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
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?
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
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
 
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
 
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
 
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
 
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...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
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...
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

APIdays Paris 2018 - Autonomous APIs, Zdenek Nemec, Founder, Good API