Under the Hood
Loading visualizer…
DNSresolving host
TCPconnecting
TLShandshake
HTTPrequesting
Initializing Sorting Algorithms...
Sorting
Trees
Graphs
Preparing interactive visualizations...
Under the Hood
Loading visualizer…
From a URL to JSON and back — resources, verbs, requests, status codes, and statelessness, step by step
A REST API is a contract between a client (a browser, a mobile app, another server) and a server. Think of a restaurant: you (the client) never walk into the kitchen. You give the waiter a structured order; the kitchen prepares it; the waiter brings back a structured result. The API is that waiter — a uniform way to ask for things and get answers.
CRUD ↔ verb cheat sheet
Active Recall
Which HTTP verb should create a brand-new resource in a collection?