Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.29 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.29 KB

🚀 Twilio Liftoff 🚀

Twilio is amazing, but for us developers, it can be intimidating to know where to start. In this series of three Liftoff webinars we’ll move from basic concepts to real-world problems, to more advanced ideas. Liftoff your Twilio development with this fully interactive series of three live webinars aimed squarely at developers.

In this repo, you can find the example code that goes along with each part of the webinar.

Basic introduction to concepts you need to build apps using Twilio. Find the code in the fundamentals directory.

  • Introduction to webhooks
  • Introduction to API calls
  • Introduction to ngrok

Moving from our initial examples to more dynamic use cases. Find the code in the real-world directory.

  • Account and Webhook security
  • Dynamic responses to inbound messages
  • Dynamic outbound notifications

Investigating different ways to scale making many API requests. Find the code in the scale directory.

  • Dealing with API limits with queues
  • Moving API Calls from the webserver