Skip to content

Commit 69c0189

Browse files
committed
add latest blog post on okta auth
1 parent 9d31f0a commit 69c0189

24 files changed

+588
-0
lines changed

content/pages/04-web-development/00-web-development.markdown

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,21 @@ world.
139139
service, whether because they are in a remote part of the world or they're
140140
just in a subway tunnel. Optimizing sites so they work in those situations
141141
is important for keeping your users happy.
142+
143+
* [The History of the URL: Path, Fragment, Query, and Auth](https://eager.io/blog/the-history-of-the-url-path-fragment-query-auth/)
144+
gives a comprenhensive historical perspective on the fundamental
145+
way to link to resources on the web. This post should be required reading
146+
for web developers.
147+
148+
* [Quantum Up Close: What is a browser engine?](https://hacks.mozilla.org/2017/05/quantum-up-close-what-is-a-browser-engine/)
149+
explains how a browser takes in
150+
[HTML](/hypertext-markup-language-html.html),
151+
[JavaScript](/javascript.html),
152+
[CSS](/cascading-style-sheets.html),
153+
[images](/static-content.html) and any
154+
other data and files to produce a webpage as output.
155+
156+
* [How to understand performance tests](https://fly.io/articles/how-to-understand-performance-tests/)
157+
is an important topic because many websites are slow and bloated.
158+
Learning about improving the performance of your site is one of
159+
the best ways to become a better web developer.

0 commit comments

Comments
 (0)