SlideShare uma empresa Scribd logo
1 de 57
Baixar para ler offline
How we create APIs to manage complexity
1
Horia Jurcut
horia@spotify.com
Spotify Payments
History of Spotify
Credit Cards
2008
Finland
France
Norway
Spain
Sweden
2008
2006
Initial launch
2016
Credit Cards
2008
PayPal
2011
Finland
France
Norway
Spain
Sweden
2008 Austria
Belgium
Denmark
Great Britain
Switzerland
The Netherlands
USA
2011
2006
Initial launch Growth
2016
Credit Cards
2008
PayPal
2011
Finland
France
Norway
Spain
Sweden
2008 Austria
Belgium
Denmark
Great Britain
Switzerland
The Netherlands
USA
2011
2006
Initial launch Growth
Boku
Sofort
Klarna
Google iAP
Facebook payments
2013
Argentina
Australia
Colombia
Hong Kong
Ireland
Germany
...
2013
+ 37 markets
Global Company
2016
Credit Cards
2008
PayPal
2011
Finland
France
Norway
Spain
Sweden
2008 Austria
Belgium
Denmark
Great Britain
Switzerland
The Netherlands
USA
2011
2006
Initial launch Growth
Boku
Sofort
Klarna
Google iAP
Facebook payments
2013
Argentina
Australia
Colombia
Hong Kong
Ireland
Germany
...
2013
+ 37 markets
Global Company
Adyen
PaySafe Card
Oxxo
iDeal
dotPay
DragonPay
SafetyPay
DirectDebit
Boleto
iOS iAP
2015
Brazil
Canada
Philippines
2015
Localization
2016
Credit Cards
2008
PayPal
2011
Finland
France
Norway
Spain
Sweden
2008 Austria
Belgium
Denmark
Great Britain
Switzerland
The Netherlands
USA
2011
2006
Initial launch Growth
Boku
Sofort
Klarna
Google iAP
Facebook payments
2013
Argentina
Australia
Colombia
Hong Kong
Ireland
Germany
...
2013
+ 37 markets
Global Company
Adyen
PaySafe Card
Oxxo
iDeal
dotPay
DragonPay
SafetyPay
DirectDebit
Boleto
iOS iAP
2015
Localization
Fortumo
Doku
econtext
2016
40 million
subscribers
2016
Indonesia
Japan
2016
60 markets
2016
Optimization
Brazil
Canada
Philippines
2015
What are Payments?
Bank
Users
1
Payments @ Spotify
Bank
Users
1
Checkout
Go to spotify.com
2
Payments @ Spotify
Bank
Users
1
Checkout
Go to spotify.com Validate card
2
Payment
Backend
Payments @ Spotify
Bank
Users
1
Checkout
Payment
Provider
Go to spotify.com Validate details Authorize payment
2
Payment
Backend
Payments @ Spotify
Bank
Users
1
Checkout
Payment
Provider
Credit
Network
Go to spotify.com Validate card
Contact bank
2
Authorize payment
Payment
Backend
Payments @ Spotify
Bank
Users
1
Checkout
Payment
Provider
Credit
Network
Go to spotify.com Validate card
Valid card
Contact bank
Authorize payment
Valid card
2
3
Payment
Backend
Payments @ Spotify
Bank
Users
1
Checkout
Payment
Provider
Credit
Network
Go to spotify.com Validate card
Valid card
Contact bank
Authorize payment
Valid card
Access to Spotify Premium
2
3
Payment
Backend
Payments @ Spotify
Checkout
Payment
Provider
Payments @ Spotify
Payment
Backend
Checkout
Payments @ Spotify
Payment
Providers
...
Payment
Backend
Checkout
Checkout API
Payments @ Spotify
Payment
Providers
...
Payment
Backend
Checkout
Checkout API Billing API
Payments @ Spotify
Payment
Providers
...
Payment
Backend
Checkout API
Checkout API
Payment Backend
Checkout API
Payment BackendClients
Checkout API
Payment BackendClients
“What?”
next steps
Checkout API
Payment BackendClients
“How?” “What?”
next steps
send data
send data
send data
send data
Checkout API
Payment BackendClients
Checkout
API
“How?” “What?”
send data
send data
send data
send data
next steps
CC
Form
CC Form
Checkout API
Success
CC Form Confirmation
Checkout API
CC
Form
Success
CC
Form
Tax
Info
CC Form ConfirmationTax Info
Required
in some
countries
Checkout API
Success
CC
Form
Tax
Info
CC Form ConfirmationTax Info
Required
in some
countries
Payment
Backend
Checkout API
Clients
Success
Billing
Address
CC
Form
Tax
Info
CC Form ConfirmationTax Info
Required
in some
countries
Billing Address
Payment
Backend
Checkout API
Clients
Success
Billing
Address
CC
Form
Tax
Info
Offer
Code
One Time Code
X3G6D8A7
CC Form ConfirmationTax Info
Required
in some
countries
Billing Address
Payment
Backend
Checkout API
Clients
Checkout
API
Success
Billing
Address
CC
Form
Tax
Info
Offer
Code
One Time Code
X3G6D8A7
CC Form ConfirmationTax Info
Required
in some
countries
Billing Address
Payment
Backend
Checkout API
Clients
Checkout API
Checkout
API
Start purchase What is the first step?
Checkout API
Checkout
API
Start purchase What is the first step?
Collect CC InformationDisplay CC Form
CC Form
Checkout API
Checkout
API
Start purchase What is the first step?
Collect CC InformationDisplay CC Form
CC Form
CC Form
Send credit card data Send credit card data
Checkout API
Checkout
API
Start purchase What is the first step?
Collect CC InformationDisplay CC Form
CC Form
CC Form
Confirmation
Show ConfirmationDisplay Confirmation
Send credit card data Send credit card data
Checkout API
Checkout
API
Start purchase What is the first step?
Collect CC InformationDisplay CC Form
CC Form
Send credit card data Send credit card data
Confirmation
Show ConfirmationDisplay Confirmation
CC Form
One Time Code
X3G6D8A7
Advantages
Spotify Payments
● Change checkout experience without client release
● Clients can build native experiences
● Consolidated business logic
● Rapidly test, experiment and learn
● Mix & Match
Billing API
Billing API
Clients
Billing API
Clients
Checkout
API
Billing API
Payment BackendClients
Checkout
API
Billing API
Payment BackendClients
Checkout
API
Adyen
PayPal
Klarna
Payment Providers
Billing API
Payment BackendClients
Checkout
API
Adyen
PayPal
Klarna
Billing
API
charge
success
Payment Providers
Billing API
Payment BackendClients
Checkout
API
Adyen
PayPal
Klarna
Billing
API
charge
success
Payment Providers
Financial
Data
SettlementReconciliation Callbacks Monitoring
Billing API
Payment BackendClients
Checkout
API
Adyen
PayPal
Klarna
Billing
API
charge
success
Payment Providers
Financial
Data
SettlementReconciliation Callbacks Monitoring
Automatic Alerts
Monitoring
Billing
API
{
"message": "payment_received",
"provider": "adyen",
"method": "cards",
"amount: "9.99",
"currency": "USD",
"country": "US",
"product_type": "premium",
"duration:" 1,
"duration_type": "month",
"reference": "9107771201",
}
{
"message": "payment_failed",
"provider": "adyen",
"method": "cards",
"amount: "9.99",
"currency": "USD",
"country": "US",
"product_type": "premium",
"duration:" 1,
"duration_type": "month",
"reference": "9108771203",
"failure_code": "399",
}
Automatic Alerts
Payment transactions processed (initial payments)
Payment transactions failed (initial payments)
Automatic Alerts
Payment transactions processed (initial payments)
Payment transactions failed (initial payments)
Broke initial payments
Automatic Alerts
Payment transactions processed (initial payments)
Payment transactions failed (initial payments)
Broke initial payments
Provider had an issue
Automatic Alerts
Payment transactions processed (initial payments)
Payment transactions failed (initial payments)
Broke initial payments
Provider had an issue
Other providers
continued working
Advantages
Spotify Payments
● Fairly low number of false positives
● Works very well for high volume providers (Adyen)
● Become more aware of local events
API Design
Why we build APIs
Spotify Payments
● Many clients, many providers
● Integrate with other internal systems
● More complex products and business rules
● Customization
My time @ Spotify
Spotify Payments
● APIs make it easier for multiple teams to collaborate
● APIs help you take a hard problem and divide it into more
manageable domains
● APIs require documentation
● APIs enable you to rapidly test, experiment and learn
Tack.
57
Spotify Payments

Mais conteúdo relacionado

Mais procurados

Banking as a Service - An Overview
Banking as a Service - An OverviewBanking as a Service - An Overview
Banking as a Service - An OverviewSrini Peyyalamitta
 
The future of banking
The future of bankingThe future of banking
The future of bankingBarbara Biro
 
Hoof Pitch Deck - Payments Platform
Hoof Pitch Deck - Payments PlatformHoof Pitch Deck - Payments Platform
Hoof Pitch Deck - Payments PlatformGeorge Johnson
 
China metaverse report by daxue consulting and ayo consulting
China metaverse report by daxue consulting and ayo consultingChina metaverse report by daxue consulting and ayo consulting
China metaverse report by daxue consulting and ayo consultingDaxue Consulting
 
Backbase On-Demand Webinar: Banking 2025
Backbase On-Demand Webinar: Banking 2025Backbase On-Demand Webinar: Banking 2025
Backbase On-Demand Webinar: Banking 2025Backbase
 
Stripe Pitch Deck designed by Zlides
Stripe Pitch Deck designed by ZlidesStripe Pitch Deck designed by Zlides
Stripe Pitch Deck designed by ZlidesZlides
 
FinTech and the Future of Finance
FinTech and the Future of FinanceFinTech and the Future of Finance
FinTech and the Future of FinanceRobin Teigland
 
The Future of Fintech in Southeast Asia
The Future of Fintech in Southeast AsiaThe Future of Fintech in Southeast Asia
The Future of Fintech in Southeast AsiaFinch Capital
 
Nandan Nilekani: Identity, Payments, Data empowerment 2019
Nandan Nilekani: Identity, Payments, Data empowerment 2019Nandan Nilekani: Identity, Payments, Data empowerment 2019
Nandan Nilekani: Identity, Payments, Data empowerment 2019ProductNation/iSPIRT
 
Swerve Pitch Deck DFT.pptx
Swerve Pitch Deck DFT.pptxSwerve Pitch Deck DFT.pptx
Swerve Pitch Deck DFT.pptxRemitOne1
 
Adyen Pricing Overview (1)
Adyen Pricing Overview (1)Adyen Pricing Overview (1)
Adyen Pricing Overview (1)soundium
 
Fraud detection system
Fraud detection systemFraud detection system
Fraud detection systembaladutt
 
Andrius Biceika (Revolut): The New Era of Digital Banking
Andrius Biceika (Revolut): The New Era of Digital BankingAndrius Biceika (Revolut): The New Era of Digital Banking
Andrius Biceika (Revolut): The New Era of Digital BankingFinTechZone
 
Transforming banks into digital natives
Transforming banks into digital nativesTransforming banks into digital natives
Transforming banks into digital nativesBackbase
 
Time to-market starts with you
Time to-market starts with youTime to-market starts with you
Time to-market starts with youBackbase
 
Tracxn - Real Estate And Construction Tech - Top Business Models - Jun 2021
Tracxn - Real Estate And Construction Tech - Top Business Models - Jun 2021Tracxn - Real Estate And Construction Tech - Top Business Models - Jun 2021
Tracxn - Real Estate And Construction Tech - Top Business Models - Jun 2021Tracxn
 

Mais procurados (20)

Banking as a Service - An Overview
Banking as a Service - An OverviewBanking as a Service - An Overview
Banking as a Service - An Overview
 
The future of banking
The future of bankingThe future of banking
The future of banking
 
Hoof Pitch Deck - Payments Platform
Hoof Pitch Deck - Payments PlatformHoof Pitch Deck - Payments Platform
Hoof Pitch Deck - Payments Platform
 
China metaverse report by daxue consulting and ayo consulting
China metaverse report by daxue consulting and ayo consultingChina metaverse report by daxue consulting and ayo consulting
China metaverse report by daxue consulting and ayo consulting
 
F88 pitch deck
F88 pitch deckF88 pitch deck
F88 pitch deck
 
Backbase On-Demand Webinar: Banking 2025
Backbase On-Demand Webinar: Banking 2025Backbase On-Demand Webinar: Banking 2025
Backbase On-Demand Webinar: Banking 2025
 
Mi fin financial product suite
Mi fin financial product suiteMi fin financial product suite
Mi fin financial product suite
 
Stripe Pitch Deck designed by Zlides
Stripe Pitch Deck designed by ZlidesStripe Pitch Deck designed by Zlides
Stripe Pitch Deck designed by Zlides
 
FinTech and the Future of Finance
FinTech and the Future of FinanceFinTech and the Future of Finance
FinTech and the Future of Finance
 
The Future of Fintech in Southeast Asia
The Future of Fintech in Southeast AsiaThe Future of Fintech in Southeast Asia
The Future of Fintech in Southeast Asia
 
Nandan Nilekani: Identity, Payments, Data empowerment 2019
Nandan Nilekani: Identity, Payments, Data empowerment 2019Nandan Nilekani: Identity, Payments, Data empowerment 2019
Nandan Nilekani: Identity, Payments, Data empowerment 2019
 
Swerve Pitch Deck DFT.pptx
Swerve Pitch Deck DFT.pptxSwerve Pitch Deck DFT.pptx
Swerve Pitch Deck DFT.pptx
 
Pitch deck
Pitch deckPitch deck
Pitch deck
 
Adyen Pricing Overview (1)
Adyen Pricing Overview (1)Adyen Pricing Overview (1)
Adyen Pricing Overview (1)
 
Fraud detection system
Fraud detection systemFraud detection system
Fraud detection system
 
Andrius Biceika (Revolut): The New Era of Digital Banking
Andrius Biceika (Revolut): The New Era of Digital BankingAndrius Biceika (Revolut): The New Era of Digital Banking
Andrius Biceika (Revolut): The New Era of Digital Banking
 
Motadata product itsm overview
Motadata product itsm overviewMotadata product itsm overview
Motadata product itsm overview
 
Transforming banks into digital natives
Transforming banks into digital nativesTransforming banks into digital natives
Transforming banks into digital natives
 
Time to-market starts with you
Time to-market starts with youTime to-market starts with you
Time to-market starts with you
 
Tracxn - Real Estate And Construction Tech - Top Business Models - Jun 2021
Tracxn - Real Estate And Construction Tech - Top Business Models - Jun 2021Tracxn - Real Estate And Construction Tech - Top Business Models - Jun 2021
Tracxn - Real Estate And Construction Tech - Top Business Models - Jun 2021
 

Destaque

Building a serverless API in the cloud
Building a serverless API in the cloudBuilding a serverless API in the cloud
Building a serverless API in the cloudNordic APIs
 
SFDC Data Models For Pros - Simplifying The Complexities
SFDC Data Models For Pros - Simplifying The ComplexitiesSFDC Data Models For Pros - Simplifying The Complexities
SFDC Data Models For Pros - Simplifying The ComplexitiesBaruch Oxman
 
Playlist Recommendations @ Spotify
Playlist Recommendations @ SpotifyPlaylist Recommendations @ Spotify
Playlist Recommendations @ SpotifyNikhil Tibrewal
 
Music Network Analysis
Music Network AnalysisMusic Network Analysis
Music Network AnalysisYuxiang Zhang
 
HTTP Services & REST API Security
HTTP Services & REST API SecurityHTTP Services & REST API Security
HTTP Services & REST API SecurityTaiseer Joudeh
 
Data Mining Music
Data Mining MusicData Mining Music
Data Mining MusicPaul Lamere
 
Cassandra EU 2012 - Overview of Case Studies and State of the Market by 451 R...
Cassandra EU 2012 - Overview of Case Studies and State of the Market by 451 R...Cassandra EU 2012 - Overview of Case Studies and State of the Market by 451 R...
Cassandra EU 2012 - Overview of Case Studies and State of the Market by 451 R...Acunu
 
Forbes Middle East - February 2017 - Anghami Coverage
Forbes Middle East - February 2017 - Anghami CoverageForbes Middle East - February 2017 - Anghami Coverage
Forbes Middle East - February 2017 - Anghami CoverageAnghami
 
Playlists at Spotify - Using Cassandra to store version controlled objects
Playlists at Spotify - Using Cassandra to store version controlled objectsPlaylists at Spotify - Using Cassandra to store version controlled objects
Playlists at Spotify - Using Cassandra to store version controlled objectsJimmy Mårdell
 
Top 5 Ways To Increase API Adoption
Top 5 Ways To Increase API AdoptionTop 5 Ways To Increase API Adoption
Top 5 Ways To Increase API AdoptionProgrammableWeb
 
Direct carrier billing could help operators to capture consumer spending on m...
Direct carrier billing could help operators to capture consumer spending on m...Direct carrier billing could help operators to capture consumer spending on m...
Direct carrier billing could help operators to capture consumer spending on m...AnalysysMasonResearch
 
Integrated social solutions, the power and pitfalls of mashups
Integrated social solutions, the power and pitfalls of mashupsIntegrated social solutions, the power and pitfalls of mashups
Integrated social solutions, the power and pitfalls of mashupsNordic APIs
 
Tone of Voice Analysis - Music Streaming Services - J-P Storrow
Tone of Voice Analysis  - Music Streaming Services - J-P StorrowTone of Voice Analysis  - Music Streaming Services - J-P Storrow
Tone of Voice Analysis - Music Streaming Services - J-P StorrowJean-Paul Storrow
 
Rapid Api Prototyping
Rapid Api PrototypingRapid Api Prototyping
Rapid Api PrototypingKong Inc.
 
Running an API 24/365
Running an API 24/365Running an API 24/365
Running an API 24/365Nordic APIs
 
State of APIs: API trends from Nordic APIs Copenhagen & Sundsvall
State of APIs: API trends from Nordic APIs Copenhagen & SundsvallState of APIs: API trends from Nordic APIs Copenhagen & Sundsvall
State of APIs: API trends from Nordic APIs Copenhagen & SundsvallAndreas Krohn
 
Authorization The Missing Piece of the Puzzle
Authorization The Missing Piece of the PuzzleAuthorization The Missing Piece of the Puzzle
Authorization The Missing Piece of the PuzzleNordic APIs
 
Pie for Sale: Timeless Lessons in API Advocacy (Adam DuVander)
Pie for Sale: Timeless Lessons in API Advocacy (Adam DuVander)Pie for Sale: Timeless Lessons in API Advocacy (Adam DuVander)
Pie for Sale: Timeless Lessons in API Advocacy (Adam DuVander)Nordic APIs
 
Public Transport APIs – How we are using and creating long lasting APIs at No...
Public Transport APIs – How we are using and creating long lasting APIs at No...Public Transport APIs – How we are using and creating long lasting APIs at No...
Public Transport APIs – How we are using and creating long lasting APIs at No...Nordic APIs
 

Destaque (20)

Building a serverless API in the cloud
Building a serverless API in the cloudBuilding a serverless API in the cloud
Building a serverless API in the cloud
 
SFDC Data Models For Pros - Simplifying The Complexities
SFDC Data Models For Pros - Simplifying The ComplexitiesSFDC Data Models For Pros - Simplifying The Complexities
SFDC Data Models For Pros - Simplifying The Complexities
 
Playlist Recommendations @ Spotify
Playlist Recommendations @ SpotifyPlaylist Recommendations @ Spotify
Playlist Recommendations @ Spotify
 
Swot
SwotSwot
Swot
 
Music Network Analysis
Music Network AnalysisMusic Network Analysis
Music Network Analysis
 
HTTP Services & REST API Security
HTTP Services & REST API SecurityHTTP Services & REST API Security
HTTP Services & REST API Security
 
Data Mining Music
Data Mining MusicData Mining Music
Data Mining Music
 
Cassandra EU 2012 - Overview of Case Studies and State of the Market by 451 R...
Cassandra EU 2012 - Overview of Case Studies and State of the Market by 451 R...Cassandra EU 2012 - Overview of Case Studies and State of the Market by 451 R...
Cassandra EU 2012 - Overview of Case Studies and State of the Market by 451 R...
 
Forbes Middle East - February 2017 - Anghami Coverage
Forbes Middle East - February 2017 - Anghami CoverageForbes Middle East - February 2017 - Anghami Coverage
Forbes Middle East - February 2017 - Anghami Coverage
 
Playlists at Spotify - Using Cassandra to store version controlled objects
Playlists at Spotify - Using Cassandra to store version controlled objectsPlaylists at Spotify - Using Cassandra to store version controlled objects
Playlists at Spotify - Using Cassandra to store version controlled objects
 
Top 5 Ways To Increase API Adoption
Top 5 Ways To Increase API AdoptionTop 5 Ways To Increase API Adoption
Top 5 Ways To Increase API Adoption
 
Direct carrier billing could help operators to capture consumer spending on m...
Direct carrier billing could help operators to capture consumer spending on m...Direct carrier billing could help operators to capture consumer spending on m...
Direct carrier billing could help operators to capture consumer spending on m...
 
Integrated social solutions, the power and pitfalls of mashups
Integrated social solutions, the power and pitfalls of mashupsIntegrated social solutions, the power and pitfalls of mashups
Integrated social solutions, the power and pitfalls of mashups
 
Tone of Voice Analysis - Music Streaming Services - J-P Storrow
Tone of Voice Analysis  - Music Streaming Services - J-P StorrowTone of Voice Analysis  - Music Streaming Services - J-P Storrow
Tone of Voice Analysis - Music Streaming Services - J-P Storrow
 
Rapid Api Prototyping
Rapid Api PrototypingRapid Api Prototyping
Rapid Api Prototyping
 
Running an API 24/365
Running an API 24/365Running an API 24/365
Running an API 24/365
 
State of APIs: API trends from Nordic APIs Copenhagen & Sundsvall
State of APIs: API trends from Nordic APIs Copenhagen & SundsvallState of APIs: API trends from Nordic APIs Copenhagen & Sundsvall
State of APIs: API trends from Nordic APIs Copenhagen & Sundsvall
 
Authorization The Missing Piece of the Puzzle
Authorization The Missing Piece of the PuzzleAuthorization The Missing Piece of the Puzzle
Authorization The Missing Piece of the Puzzle
 
Pie for Sale: Timeless Lessons in API Advocacy (Adam DuVander)
Pie for Sale: Timeless Lessons in API Advocacy (Adam DuVander)Pie for Sale: Timeless Lessons in API Advocacy (Adam DuVander)
Pie for Sale: Timeless Lessons in API Advocacy (Adam DuVander)
 
Public Transport APIs – How we are using and creating long lasting APIs at No...
Public Transport APIs – How we are using and creating long lasting APIs at No...Public Transport APIs – How we are using and creating long lasting APIs at No...
Public Transport APIs – How we are using and creating long lasting APIs at No...
 

Semelhante a How Spotify Payments Creates APIs to Manage Complexity (Horia Jurcut)

One Gateway for All Kinds of Payments—the Payflow Integration
One Gateway for All Kinds of Payments—the Payflow IntegrationOne Gateway for All Kinds of Payments—the Payflow Integration
One Gateway for All Kinds of Payments—the Payflow IntegrationPayPalX Developer Network
 
Monetize with PayPal X Payments Platform
Monetize with PayPal X Payments PlatformMonetize with PayPal X Payments Platform
Monetize with PayPal X Payments Platformguest72b121
 
Startup Highway Workshop
Startup Highway WorkshopStartup Highway Workshop
Startup Highway WorkshopPayPal
 
Building a Modern FinTech Big Data Infrastructure
Building a Modern FinTech Big Data InfrastructureBuilding a Modern FinTech Big Data Infrastructure
Building a Modern FinTech Big Data InfrastructureDatabricks
 
Streamline Your User Experience and Increase Conversion with Adaptive Accounts
Streamline Your User Experience and Increase Conversion with Adaptive AccountsStreamline Your User Experience and Increase Conversion with Adaptive Accounts
Streamline Your User Experience and Increase Conversion with Adaptive AccountsPayPalX Developer Network
 
Successful Cashless Societies and how the rest are set to Emulate this Model ...
Successful Cashless Societies and how the rest are set to Emulate this Model ...Successful Cashless Societies and how the rest are set to Emulate this Model ...
Successful Cashless Societies and how the rest are set to Emulate this Model ...Shift Conference
 
7 most popular online payment solutions
7 most popular online payment solutions7 most popular online payment solutions
7 most popular online payment solutionsSameerShaik43
 
Accept PayPal in 5 Minutes or Less Using Button Manager and Button Manager API
Accept PayPal in 5 Minutes or Less Using Button Manager and Button Manager APIAccept PayPal in 5 Minutes or Less Using Button Manager and Button Manager API
Accept PayPal in 5 Minutes or Less Using Button Manager and Button Manager APIPayPalX Developer Network
 
Online Payments and You
Online Payments and YouOnline Payments and You
Online Payments and YouYos Riady
 
Stripe Integration With MuleSoft
Stripe Integration With MuleSoftStripe Integration With MuleSoft
Stripe Integration With MuleSoftShyamRajPrasad
 
Circle plus payments slide deck
Circle plus payments slide deckCircle plus payments slide deck
Circle plus payments slide deckNitish Kannan
 
04-Twisto deck 2019 .pdf
04-Twisto deck 2019 .pdf04-Twisto deck 2019 .pdf
04-Twisto deck 2019 .pdfTomKos3
 
2015 Inspire Tour: Business Starts with Getting Paid
2015 Inspire Tour: Business Starts with Getting Paid2015 Inspire Tour: Business Starts with Getting Paid
2015 Inspire Tour: Business Starts with Getting PaidJeremy Ploessel
 
PayPal Real Time Analytics
PayPal  Real Time AnalyticsPayPal  Real Time Analytics
PayPal Real Time AnalyticsAnil Madan
 
GoPayWin_Onesheet_v14
GoPayWin_Onesheet_v14GoPayWin_Onesheet_v14
GoPayWin_Onesheet_v14GoCoin
 
How to Implement Stripe Get a Complete Insight!.docx.pdf
How to Implement Stripe Get a Complete Insight!.docx.pdfHow to Implement Stripe Get a Complete Insight!.docx.pdf
How to Implement Stripe Get a Complete Insight!.docx.pdfTechugo
 
Revolutionise Your Payments from Good to Great
Revolutionise Your Payments from Good to GreatRevolutionise Your Payments from Good to Great
Revolutionise Your Payments from Good to GreatCY Choon Yan Tan
 

Semelhante a How Spotify Payments Creates APIs to Manage Complexity (Horia Jurcut) (20)

One Gateway for All Kinds of Payments—the Payflow Integration
One Gateway for All Kinds of Payments—the Payflow IntegrationOne Gateway for All Kinds of Payments—the Payflow Integration
One Gateway for All Kinds of Payments—the Payflow Integration
 
Monetize with PayPal X Payments Platform
Monetize with PayPal X Payments PlatformMonetize with PayPal X Payments Platform
Monetize with PayPal X Payments Platform
 
Startup Highway Workshop
Startup Highway WorkshopStartup Highway Workshop
Startup Highway Workshop
 
Building a Modern FinTech Big Data Infrastructure
Building a Modern FinTech Big Data InfrastructureBuilding a Modern FinTech Big Data Infrastructure
Building a Modern FinTech Big Data Infrastructure
 
Streamline Your User Experience and Increase Conversion with Adaptive Accounts
Streamline Your User Experience and Increase Conversion with Adaptive AccountsStreamline Your User Experience and Increase Conversion with Adaptive Accounts
Streamline Your User Experience and Increase Conversion with Adaptive Accounts
 
Successful Cashless Societies and how the rest are set to Emulate this Model ...
Successful Cashless Societies and how the rest are set to Emulate this Model ...Successful Cashless Societies and how the rest are set to Emulate this Model ...
Successful Cashless Societies and how the rest are set to Emulate this Model ...
 
PayPal
PayPalPayPal
PayPal
 
7 most popular online payment solutions
7 most popular online payment solutions7 most popular online payment solutions
7 most popular online payment solutions
 
CoinYard PPT
CoinYard PPTCoinYard PPT
CoinYard PPT
 
PayPal
PayPal PayPal
PayPal
 
Accept PayPal in 5 Minutes or Less Using Button Manager and Button Manager API
Accept PayPal in 5 Minutes or Less Using Button Manager and Button Manager APIAccept PayPal in 5 Minutes or Less Using Button Manager and Button Manager API
Accept PayPal in 5 Minutes or Less Using Button Manager and Button Manager API
 
Online Payments and You
Online Payments and YouOnline Payments and You
Online Payments and You
 
Stripe Integration With MuleSoft
Stripe Integration With MuleSoftStripe Integration With MuleSoft
Stripe Integration With MuleSoft
 
Circle plus payments slide deck
Circle plus payments slide deckCircle plus payments slide deck
Circle plus payments slide deck
 
04-Twisto deck 2019 .pdf
04-Twisto deck 2019 .pdf04-Twisto deck 2019 .pdf
04-Twisto deck 2019 .pdf
 
2015 Inspire Tour: Business Starts with Getting Paid
2015 Inspire Tour: Business Starts with Getting Paid2015 Inspire Tour: Business Starts with Getting Paid
2015 Inspire Tour: Business Starts with Getting Paid
 
PayPal Real Time Analytics
PayPal  Real Time AnalyticsPayPal  Real Time Analytics
PayPal Real Time Analytics
 
GoPayWin_Onesheet_v14
GoPayWin_Onesheet_v14GoPayWin_Onesheet_v14
GoPayWin_Onesheet_v14
 
How to Implement Stripe Get a Complete Insight!.docx.pdf
How to Implement Stripe Get a Complete Insight!.docx.pdfHow to Implement Stripe Get a Complete Insight!.docx.pdf
How to Implement Stripe Get a Complete Insight!.docx.pdf
 
Revolutionise Your Payments from Good to Great
Revolutionise Your Payments from Good to GreatRevolutionise Your Payments from Good to Great
Revolutionise Your Payments from Good to Great
 

Mais de Nordic APIs

How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...Nordic APIs
 
The Art of API Design, by David Biesack at Apiture
The Art of API Design, by David Biesack at ApitureThe Art of API Design, by David Biesack at Apiture
The Art of API Design, by David Biesack at ApitureNordic APIs
 
ABAC, ReBAC, Zanzibar, ALFA… How Should I Implement AuthZ in My APIs? by Dav...
ABAC, ReBAC, Zanzibar, ALFA…  How Should I Implement AuthZ in My APIs? by Dav...ABAC, ReBAC, Zanzibar, ALFA…  How Should I Implement AuthZ in My APIs? by Dav...
ABAC, ReBAC, Zanzibar, ALFA… How Should I Implement AuthZ in My APIs? by Dav...Nordic APIs
 
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...Nordic APIs
 
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...Nordic APIs
 
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNL
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNLAPI Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNL
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNLNordic APIs
 
API Discovery from Crawl to Run - Rob Dickinson, Graylog
API Discovery from Crawl to Run - Rob Dickinson, GraylogAPI Discovery from Crawl to Run - Rob Dickinson, Graylog
API Discovery from Crawl to Run - Rob Dickinson, GraylogNordic APIs
 
Productizing and Monetizing APIs - Derric Gilling, Moseif
Productizing and Monetizing APIs - Derric Gilling, MoseifProductizing and Monetizing APIs - Derric Gilling, Moseif
Productizing and Monetizing APIs - Derric Gilling, MoseifNordic APIs
 
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, Sipios
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, SipiosSecurely Boosting Any Product with Generative AI APIs - Ruben Sitbon, Sipios
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, SipiosNordic APIs
 
Security of LLM APIs by Ankita Gupta, Akto.io
Security of LLM APIs by Ankita Gupta, Akto.ioSecurity of LLM APIs by Ankita Gupta, Akto.io
Security of LLM APIs by Ankita Gupta, Akto.ioNordic APIs
 
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...Nordic APIs
 
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...Nordic APIs
 
Reigniting the API Description Wars with TypeSpec and the Next Generation of ...
Reigniting the API Description Wars with TypeSpec and the Next Generation of...Reigniting the API Description Wars with TypeSpec and the Next Generation of...
Reigniting the API Description Wars with TypeSpec and the Next Generation of ...Nordic APIs
 
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAny
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAnyEstablish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAny
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAnyNordic APIs
 
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...Nordic APIs
 
Going Platinum: How to Make a Hit API by Bill Doerrfeld, Nordic APIs
Going Platinum: How to Make a Hit API by Bill Doerrfeld, Nordic APIsGoing Platinum: How to Make a Hit API by Bill Doerrfeld, Nordic APIs
Going Platinum: How to Make a Hit API by Bill Doerrfeld, Nordic APIsNordic APIs
 
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...Nordic APIs
 
GenAI: Producing and Consuming APIs by Paul Dumas, Gartner
GenAI: Producing and Consuming APIs by Paul Dumas, GartnerGenAI: Producing and Consuming APIs by Paul Dumas, Gartner
GenAI: Producing and Consuming APIs by Paul Dumas, GartnerNordic APIs
 
The SAS developer portal – developer.sas.com 2.0: How we built it by Joe Furb...
The SAS developer portal –developer.sas.com 2.0: How we built it by Joe Furb...The SAS developer portal –developer.sas.com 2.0: How we built it by Joe Furb...
The SAS developer portal – developer.sas.com 2.0: How we built it by Joe Furb...Nordic APIs
 
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...Nordic APIs
 

Mais de Nordic APIs (20)

How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
 
The Art of API Design, by David Biesack at Apiture
The Art of API Design, by David Biesack at ApitureThe Art of API Design, by David Biesack at Apiture
The Art of API Design, by David Biesack at Apiture
 
ABAC, ReBAC, Zanzibar, ALFA… How Should I Implement AuthZ in My APIs? by Dav...
ABAC, ReBAC, Zanzibar, ALFA…  How Should I Implement AuthZ in My APIs? by Dav...ABAC, ReBAC, Zanzibar, ALFA…  How Should I Implement AuthZ in My APIs? by Dav...
ABAC, ReBAC, Zanzibar, ALFA… How Should I Implement AuthZ in My APIs? by Dav...
 
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...
 
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...
 
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNL
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNLAPI Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNL
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNL
 
API Discovery from Crawl to Run - Rob Dickinson, Graylog
API Discovery from Crawl to Run - Rob Dickinson, GraylogAPI Discovery from Crawl to Run - Rob Dickinson, Graylog
API Discovery from Crawl to Run - Rob Dickinson, Graylog
 
Productizing and Monetizing APIs - Derric Gilling, Moseif
Productizing and Monetizing APIs - Derric Gilling, MoseifProductizing and Monetizing APIs - Derric Gilling, Moseif
Productizing and Monetizing APIs - Derric Gilling, Moseif
 
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, Sipios
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, SipiosSecurely Boosting Any Product with Generative AI APIs - Ruben Sitbon, Sipios
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, Sipios
 
Security of LLM APIs by Ankita Gupta, Akto.io
Security of LLM APIs by Ankita Gupta, Akto.ioSecurity of LLM APIs by Ankita Gupta, Akto.io
Security of LLM APIs by Ankita Gupta, Akto.io
 
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...
 
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...
 
Reigniting the API Description Wars with TypeSpec and the Next Generation of ...
Reigniting the API Description Wars with TypeSpec and the Next Generation of...Reigniting the API Description Wars with TypeSpec and the Next Generation of...
Reigniting the API Description Wars with TypeSpec and the Next Generation of ...
 
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAny
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAnyEstablish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAny
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAny
 
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...
 
Going Platinum: How to Make a Hit API by Bill Doerrfeld, Nordic APIs
Going Platinum: How to Make a Hit API by Bill Doerrfeld, Nordic APIsGoing Platinum: How to Make a Hit API by Bill Doerrfeld, Nordic APIs
Going Platinum: How to Make a Hit API by Bill Doerrfeld, Nordic APIs
 
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...
 
GenAI: Producing and Consuming APIs by Paul Dumas, Gartner
GenAI: Producing and Consuming APIs by Paul Dumas, GartnerGenAI: Producing and Consuming APIs by Paul Dumas, Gartner
GenAI: Producing and Consuming APIs by Paul Dumas, Gartner
 
The SAS developer portal – developer.sas.com 2.0: How we built it by Joe Furb...
The SAS developer portal –developer.sas.com 2.0: How we built it by Joe Furb...The SAS developer portal –developer.sas.com 2.0: How we built it by Joe Furb...
The SAS developer portal – developer.sas.com 2.0: How we built it by Joe Furb...
 
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...
 

Último

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
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 Processorsdebabhi2
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
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...Drew Madelung
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
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 DevelopmentsTrustArc
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
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 Scriptwesley chun
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 

Último (20)

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
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
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
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
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

How Spotify Payments Creates APIs to Manage Complexity (Horia Jurcut)