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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1392,6 +1392,13 @@ <h3>Web development resources</h3>
1392
1392
it's a good way to explore what happened in the first 24 years.</p>
1393
1393
</li>
1394
1394
<li>
1395
+
<p>Web development involves HTTP communication between the server, hosting
1396
+
a website or web application, and the client, a web browser. Knowing
1397
+
how web browsers works is important as a developer, so take a look at
1398
+
this article on
1399
+
<ahref="https://medium.com/@camaelon/what-s-in-a-web-browser-83793b51df6c">what's in a web browser</a>.</p>
1400
+
</li>
1401
+
<li>
1395
1402
<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>
1396
1403
is a must-read for every web developer. Not everyone has fast Internet
1397
1404
service, whether because they are in a remote part of the world or they're
Copy file name to clipboardExpand all lines: source/content/pages/04-web-development/01-web-development.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,12 @@ client and executed there.
47
47
that the visualization unfortunately stops around the beginning of 2013 but
48
48
it's a good way to explore what happened in the first 24 years.
49
49
50
+
* Web development involves HTTP communication between the server, hosting
51
+
a website or web application, and the client, a web browser. Knowing
52
+
how web browsers works is important as a developer, so take a look at
53
+
this article on
54
+
[what's in a web browser](https://medium.com/@camaelon/what-s-in-a-web-browser-83793b51df6c).
55
+
50
56
*[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)
51
57
is a must-read for every web developer. Not everyone has fast Internet
52
58
service, whether because they are in a remote part of the world or they're
Copy file name to clipboardExpand all lines: web-development.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,13 @@ <h3>Web development resources</h3>
71
71
it's a good way to explore what happened in the first 24 years.</p>
72
72
</li>
73
73
<li>
74
+
<p>Web development involves HTTP communication between the server, hosting
75
+
a website or web application, and the client, a web browser. Knowing
76
+
how web browsers works is important as a developer, so take a look at
77
+
this article on
78
+
<ahref="https://medium.com/@camaelon/what-s-in-a-web-browser-83793b51df6c">what's in a web browser</a>.</p>
79
+
</li>
80
+
<li>
74
81
<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>
75
82
is a must-read for every web developer. Not everyone has fast Internet
76
83
service, whether because they are in a remote part of the world or they're
0 commit comments