#
No entries yet.
B
No entries yet.
C
Caching (Redis)BackendCaching is the technique of storing frequently accessed data in a fast, temporary storage layer to serve future requests faster. Redis is the most popular in-memory data store used for caching, providing sub-millisecond response times.Cold StartBackendA cold start is the delay that occurs when a serverless function is invoked after being idle. The cloud provider must provision resources and initialize the runtime before executing the code.CORSBackendCORS (Cross-Origin Resource Sharing) is a browser security mechanism that controls which web pages can request resources from a different origin. It uses HTTP headers to define allowed origins, methods, and headers for cross-origin requests.CSPBackendContent Security Policy (CSP) is a browser security standard that prevents cross-site scripting (XSS), clickjacking, and other code injection attacks by controlling which resources a page can load and execute.
E
Edge FunctionsBackendEdge functions are serverless functions that run at the network edge, in CDN nodes geographically close to users, rather than in a single centralized region. They minimize latency by executing code as close to the user as possible.Express.jsBackendExpress.js is a minimal, unopinionated web application framework for Node.js that provides a thin layer of routing, middleware, and HTTP utilities. It is the most widely used Node.js web framework.
F
No entries yet.
H
No entries yet.
I
No entries yet.
K
No entries yet.
L
No entries yet.
M
No entries yet.
N
Node.jsBackendNode.js is an open-source, cross-platform JavaScript runtime built on Chrome's V8 engine that executes JavaScript outside the browser. It is the standard runtime for server-side JavaScript development.NoSQLBackendNoSQL (Not Only SQL) is a category of database systems that provide flexible, non-tabular data models for specific use cases where relational databases are less optimal. Types include document, key-value, wide-column, and graph databases.
O
OAuth 2.0BackendOAuth 2.0 is an authorization framework that allows third-party applications to obtain limited access to a user's resources without exposing the user's credentials. It is the industry standard for delegated access.ORMBackendORM (Object-Relational Mapping) is a technique that lets developers interact with a relational database using object-oriented code instead of writing SQL directly. It maps database tables to classes and rows to objects.
P
PHPBackendPHP is a server-side scripting language designed for web development. It powers a massive portion of the web, including WordPress, and has modernized significantly since PHP 7 with JIT compilation and typed properties.PythonBackendPython is a high-level, interpreted programming language known for its readable syntax, extensive standard library, and massive ecosystem. It is one of the most versatile languages, used across web development, data science, automation, and AI.
Q
No entries yet.
S
Serverless FunctionsBackendServerless functions are single-purpose, event-driven code snippets that run on cloud infrastructure without managing servers. The cloud provider handles scaling, availability, and billing (per-execution).Single Sign-On (SSO)BackendSingle Sign-On (SSO) is an authentication system that lets users log in once with one set of credentials and gain access to multiple independent applications without re-entering credentials.SQLBackendSQL (Structured Query Language) is the standard language for managing and querying relational databases. It is used to create, read, update, and delete data in structured tables with defined schemas and relationships.
T
No entries yet.
U
No entries yet.
V
No entries yet.
X
No entries yet.
Y
No entries yet.
Z
No entries yet.