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

SIGNAL 2021 - Live Developer Mode

Dominik Kundel
October 19, 2021
73

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. Live
    Developer
    Mode
    SUPERCHARGE YOUR TWILIO
    DEVELOPMENT

    View Slide

  2. Quick housekeeping

    View Slide

  3. View Slide

  4. Dominik Kundel
    Principal Developer Advocate
    Twilio
    Jennifer Mah
    Software Engineer
    Twilio
    Anish Shandilya
    Software Engineer
    Twilio
    Allen Kleiner
    Engineering Manager
    Twilio Segment

    View Slide

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

    View Slide

  6. View Slide

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

    View Slide

  8. Let's code!

    View Slide

  9. 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

    View Slide

  10. Learn more about everything
    you saw today
    twil.io/signal2021-devs

    View Slide

  11. 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

    View Slide

  12. Thank You!

    View Slide