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: content/pages/04-web-development/00-web-development.markdown
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,12 @@ many other topics. The following resources provide a range of perspectives
48
48
and when combined together should get you oriented in the web development
49
49
world.
50
50
51
+
*[How the Internet works](https://thesquareplanet.com/blog/how-the-internet-works/)
52
+
is a must-read to get a quick overview of all the pieces that go into
53
+
a network connection from one machine to another. The example explains how
54
+
an email is sent and the story is just as useful for learning about other
55
+
connections such as downloading a webpage.
56
+
51
57
* If you want to be a web developer it's important to know the foundational
52
58
tools used to build websites and web applications. It is also important to
53
59
understand that the core concepts such as
@@ -124,6 +130,10 @@ world.
124
130
from disparate locations to see what the network speed is in fiber optic
125
131
cables as a percentage of the speed of light.
126
132
133
+
*[The critical path: optimizing load times with the Chrome DevTools](https://www.lucidchart.com/techblog/2018/03/13/the-critical-path-optimizing-load-times-with-the-chromedev-tools/)
134
+
provides a well-written explanation about using Chrome's developer
135
+
features to improve the performance of your websites and web applications.
136
+
127
137
*[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)
128
138
is a must-read for every web developer. Not everyone has fast Internet
129
139
service, whether because they are in a remote part of the world or they're
0 commit comments