File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
content/pages/05-deployment Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,10 @@ Linode is a virtual private server service provider that is frequently
1212used for deploying production Python web applications.
1313
1414
15+ ### Linode resources
16+ * [ How I survived going viral on a $5 Linode] ( https://mereommig.dk/en/blog/how-i-survived-going-viral-on-a-5-linode )
17+ shows the traffic behind a high-trafficked site that runs on an
18+ inexpensive Linode virtual private server. The author explains that
19+ because the site was a single-page application with minimal JSON
20+ server requests it was able to easily withstand the load from hundreds
21+ of concurrent connections.
Original file line number Diff line number Diff line change 1+ < h3 > What else do you need to learn about deployment?</ h3 >
2+ < div class ="row ">
3+ < div class ="c4 ">
4+ < div class ="well select-next ">
5+ {% include "choices/buttons/servers.html" %}
6+ </ div >
7+ </ div >
8+ < div class ="c4 ">
9+ < div class ="well select-next ">
10+ {% include "choices/buttons/databases.html" %}
11+ </ div >
12+ </ div >
13+ < div class ="c4 ">
14+ < div class ="well select-next ">
15+ {% include "choices/buttons/platform-as-a-service.html" %}
16+ </ div >
17+ </ div >
18+ </ div >
You can’t perform that action at this time.
0 commit comments