This block + 6,000 more — yours with Pro

Blog Glossary

34/100
Docs

Glossary

6 terms

A
API GatewayAPI

A server that acts as a single entry point for a set of microservices, handling request routing, authentication, and rate limiting.

Auth TokenSecurity

A digitally signed credential used to verify identity and grant access to protected resources without re-entering credentials.

E
Edge FunctionInfrastructure

A serverless function that runs at CDN edge locations close to users, reducing latency for dynamic content generation.

H
HydrationFrontend

The process of attaching event listeners and state to server-rendered HTML on the client, making static markup interactive.

O
ORMDatabase

Object-Relational Mapping translates between database rows and programming language objects, providing type-safe query building.

R
RSCFrontend

React Server Components render on the server and stream HTML to the client, reducing bundle size by keeping server-only code off the client.