Skip to content

Commit 3098de1

Browse files
Dhia AbbassiDhia Abbassi
authored andcommitted
Added new material to section
1 parent 81d4b54 commit 3098de1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/pages/07-web-development/04-flask.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Jökull Sólberg wrote a great piece articulating to this effect in his
8484
[tags for each step](https://github.com/mattmakai/choose-your-own-adventure-presentations/releases)
8585
in the blog posts.
8686

87+
* [Microservices with Flask, Docker, and React](https://testdriven.io/) is nice tutoriel to learn how to spin up a reproducible Flask development environment with Docker. It shows also how to deploy it to an Amazon EC2 instance and how to scale the services on Amazon EC2 Container Service (ECS). It covers also test-driven development (TDD) and server-side unit, functional, and integration tests along with end-to-end tests.
88+
8789
* This [simple Flask app uses Twilio Voice](https://www.twilio.com/blog/2015/09/warm-phone-call-transfers-with-python-flask-and-twilio-voice.html)
8890
to do voice calling with three participants. It's a fun introduction
8991
to Python and Flask I wrote for the Twilio blog.

0 commit comments

Comments
 (0)