Serverless computing offloads infrastructure management to cloud providers.
Keeps a persistent connection open between client and server. backend engineering fundamentals
JSON Web Tokens (JWT) store user session information securely in a stateless format. backend engineering fundamentals
High-latency tasks (disk, network) are delegated to the OS kernel. backend engineering fundamentals
Separates HTTP request handling from background processing tasks.