Tech / Software
Starting points for mastering Tech / Software concepts.
HTTP Request
Depth 0A message sent from a client to a server asking for data or action
Primary Key (database)
Depth 0A unique ID that identifies each record in a table
State (server-side)
Depth 1Data the server remembers between requests
Server-Side Rendering (SSR)
Depth 1The server builds the full page before sending it to the browser
Race Condition
Depth 2Multiple processes modifying the same data at the same time causing unpredictable results
Idempotency
Depth 2Doing something multiple times has the same effect as doing it once
Hydration
Depth 2Turning a static page into an interactive app in the browser