Skip to content

Commit 6b37806

Browse files
committed
add redirect on latest post
1 parent a0ad7b5 commit 6b37806

File tree

2 files changed

+103
-0
lines changed

2 files changed

+103
-0
lines changed
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
title: How to Explain Your Products to Developers
2+
slug: explain-products-developers
3+
meta: Talk slides, notes and more resources for a technical talk on developer marketing for tech products, by Matt Makai.
4+
category: post
5+
date: 2018-05-25
6+
modified: 2018-05-25
7+
newsletter: False
8+
headerimage: /img/visuals/talk-header.jpg
9+
headeralt: Comment bubble with code representing a technical talk-based blog post.
10+
11+
12+
This blog post contains the slides along with a loose transcript and
13+
additional resources from my talk on appropriately marketing products to
14+
software developers that was given at
15+
[Silicon Valley Bank](https://www.svb.com/) during
16+
[Ubiquity.VC](http://www.ubiquity.vc/)'s summit for founders, investors and
17+
technical advisors on May 24, 2018.
18+
19+
Links to learn more about the concepts presented in this talk can
20+
be found in the sidebar and at the bottom of this page.
21+
22+
----
23+
24+
25+
<img src="/img/180526-explain-product/01-explain-products.jpg" width="100%" class="shot rnd outl" alt="Title slide for this talk on Explaining Products to Developers.">
26+
Hey folks, my name is [Matt Makai](/about-author.html). I serve the
27+
[Developer Network](https://www.youtube.com/watch?v=TF129ioe8kc) at
28+
[Twilio](https://www.twilio.com/). We've talked a lot today about making the
29+
real world programmable. We ask "what if we could modify the real world using
30+
GitHub and Jira?" When we succeed in creating programmatic access to the
31+
physical world, what then? Is that the end goal?
32+
33+
No, that's only the beginning. We need developers to use that new
34+
capabilities and code with it. How do you get developers to adopt
35+
what you are creating? That is a large question so I am going to zoom
36+
in on just one small slice of developer relations that kicks off the
37+
whole adoption process but that unfortunately I see upwards of 90% of
38+
companies completely screw up: how to explain your product to
39+
developers.
40+
41+
<img src="/img/180526-explain-product/02-matt-makai-bio.jpg" width="100%" class="shot rnd outl" alt="Bio information slide for Matt Makai.">
42+
43+
...
44+
45+
<img src="/img/180526-explain-product/03-show-it-live.jpg" width="100%" class="shot rnd outl" alt="Fred Wilson quote on showing rather than telling.">
46+
47+
...
48+
49+
<img src="/img/180526-explain-product/04-demo.jpg" width="100%" class="shot rnd outl" alt="Demo slide for transitioning into a live-coded demo.">
50+
51+
...
52+
53+
<img src="/img/180526-explain-product/05-phone-api.jpg" width="100%" class="shot rnd outl" alt="Twilio 2008-2011 had only the phone calling voice API.">
54+
55+
...
56+
57+
<img src="/img/180526-explain-product/06-story-arc.jpg" width="100%" class="shot rnd outl" alt="Story arc visual.">
58+
59+
...
60+
61+
<img src="/img/180526-explain-product/07-sms-2011.jpg" width="100%" class="shot rnd outl" alt="Twilio added an SMS API in 2011.">
62+
63+
...
64+
65+
<img src="/img/180526-explain-product/08-more-products.jpg" width="100%" class="shot rnd outl" alt="Eventually you expand your product lines or features within a product.">
66+
67+
...
68+
69+
<img src="/img/180526-explain-product/09-devangelism.jpg" width="100%" class="shot rnd outl" alt="You as a founder, or as an investor who work with founders must be the chief evangelist for your product.">
70+
71+
...
72+
73+
<img src="/img/180526-explain-product/10-be-specific.jpg" width="100%" class="shot rnd outl" alt="The earlier you are, the more specific you need to be about what problem you solve.">
74+
75+
...
76+
77+
<img src="/img/180526-explain-product/11-refine-growth.jpg" width="100%" class="shot rnd outl" alt="Refine the message as you grow, or your industry grows.">
78+
79+
...
80+
81+
<img src="/img/180526-explain-product/12-rehearsal.jpg" width="100%" class="shot rnd outl" alt="No demo fails because you rehearse constantly.">
82+
83+
...
84+
85+
<img src="/img/180526-explain-product/13-your-message-to-devs.jpg" width="100%" class="shot rnd outl" alt="Your message to developers.">
86+
87+
...
88+
89+
<img src="/img/180526-explain-product/14-thank-you.jpg" width="100%" class="shot rnd outl" alt="Thank you slide.">
90+
91+
That's all for today. My name is [Matt Makai](/about-author.html)
92+
and I'm a software developer at [Twilio](/twilio.html) and the
93+
author of [Full Stack Python](https://www.fullstackpython.com/).
94+
Thank you very much.
95+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://www.fullstackpython.com/blog/maps-django-web-applications-projects-mapbox.html">
5+
</head>
6+
<body>
7+
</body>
8+
</html>

0 commit comments

Comments
 (0)