Skip to content

Commit 5f486cd

Browse files
committed
new web browser resource
1 parent 2ee0475 commit 5f486cd

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,6 +1392,13 @@ <h3>Web development resources</h3>
13921392
it's a good way to explore what happened in the first 24 years.</p>
13931393
</li>
13941394
<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+
<a href="https://medium.com/@camaelon/what-s-in-a-web-browser-83793b51df6c">what's in a web browser</a>.</p>
1400+
</li>
1401+
<li>
13951402
<p><a href="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>
13961403
is a must-read for every web developer. Not everyone has fast Internet
13971404
service, whether because they are in a remote part of the world or they're

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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-12-08T12:46:29Z</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-12-09T06:26:36Z</updated></feed>

source/content/pages/04-web-development/01-web-development.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ client and executed there.
4747
that the visualization unfortunately stops around the beginning of 2013 but
4848
it's a good way to explore what happened in the first 24 years.
4949

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+
5056
* [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)
5157
is a must-read for every web developer. Not everyone has fast Internet
5258
service, whether because they are in a remote part of the world or they're

web-development.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ <h3>Web development resources</h3>
7171
it's a good way to explore what happened in the first 24 years.</p>
7272
</li>
7373
<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+
<a href="https://medium.com/@camaelon/what-s-in-a-web-browser-83793b51df6c">what's in a web browser</a>.</p>
79+
</li>
80+
<li>
7481
<p><a href="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>
7582
is a must-read for every web developer. Not everyone has fast Internet
7683
service, whether because they are in a remote part of the world or they're

0 commit comments

Comments
 (0)