@@ -44,20 +44,20 @@ built.
4444
4545<img src =" /img/180526-explain-product/02-matt-makai-bio.jpg " width =" 100% " class =" shot rnd outl " alt =" Bio information slide for Matt Makai. " >
4646
47- As I said at the beginning, I'm Matt Makai and I serve the Developer
48- Network at Twilio. I am also a [ Python] ( https://www.python.org/ ) and
49- [ Swift ] ( https://swift.org/ ) developer as well as the creator of
50- Full Stack Python. My background provides an opportunity to give insight
51- on this topic because I am a software developer, I market to software
52- developers and I write a community-driven site that is widely read and
53- trusted by software developers.
47+ In addition to serving the Developer Network at Twilio, I am also a
48+ [ Python] ( https://www.python.org/ ) and [ Swift ] ( https://swift.org/ ) developer
49+ as well as the creator of
50+ [ Full Stack Python] ( https://www.fullstackpython.com/ ) . My background provides
51+ an opportunity to give insight on this topic because I am a software
52+ developer, I market to fellow software developers and I write a
53+ community-driven site that is widely read and trusted by software developers.
5454
5555
5656<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. " >
5757
5858How do you explain your product? [ Fred Wilson] ( https://avc.com/ ) of
5959[ Union Square Ventures] ( https://www.usv.com/ ) said it best in this quote,
60- which we will roughly summarize as: show, don't just tell.
60+ which we will roughly summarize as: * show, don't just tell* .
6161
6262
6363<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. " >
@@ -84,17 +84,18 @@ company's main product.
8484Let's break down the demo into its component pieces so we can learn from
8585it. The demo narrative fits into a story arc. Yes, a story arc like from a
8686novel. You may not have thought about explaining and showing your product
87- in a couple of minutes to be like a novel, but you should follow the same
88- narrative structure because it is easier for the audience to understand.
87+ in a couple of minutes to be similiar to a novel, but you should follow the
88+ same narrative structure because it is easier for the audience to understand.
8989
90- The demo follows the story arc in the beginning when I introduce myself
91- and Twilio. A clear, concise set of intentional words are used to explain
92- what Twilio * can do for a developer* . "Twilio makes it easy for software
93- developers to add phone calling to your applications using the programming
94- languages that you already know." Breaking that down further:
90+ The demo we just saw follows the story arc in the beginning when I introduce
91+ myself and Twilio. A clear, concise set of intentional words are used to
92+ explain what Twilio * can do for a developer* . "Twilio makes it easy for
93+ software developers to add phone calling to applications using the
94+ programming languages that you already know." Breaking that down further:
9595
96961 . * software developers* : a clear call out to who we are talking to
97- 1 . * phone calling* : what problem we solve, add this feature to applications
97+ 1 . * phone calling* : what problem we solve by adding this feature to
98+ applications
98991 . * programming languages that you already know* : emphasizing that you do
99100 not have to learn some complicated proprietary syntax from the
100101 telecommunications world
@@ -104,15 +105,15 @@ Next in the exposition, we explain how it works
104105that shows inbound and outbound phone calls and how they interact with
105106Twilio's service as well as your [ web server] ( /web-servers.html ) .
106107
107- The inciting incident during the demo is happens when I finish the
108+ The inciting incident during the demo happens when I finish the
108109explanation of how Twilio works and say "rather than just show you a
109110little diagram, let's build an application together right now".
110111
111- We move into the demo phase where I buy, configure and we all test a
112- phone number by calling it. The audience learns that to configure the
113- phone number to do something useful only requires two XML elements that
114- can be stored in a static file or generated by an endpoint in their
115- application.
112+ We move into the demo phase where I buy and configure a phone number then
113+ we all test it by calling the number on our own cell phones. The audience
114+ learns that to configure the phone number to do something useful in this
115+ case only requires two XML elements that can be stored in a static file or
116+ generated by an endpoint in their application.
116117
117118The climax hits when we see outbound phone calling, everyone's
118119phones in the room start ringing and we are all on speaker phone together.
0 commit comments