Slide 1

Slide 1 text

The Developer Experience WHAT IT IS WHY IT MATTERS HOW TO MAKE IT NOT SUCK pamelafox.org @pamelafox pamelafox@ twitter.com/ gmail.com http://

Slide 2

Slide 2 text

User Experience “The sum of all interactions and events, both positive and negative, between a user and a web site.” AKA “bla bla bla”

Slide 3

Slide 3 text

User Experience Do I want to use it? How do I sign up? How do I get started? How do I use it? How do I get help?

Slide 4

Slide 4 text

DO I WANT TO USE IT?

Slide 5

Slide 5 text

HOW DO I SIGN UP?

Slide 6

Slide 6 text

HOW DO I SIGN UP?

Slide 7

Slide 7 text

HOW DO I GET STARTED?

Slide 8

Slide 8 text

HOW DO I USE IT?

Slide 9

Slide 9 text

HOW DO I GET HELP?

Slide 10

Slide 10 text

DEVELOPER EXPERIENCE “The sum of all interactions and events, both positive and negative, between a developer and a library, tool, or API.”

Slide 11

Slide 11 text

DEVELOPER EXPERIENCE Do I want to use it? How do I sign up? How do I get started? How do I use it? How do I get help?

Slide 12

Slide 12 text

DO I WANT TO USE IT?

Slide 13

Slide 13 text

HOW DO I SIGN UP?

Slide 14

Slide 14 text

HOW DO I GET STARTED?

Slide 15

Slide 15 text

HOW DO I USE IT?

Slide 16

Slide 16 text

HOW DO I GET HELP?

Slide 17

Slide 17 text

why should you care?

Slide 18

Slide 18 text

Who are you? PROVIDERS CONSUMERS Developer Experience (Library, Tool, API, ...)

Slide 19

Slide 19 text

...who am I? CONSUMER PROVIDER Childhood University hood Now CONSUMER 2002 2006 2011 2006

Slide 20

Slide 20 text

why does DX matter? I have to use X. Bad Experience Low Barrier for Leaving Bare Minimum Usage

Slide 21

Slide 21 text

why does DX matter? I like to use X. Good Experience Innovative Usage External Evangelism

Slide 22

Slide 22 text

let’s break it down...

Slide 23

Slide 23 text

Do I want to use it?

Slide 24

Slide 24 text

Documentation Interactive Explorer Does it have the features I need?

Slide 25

Slide 25 text

Can I safely build a business on top of it? Licensing Pricing Stability

Slide 26

Slide 26 text

Case Studies

Slide 27

Slide 27 text

How do I sign up?

Slide 28

Slide 28 text

How do I sign up? No signup! No key! Best answer:

Slide 29

Slide 29 text

Automated Key Signup

Slide 30

Slide 30 text

Usage Dashboard

Slide 31

Slide 31 text

How do I get started?

Slide 32

Slide 32 text

Downloads for Every Environment

Slide 33

Slide 33 text

Client Libraries for Every Language

Slide 34

Slide 34 text

“Hello World” (From 0 to 60 in 15 minutes)

Slide 35

Slide 35 text

How do I use it? How do I learn how to use it? Do I enjoy using it?

Slide 36

Slide 36 text

Documentation How do I learn how to use it? Comprehensive Easy to Navigate Reference & Guide Easy to Search Running Code Feedback Loop

Slide 37

Slide 37 text

Documentation When in doubt, document. Comprehensive should be Every method, parameter, return value, defaults, implementation notes, errors, side effects, deprecation notices.

Slide 38

Slide 38 text

Documentation should include both Reference & Guide

Slide 39

Slide 39 text

Documentation should include Runnable Code

Slide 40

Slide 40 text

Documentation should be Easy to Navigate

Slide 41

Slide 41 text

Documentation should be Easy to Search

Slide 42

Slide 42 text

Documentation should be Easy to Search on Google, too

Slide 43

Slide 43 text

Familiarity Do I enjoy using it? API Design Simplicity Compatibility Debuggability

Slide 44

Slide 44 text

API Design: HTTP Familiarity Simplicity Compatibility Debuggability Use standards (when it makes sense) REST, RPC, OAuth. Support both JSON & XML. Give meaningful error messages. Don’t throttle. Most importantly: Never ever use SOAP.

Slide 45

Slide 45 text

How do I get help?

Slide 46

Slide 46 text

Forum Email & Feeds !Spam Stats & Badges

Slide 47

Slide 47 text

Issue Tracker Comments Status Votes Notification Categories Search

Slide 48

Slide 48 text

THE EXPERIENCE CURVE

Slide 49

Slide 49 text

THE FEEDBACK LOOP ..should be infinite..

Slide 50

Slide 50 text

Feedback Forms

Slide 51

Slide 51 text

Surveys QT Survey Mozilla Add-Ons SDK Blackboard API Survey

Slide 52

Slide 52 text

Usability Testing AT&T Usability Testing Did you complete the task? How hard was it? Would you recommend this API? What would have made the experience of using the API better? Whose API does it better than we do?

Slide 53

Slide 53 text

Paying Attention Twitter Google Alerts Conference Talks Blog posts

Slide 54

Slide 54 text

MAKEOVER TIME!

Slide 55

Slide 55 text

Google Maps API v2 v3 keys no keys! bloated library MVC architecture (smaller download) GMap, GMarker,... google.maps.* GPolygon(latlngs, strokeColor, strokeWeight, strokeOpacity, fillColor, fillOpacity, opts) google.maps.Polygon(options)

Slide 56

Slide 56 text

ZeptoJS

Slide 57

Slide 57 text

NOW WHAT?

Slide 58

Slide 58 text

providers: 1. Care 2. Prioritize 3. Improve I

Slide 59

Slide 59 text

CONSUMERS It’d be great if you changed X. I’d use it more if it had feature Y. Thanks - look what I made with it! Thanks!

Slide 60

Slide 60 text

The Developer Experience IT MATTERS LETS MAKE IT NOT SUCK developerexperience.org developer-support-handbook.org for more... @pamelafox