https://github.com/jsjoeio/twilio-superclass
A resource for Twilio Superclass workshops ππ
https://github.com/jsjoeio/twilio-superclass
apis superclass twilio
Last synced: about 1 month ago
JSON representation
A resource for Twilio Superclass workshops ππ
- Host: GitHub
- URL: https://github.com/jsjoeio/twilio-superclass
- Owner: jsjoeio
- Created: 2018-12-07T23:43:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T03:30:14.000Z (over 7 years ago)
- Last Synced: 2025-01-25T13:09:03.456Z (over 1 year ago)
- Topics: apis, superclass, twilio
- Homepage:
- Size: 13.7 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twilio Superclass
A resource for Twilio Superclass workshops ππ
## π€ What is a Twilio "Superclass"?
Superclass is self-directed training for developers who want to level up their Twilio skills.
On-site mentors will guide you through a self-paced, choose-your-own-adventure coding experience thatβs built on Twilioβs education platform: [TwilioQuest](https://www.twilio.com/quest).
*[Superclass Highlights](https://www.youtube.com/watch?v=Epx7a-swzmo) from SIGNAL 2018*
## π Upcoming Superclasses
- Superclass at [Hack Arizona](https://hackarizona.org/) Jan. 18-20, 2019 in Tucson, AZ
## βοΈ Preparation
The only thing you need to bring to Superclass is your laptop and a spirit for learning. BUT, if you want to get ahead of the game, you can do some of these things below:
- [ ] [Sign up](https://www.twilio.com/try-twilio) for Twilio
- [ ] Download a text editor (we β€οΈ [VSCode](https://code.visualstudio.com/download))
- [ ] Read ["What is Twilio and How Do Twilio APIs Work?"](https://www.twilio.com/learn/twilio-101/what-is-twilio)
- [ ] Learn about all of [Twilio's products](https://www.twilio.com/products)
- [ ] Say hello to Twilio on [Twitter](https://twitter.com/search?f=users&vertical=default&q=%40twilio&src=typd)
- [ ] Checkout the [Twilio Blog](https://www.twilio.com/blog/)
You don't need to do all of these things but they may help you establish a better foundation for Superclass π
### π Working in JavaScript
If you plan to use JavaScript, you'l be writing our code in Node.js(server-side JavaScript). Follow these steps below:
1. Install the [latest version of Node](https://nodejs.org/en/download/)
2. Install [ngrok](https://ngrok.com/)
1. For macOS, run `brew cask install ngrok`
2. On Windows, install with chocolatey by running `choco install ngrok`
3. Try a [Programmable SMS Quickstart](https://www.twilio.com/docs/sms/quickstart/node#send-an-outbound-sms-message-with-nodejs)
### π Working in Python
A great programming language to use with Twilio, follow these steps to get things set up:
1. Install the [latest version of Python](https://www.python.org/downloads/)
2. Install [ngrok](https://ngrok.com/)
1. For macOS, run `brew cask install ngrok`
2. On Windows, install with chocolatey by running `choco install ngrok`
3. Try the [Twilio SMS Python Quickstart](https://www.twilio.com/docs/sms/quickstart/python)
## π Getting Help
During the event, we'll have two ways for you to get help:
1. Raising your hand and the organizers will come around to help
2. We'll share a special link so a Twilion can help you remotely
## π Doing More with Twilio
Loved the Superclass? Want to do more with Twilio? Hooray! π We have several ways for you to get more involved:
- Check out the Twilio University Program or open roles on the [jobs page](https://www.twilio.com/company/jobs)
- Want to get more involved with Twilio? Learn more about the [Twilio Champions Program](https://www.twilio.com/blog/introducing-twilio-champions-program)
- Like to write and share what you built? Write a blog post for Twilio and [get paid](https://go.twilio.com/twilio-voices/)!