SlideShare a Scribd company logo
1 of 98
Download to read offline
AP(EYE) On
the Revolution Learning from
Jonathan Ive
the Kano Model
Presented by Casey Wilms
Product Manager at Brightcove
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
API
Wednesday, September 18, 13
API
Wednesday, September 18, 13
API is an interface
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Two users
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
What does this user want?
Wednesday, September 18, 13
What does this user want?
Wednesday, September 18, 13
API Design
Wednesday, September 18, 13
Wednesday, September 18, 13
Dieter Rams
Kano Model
Wednesday, September 18, 13
Dieter Rams Industrial Design
Kano Model Product
Wednesday, September 18, 13
Five guiding principles
Wednesday, September 18, 13
Specific examples
Wednesday, September 18, 13
Discuss
Wednesday, September 18, 13
Five guiding principles
1. minimalism
Wednesday, September 18, 13
Wednesday, September 18, 13
Five guiding principles
1. minimalism
2. get out of the way
Wednesday, September 18, 13
REST
Wednesday, September 18, 13
Consistency
Wednesday, September 18, 13
Dieter Rams
Wednesday, September 18, 13
Jonathan
Ive
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Objectified (2009)
Wednesday, September 18, 13
Objectified (2009)
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Five guiding principles
1. minimalism
2. get out of the way
3. design for extremes
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Ben:
No, Ben, I went back over everything again and again,
and still it didn't work. So, forget it Ben.
Just please see that my CC is not charged Ben.
I have no interest in your services Ben for this PWCart.
Maybe later for something else but I doubt it Ben.
I find your service lazy and incomplete.
Your support arrogant and not very knowledgeable.
Looking forward to never seeing your name and company in my
inbox again,
Richard
Wednesday, September 18, 13
Wednesday, September 18, 13
Dim strPname As String
Dim dblPrice As Double
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
POST /api/jobs HTTP/1.1
Accept: application/json
Content-Type: application/json
{
"api_key" : "does not exist",
"color" : "green"
}
Wednesday, September 18, 13
HTTP/1.1 500 Internal Server Error
Wednesday, September 18, 13
HTTP/1.1 401 Unauthorized
Wednesday, September 18, 13
HTTP/1.1 401 Unauthorized
{
"errors": [
"api_key not found"
]
}
Wednesday, September 18, 13
HTTP/1.1 401 Unauthorized
{
"errors": [
"api_key not found.",
"api_key may not include spaces."
]
}
Wednesday, September 18, 13
HTTP/1.1 401 Unauthorized
{
"errors": [
"api_key not found. Please log in to https://
example.com/account/api to retrieve your API
key.",
"api_key may not include spaces."
]
}
Wednesday, September 18, 13
POST /api/user HTTP/1.1
Accept: application/json
Content-Type: application/json
{
"api_key" : "A23B92F281CC"
"strength" : 18
}
Wednesday, September 18, 13
HTTP/1.1 400 Bad Request
Wednesday, September 18, 13
HTTP/1.1 400 Bad Request
{
"errors": [
"JSON is not valid. Syntax error,
unexpected TSTRING, expecting '}'
at line 2"
]
}
Wednesday, September 18, 13
Wednesday, September 18, 13
HTTP/1.1 200 OK
Wednesday, September 18, 13
HTTP/1.1 503 Service Unavailable
Wednesday, September 18, 13
HTTP/1.1 408 Request Timeout
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
https://api.example.com/v1
Wednesday, September 18, 13
Wednesday, September 18, 13
Five guiding principles
1. minimalism
2. get out of the way
3. design for extremes
4. be predictable
Wednesday, September 18, 13
How do you
charge money
with Stripe?
Wednesday, September 18, 13
What is the URL?
What are the params?
Wednesday, September 18, 13
curl https://api.stripe.com/v1/charges 
-u my_api_key: 
-d amount=20 
-d currency=usd 
-d customer=12093155
Wednesday, September 18, 13
Kano
Model
Wednesday, September 18, 13
Noriaki
Kano
Wednesday, September 18, 13
Noriaki
Kano
Wednesday, September 18, 13
Wednesday, September 18, 13
Basic needs
(must have)
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Performance needs
(one-dimensional)
Wednesday, September 18, 13
Wednesday, September 18, 13
Indifferent
(don’t care)
Wednesday, September 18, 13
Wednesday, September 18, 13
Delighters
(attractive, exciting)
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Wednesday, September 18, 13
Support
Wednesday, September 18, 13
Wednesday, September 18, 13
Focus on
delight and
performance
Wednesday, September 18, 13
Five guiding principles
1. minimalism
2. get out of the way
3. design for extremes
4. be predictable
Wednesday, September 18, 13
Five guiding principles
1. minimalism
2. get out of the way
3. design for extremes
4. be predictable
5. excite users
Wednesday, September 18, 13
What do you think?
Wednesday, September 18, 13
Thanks!
Presented by Casey Wilms
PM at Brightcove
Wednesday, September 18, 13

More Related Content

Similar to An AP(EYE) Toward the Revolution

Angrybirds - Overview for a High Performance Shop
Angrybirds - Overview for a High Performance ShopAngrybirds - Overview for a High Performance Shop
Angrybirds - Overview for a High Performance ShopAOE
 
Phpday - Automated acceptance testing with Behat and Mink
Phpday - Automated acceptance testing with Behat and MinkPhpday - Automated acceptance testing with Behat and Mink
Phpday - Automated acceptance testing with Behat and MinkRichard Tuin
 
App in the Air - Product Demo (Sep 2012)
App in the Air - Product Demo (Sep 2012)App in the Air - Product Demo (Sep 2012)
App in the Air - Product Demo (Sep 2012)Empatika
 
Save Time With Basic Coding Skills - BrightonSEO September 2019
Save Time With Basic Coding Skills - BrightonSEO September 2019Save Time With Basic Coding Skills - BrightonSEO September 2019
Save Time With Basic Coding Skills - BrightonSEO September 2019Sabine Langmann
 
Matt training-html-halfday
Matt training-html-halfdayMatt training-html-halfday
Matt training-html-halfdayMatthew Dobson
 
Where the Rubber Hits the Road: Real-World Stories of Force Ranking Stuff
Where the Rubber Hits the Road: Real-World Stories of Force Ranking StuffWhere the Rubber Hits the Road: Real-World Stories of Force Ranking Stuff
Where the Rubber Hits the Road: Real-World Stories of Force Ranking StuffTodd Olson
 
How to Stop Reinventing the Auth Wheel
How to Stop Reinventing the Auth WheelHow to Stop Reinventing the Auth Wheel
How to Stop Reinventing the Auth WheelRené Cacheaux
 
Grubich jeff ignite_presentation_week2
Grubich jeff ignite_presentation_week2Grubich jeff ignite_presentation_week2
Grubich jeff ignite_presentation_week2groobz84
 
Cal Summit Small
Cal Summit SmallCal Summit Small
Cal Summit Smallmclee
 
[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product partNuxeo
 
The Seneca Pattern at EngineYard Distill 2013 Conference
The Seneca Pattern at EngineYard Distill 2013 ConferenceThe Seneca Pattern at EngineYard Distill 2013 Conference
The Seneca Pattern at EngineYard Distill 2013 ConferenceRichard Rodger
 
Heroku & Sinatra
Heroku & SinatraHeroku & Sinatra
Heroku & Sinatramyles_byrne
 
Odoo code search
Odoo code searchOdoo code search
Odoo code searchinitOS GmbH
 
Why I've to waste my time on cryptography? - Andrea Pompili - Codemotion Rome...
Why I've to waste my time on cryptography? - Andrea Pompili - Codemotion Rome...Why I've to waste my time on cryptography? - Andrea Pompili - Codemotion Rome...
Why I've to waste my time on cryptography? - Andrea Pompili - Codemotion Rome...Codemotion
 
HTML5 for mobile development
HTML5 for mobile developmentHTML5 for mobile development
HTML5 for mobile developmentCarlos Justiniano
 
HTML5 is the future of mobile
 HTML5 is the future of mobile HTML5 is the future of mobile
HTML5 is the future of mobileSergi Mansilla
 
Writing Apps that Can See: Getting Data from CoreImage to Computer Vision - ...
Writing Apps that Can See: Getting Data from CoreImage to Computer  Vision - ...Writing Apps that Can See: Getting Data from CoreImage to Computer  Vision - ...
Writing Apps that Can See: Getting Data from CoreImage to Computer Vision - ...Carl Brown
 

Similar to An AP(EYE) Toward the Revolution (20)

Angrybirds - Overview for a High Performance Shop
Angrybirds - Overview for a High Performance ShopAngrybirds - Overview for a High Performance Shop
Angrybirds - Overview for a High Performance Shop
 
Introduction to Scrum version 3.1
Introduction to Scrum version 3.1Introduction to Scrum version 3.1
Introduction to Scrum version 3.1
 
Phpday - Automated acceptance testing with Behat and Mink
Phpday - Automated acceptance testing with Behat and MinkPhpday - Automated acceptance testing with Behat and Mink
Phpday - Automated acceptance testing with Behat and Mink
 
App in the Air - Product Demo (Sep 2012)
App in the Air - Product Demo (Sep 2012)App in the Air - Product Demo (Sep 2012)
App in the Air - Product Demo (Sep 2012)
 
Save Time With Basic Coding Skills - BrightonSEO September 2019
Save Time With Basic Coding Skills - BrightonSEO September 2019Save Time With Basic Coding Skills - BrightonSEO September 2019
Save Time With Basic Coding Skills - BrightonSEO September 2019
 
Matt training-html-halfday
Matt training-html-halfdayMatt training-html-halfday
Matt training-html-halfday
 
Where the Rubber Hits the Road: Real-World Stories of Force Ranking Stuff
Where the Rubber Hits the Road: Real-World Stories of Force Ranking StuffWhere the Rubber Hits the Road: Real-World Stories of Force Ranking Stuff
Where the Rubber Hits the Road: Real-World Stories of Force Ranking Stuff
 
How to Stop Reinventing the Auth Wheel
How to Stop Reinventing the Auth WheelHow to Stop Reinventing the Auth Wheel
How to Stop Reinventing the Auth Wheel
 
Grubich jeff ignite_presentation_week2
Grubich jeff ignite_presentation_week2Grubich jeff ignite_presentation_week2
Grubich jeff ignite_presentation_week2
 
Cal Summit Small
Cal Summit SmallCal Summit Small
Cal Summit Small
 
Make stuff you need
Make stuff you needMake stuff you need
Make stuff you need
 
[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part
 
The Seneca Pattern at EngineYard Distill 2013 Conference
The Seneca Pattern at EngineYard Distill 2013 ConferenceThe Seneca Pattern at EngineYard Distill 2013 Conference
The Seneca Pattern at EngineYard Distill 2013 Conference
 
Heroku & Sinatra
Heroku & SinatraHeroku & Sinatra
Heroku & Sinatra
 
Odoo code search
Odoo code searchOdoo code search
Odoo code search
 
Why I've to waste my time on cryptography? - Andrea Pompili - Codemotion Rome...
Why I've to waste my time on cryptography? - Andrea Pompili - Codemotion Rome...Why I've to waste my time on cryptography? - Andrea Pompili - Codemotion Rome...
Why I've to waste my time on cryptography? - Andrea Pompili - Codemotion Rome...
 
HTML5 for mobile development
HTML5 for mobile developmentHTML5 for mobile development
HTML5 for mobile development
 
HTML5 is the future of mobile
 HTML5 is the future of mobile HTML5 is the future of mobile
HTML5 is the future of mobile
 
Matt training-obj-v2
Matt training-obj-v2Matt training-obj-v2
Matt training-obj-v2
 
Writing Apps that Can See: Getting Data from CoreImage to Computer Vision - ...
Writing Apps that Can See: Getting Data from CoreImage to Computer  Vision - ...Writing Apps that Can See: Getting Data from CoreImage to Computer  Vision - ...
Writing Apps that Can See: Getting Data from CoreImage to Computer Vision - ...
 

Recently uploaded

SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
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
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
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
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 

Recently uploaded (20)

SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 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
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
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
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 

An AP(EYE) Toward the Revolution