File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3700,6 +3700,10 @@ <h2>Web server resources</h2>
37003700 covers how to mitigate against brute force password guessing attempts using
37013701 Nginx rate limits.</ p >
37023702</ li >
3703+ < li >
3704+ < p > If you're looking to learn about web servers by building one, here's a
3705+ < a href ="http://ruslanspivak.com/lsbaws-part1/ "> tutorial that shows how to code a web server in Python</ a > .</ p >
3706+ </ li >
37033707</ ul >
37043708< h2 > Web servers learning checklist</ h2 >
37053709< p > < i class ="fa fa-check-square-o "> </ i >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-03-17T17:46:01Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-03-18T08:08:37Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ is provided by W3C.
107107 covers how to mitigate against brute force password guessing attempts using
108108 Nginx rate limits.
109109
110+ * If you're looking to learn about web servers by building one, here's a
111+ [ tutorial that shows how to code a web server in Python] ( http://ruslanspivak.com/lsbaws-part1/ ) .
112+
110113
111114## Web servers learning checklist
112115<i class =" fa fa-check-square-o " ></i >
Original file line number Diff line number Diff line change @@ -130,6 +130,10 @@ <h2>Web server resources</h2>
130130 covers how to mitigate against brute force password guessing attempts using
131131 Nginx rate limits.</ p >
132132</ li >
133+ < li >
134+ < p > If you're looking to learn about web servers by building one, here's a
135+ < a href ="http://ruslanspivak.com/lsbaws-part1/ "> tutorial that shows how to code a web server in Python</ a > .</ p >
136+ </ li >
133137</ ul >
134138< h2 > Web servers learning checklist</ h2 >
135139< p > < i class ="fa fa-check-square-o "> </ i >
You can’t perform that action at this time.
0 commit comments