• Home
  • Posts
  • Books
  • About
  • KR
Web Networking: A Complete Guide

Web Networking: A Complete Guide

The web networking things you use every day but may not fully understand

Evan Moon

5 chapters

HTTP/2 vs HTTP/3, status codes, RESTful API design, and CORS. Covers the network concepts that come up most often in web development.


  1. 01

    Simply Applying HTTP/2 with AWS

    Advantages of HTTP/2 and How to Easily Enable It on AWS

  2. 02

    Why Did HTTP/3 Choose UDP?

    The web standard is changing. HTTP/3 picks UDP for speed.

  3. 03

    HTTP Status Codes: The Server's Way of Talking Back

    The small numbers that keep the internet in order

  4. 04

    RESTful APIs: Where Frontend Meets Backend

    Understanding the philosophy of REST — between representation and action

  5. 05

    Why we need to know about CORS?

    Navigating the Cross-Origin Minefield: What Every Developer Needs to Know