Skip to content

Commit ee2eb2a

Browse files
committed
add linode resource
1 parent 489fc75 commit ee2eb2a

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

content/pages/05-deployment/06-linode.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ Linode is a virtual private server service provider that is frequently
1212
used 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.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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>

0 commit comments

Comments
 (0)