You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1292,9 +1292,17 @@ <h2>How does Python fit into web development?</h2>
1292
1292
<h3>Web development resources</h3>
1293
1293
<ul>
1294
1294
<li>
1295
+
<p><ahref="http://radar.oreilly.com/2014/01/web-application-development-is-different-and-better.html">Web application development is different and better</a>
1296
+
provides some context for how web development has evolved from writing
1297
+
static HTML files into the complex JavaScript client-side applications
1298
+
produced today.</p>
1299
+
</li>
1300
+
<li>
1295
1301
<p>The <ahref="http://www.evolutionoftheweb.com/">Evolution of the Web</a> visualizes
1296
1302
how web browsers and related technologies have changed over time as well as
1297
-
the overall growth of the Internet in the amount of data transferred.</p>
1303
+
the overall growth of the Internet in the amount of data transferred. Note
1304
+
that the visualization unfortunately stops around the beginning of 2013 but
1305
+
it's a good way to explore what happened in the first 24 years.</p>
1298
1306
</li>
1299
1307
<li>
1300
1308
<p><ahref="https://medium.com/@zengabor/three-takeaways-for-web-developers-after-two-weeks-of-painfully-slow-internet-9e7f6d47726e">Three takeaways for web developers after two weeks of painfully slow Internet</a>
Copy file name to clipboardExpand all lines: source/content/pages/04-web-development/01-web-development.markdown
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,16 @@ client and executed there.
36
36
37
37
38
38
### Web development resources
39
+
*[Web application development is different and better](http://radar.oreilly.com/2014/01/web-application-development-is-different-and-better.html)
40
+
provides some context for how web development has evolved from writing
41
+
static HTML files into the complex JavaScript client-side applications
42
+
produced today.
43
+
39
44
* The [Evolution of the Web](http://www.evolutionoftheweb.com/) visualizes
40
45
how web browsers and related technologies have changed over time as well as
41
-
the overall growth of the Internet in the amount of data transferred.
46
+
the overall growth of the Internet in the amount of data transferred. Note
47
+
that the visualization unfortunately stops around the beginning of 2013 but
48
+
it's a good way to explore what happened in the first 24 years.
42
49
43
50
*[Three takeaways for web developers after two weeks of painfully slow Internet](https://medium.com/@zengabor/three-takeaways-for-web-developers-after-two-weeks-of-painfully-slow-internet-9e7f6d47726e)
44
51
is a must-read for every web developer. Not everyone has fast Internet
Copy file name to clipboardExpand all lines: web-development.html
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,17 @@ <h2>How does Python fit into web development?</h2>
58
58
<h3>Web development resources</h3>
59
59
<ul>
60
60
<li>
61
+
<p><ahref="http://radar.oreilly.com/2014/01/web-application-development-is-different-and-better.html">Web application development is different and better</a>
62
+
provides some context for how web development has evolved from writing
63
+
static HTML files into the complex JavaScript client-side applications
64
+
produced today.</p>
65
+
</li>
66
+
<li>
61
67
<p>The <ahref="http://www.evolutionoftheweb.com/">Evolution of the Web</a> visualizes
62
68
how web browsers and related technologies have changed over time as well as
63
-
the overall growth of the Internet in the amount of data transferred.</p>
69
+
the overall growth of the Internet in the amount of data transferred. Note
70
+
that the visualization unfortunately stops around the beginning of 2013 but
71
+
it's a good way to explore what happened in the first 24 years.</p>
64
72
</li>
65
73
<li>
66
74
<p><ahref="https://medium.com/@zengabor/three-takeaways-for-web-developers-after-two-weeks-of-painfully-slow-internet-9e7f6d47726e">Three takeaways for web developers after two weeks of painfully slow Internet</a>
0 commit comments