Skip to content

Commit bbf0f14

Browse files
committed
add more companies that use twilio
1 parent c3c3d7f commit bbf0f14

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/pages/01-introduction/07-companies.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ to [build web apps](/web-development.html), [analyze data](/data.html),
2222
[Part two](https://eng.uber.com/tech-stack-part-two/) explains the higher
2323
levels of the marketplace and user interfaces.
2424

25+
* [Twilio](https://www.twilio.com/) uses Python with [Django](/django.html)
26+
and the [Wagtail](https://wagtail.io/) content management system to power
27+
the amazing [Twilio documentation](https://www.twilio.com/) as well as
28+
[TwilioQuest](https://www.twilio.com/quest). They wrote a post about
29+
[how TwilioQuest was built](https://www.twilio.com/blog/2017/11/building-twilioquest-with-twilio-sync-django-and-vue-js.html)
30+
that goes into detail on the code including the usage of the front-end
31+
Vue.js framework. Twilio also uses [Flask](/flask.html) to run the
32+
[REST API endpoints](https://www.twilio.com/docs/usage/api) and open sourced
33+
the [Flask-RESTful](https://github.com/flask-restful/flask-restful)
34+
framework so other developers could cut down the boilerplate in their
35+
web APIs.
36+
2537
* [Netflix uses Python](https://talkpython.fm/episodes/show/16/python-at-netflix)
2638
throughout their organization to run chaos engineering tests and generally
2739
glue together the code from their high-functioning polyglot teams.

0 commit comments

Comments
 (0)