From e3f41ec0e389e24ece41b42d7f4cba69fdef215c Mon Sep 17 00:00:00 2001 From: wagslane Date: Thu, 16 Mar 2023 09:46:45 -0600 Subject: [PATCH] add updated HTTP networking course --- .../roadmaps/backend/content/100-internet/101-what-is-http.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/backend/content/100-internet/101-what-is-http.md b/src/data/roadmaps/backend/content/100-internet/101-what-is-http.md index 32a18af13..4f518aff6 100644 --- a/src/data/roadmaps/backend/content/100-internet/101-what-is-http.md +++ b/src/data/roadmaps/backend/content/100-internet/101-what-is-http.md @@ -7,6 +7,7 @@ Visit the following resources to learn more: - [Everything you need to know about HTTP](https://cs.fyi/guide/http-in-depth) - [What is HTTP?](https://www.cloudflare.com/en-gb/learning/ddos/glossary/hypertext-transfer-protocol-http/) +- [Full HTTP Networking Course](https://www.youtube.com/watch?v=2JYT5f2isg4) - [An overview of HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview) - [HTTP/3 From A To Z: Core Concepts](https://www.smashingmagazine.com/2021/08/http3-core-concepts-part1/) - [HTTP/1 to HTTP/2 to HTTP/3](https://www.youtube.com/watch?v=a-sBfyiXysI)