Skip to main content

16 docs tagged with "Backend"

View All Tags

BaaS

BaaS is defined as: (model) subset of PaaS to provide Backend service. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, DRM, Paa S,

Backend

Backend is defined as: internal server-side logic to serve/run Web App. Topics on: Stateless Backend, Stateful Backend, Serverless. Read more: Computer Science,

getServerSideProps()

getServerSideProps() is defined as: async fn to run on Backend to pre-render on each request, to fetch async external data. Topics on: . Read more: React, React

GraphQL

GraphQL is defined as: Query Language with Static Type System/Schema to fetch/mutate (graph-like) data on Backend API/Online API. To fix Overfetch/Underfetch. X

HTTP Cookie

HTTP Cookie is defined as: data sent from Backend to Client to TPS. Topics on: TPS. Read more: Computer Science, Network, Network Protocol, HTTP, HTTP Cookie, B

initializeApp()

initializeApp() is defined as: getter to init Firebase App instance via config object to connect to Firebase Backend. Topics on: firebase config object is safe

NGINX

NGINX is defined as: Backend Server gateway to WWW, Reverse Proxy to handle HTTP Request/Caching/load balance. Topics on: NGINX runs Event Loop to handle up to

ngrok

ngrok is defined as: Reverse Proxy CLI Dev tool to build/test Backend - to map localhost instance to remote ngrok.io subdomain - to bypass firewall/CORS-pain. T

ORM

ORM is defined as: (Design Pattern) data layer to abstract Backend Source Code from Database. Topics on: ORM use objects to virtually map to tables in db, ORM u

Secret Key

Secret Key is defined as: API Key to connect Backend to Online API, access to sensitive internals/accounts - unsafe to expose. Topics on: Restricted Key. Read m

Server Component

Server Component is defined as: FC to Server Side Render on Backend & serve Static Resource to Thin Client. Topics on: . Read more: React, React Concepts, Compo

Server Side Render

Server Side Render is defined as: to Pre-render Static Content on Server Backend & serve to Thin Client with each request. Topics on: . Read more: React, React

Server State

Server State is defined as: state store on Backend RASP. Topics on: RASP. Read more: Computer Science, Network, Request Response Model, Data Fetch, Server State

Serverless

Serverless is defined as: AKA cloud functions to defer BaaS to cloud services for low-maintenance zero-config like AWS Lambda, Google Cloud Functions, Azure Fun

useAuth()

useAuth() is defined as: async Custom Hook to get Auth state from Backend/Online API. Topics on: Example FC. Read more: React, React API, Hooks API, Custom Hook

Webhook

Webhook is defined as: Event Listener for Async web event, to push real-time updates to App/Backend. Topics on: ngrok, localtunnel. Read more: Dev Tool, Webhook