Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SIGNAL 2021 - Live Developer Mode

Dominik Kundel
October 19, 2021
110

SIGNAL 2021 - Live Developer Mode

Getting started with Twilio can be as easy as one API request. But as you are growing your project chances are it doesn't stay that way. In this session we will cover how you can make the most out of the Twilio developer platform by showing you both new and hidden features. And we'll do it in true Twilio fashion: No slides, just you, us, and a blinking cursor. If you are like us and can't keep your fingers off the keyboard if you see code, you'll be able to follow along live as we go using SIGNAL Developer Mode. Regardless of whether you just learned how to use Twilio or are a seasoned veteran of the 2008 API, this session is for you.

Dominik Kundel

October 19, 2021
Tweet

Transcript

  1. Dominik Kundel Principal Developer Advocate Twilio Jennifer Mah Software Engineer

    Twilio Anish Shandilya Software Engineer Twilio Allen Kleiner Engineering Manager Twilio Segment
  2. from twilio.rest import Client client = Client() client.messages \ .create(

    body="Ahoy SIGNAL TV.", from_="+15017122661", to="+15558675310" )
  3. from twilio.rest import Client client = Client() client.messages \ .create(

    body="Ahoy SIGNAL TV.", from_="+15017122661", to="+15558675310" )
  4. Developer docs that speak your language. Code or not. 1754b6b

    Debug the performance of your WebRTC apps 8509081 All of Twilio's APIs at your fingertips 236261c Use our new pilot docs to design embedded systems f10ab46 Here are some other things that we shipped for developers! // Too much to cover... International docs Video Insights Microvisor Go Library
  5. Quick Deploy gets you up-and-running in seconds Twilio CLI speeds

    up your local development flow Terraform & OpenAPI specs for better DevOps 1 2 3 Key Takeaways Segment + Twilio for better user insights 4