From e99f8746aa0bed115d34bb93d3a188516b78806b Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:12:41 -0500 Subject: [PATCH] Regroup URL resources --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5b7ac8a..0ddb431 100644 --- a/README.md +++ b/README.md @@ -1054,6 +1054,7 @@ Practice: ### Graphics - [Text Rendering Hates You](https://faultlore.com/blah/text-hates-you/) +- [AAA - Analytical Anti-Aliasing](https://blog.frost.kiwi/analytical-anti-aliasing/) ### Hardware @@ -1369,13 +1370,8 @@ Richard Feynman's Learning Strategy: ### Network -- [The Great Confusion About URIs](https://benbernardblog.com/the-great-confusion-about-uris/) - - A URI is a string of characters that identifies a resource. Its syntax is `:?#`, where only `` and `` are mandatory. URL and URN are URIs. - - A URL is a string of characters that identifies a resource located on a computer network. Its syntax depends on its scheme. E.g. `mailto:billg@microsoft.com`. - - A URN is a string of characters that uniquely identifies a resource. Its syntax is `urn::`. E.g. `urn:isbn:9780062301239` - [Everything you need to know about DNS](https://www.nslookup.io/learning/) -- [Examples of Great URL Design](https://blog.jim-nielsen.com/2023/examples-of-great-urls/) -- [Four Cool URLs - Alex Pounds' Blog](https://alexpounds.com/blog/2018/12/29/four-cool-urls) +- [Computer Networking Fundamentals](https://iximiuz.com/en/series/computer-networking-fundamentals/) ### Observability (monitoring, logging, exception handling) @@ -2078,6 +2074,15 @@ Topics: - [Client-Side Architecture Basics](https://khalilstemmler.com/articles/client-side-architecture/introduction/) - [Web Browser Engineering](https://browser.engineering/index.html): this book explains how to build a basic but complete web browser, from networking to JavaScript, in a couple thousand lines of Python. +URLs: + +- [The Great Confusion About URIs](https://benbernardblog.com/the-great-confusion-about-uris/) + - A URI is a string of characters that identifies a resource. Its syntax is `:?#`, where only `` and `` are mandatory. URL and URN are URIs. + - A URL is a string of characters that identifies a resource located on a computer network. Its syntax depends on its scheme. E.g. `mailto:billg@microsoft.com`. + - A URN is a string of characters that uniquely identifies a resource. Its syntax is `urn::`. E.g. `urn:isbn:9780062301239` +- [Examples of Great URL Design](https://blog.jim-nielsen.com/2023/examples-of-great-urls/) +- [Four Cool URLs - Alex Pounds' Blog](https://alexpounds.com/blog/2018/12/29/four-cool-urls) + ### Writing (communication, blogging) ➡️ See also my [engineering-management list](https://github.com/charlax/engineering-management#writing)