1XX
1XX is defined as: Info Status Code. Topics on: 100. Read more: Computer Science, Network, Request Response Model, HTTP Response, Status Code | Full-Stack Wiki
1XX is defined as: Info Status Code. Topics on: 100. Read more: Computer Science, Network, Request Response Model, HTTP Response, Status Code | Full-Stack Wiki
200 is defined as: OK. Topics on: . Read more: Computer Science, Network, Request Response Model, HTTP Response, Status Code, 2 XX|FullStack Wiki by Roger J
2XX is defined as: Success Status Code. Topics on: 200, 201, 202, 204, 206. Read more: Computer Science, Network, Request Response Model, HTTP Response, Status
3XX is defined as: Redirect Status Code. Topics on: 301, 302, 307, 308. Read more: Computer Science, Network, Request Response Model, HTTP Response, Status Code
404 is defined as: Not Found. Topics on: . Read more: Computer Science, Network, Request Response Model, HTTP Response, Status Code, 4 XX, 404 | Full-Stack Wiki
429 is defined as: Too Many Requests. Topics on: . Read more: Computer Science, Network, Request Response Model, HTTP Response, Status Code, 4 XX|FullStack Wiki
4XX is defined as: Client Error Status Code. Topics on: 400, 401, 403, 404, 408, 410, 429. Read more: Computer Science, Network, Request Response Model, HTTP Re
5XX is defined as: Server Error Status Code. Topics on: 500, 502, 503, 504, 522. Read more: Computer Science, Network, Request Response Model, HTTP Response, St
body. Topics on: JSON. Read more: Computer Science, Network, Request Response Model, HTTP Response, Body|FullStack Wiki by Roger J
Caching is defined as: (process) to store data for reuse. Topics on: Geo-Distributed Cache. Read more: Computer Science, Network, Request Response Model, Data F
Client State is defined as: state store by Client (Browser), TSC. Topics on: TSC. Read more: Computer Science, Network, Request Response Model, Data Fetch, Clie
Data Fetch is defined as: (process) to Async GET data from Server. Topics on: Server State, Client State, Overfetch, Underfetch, Prefetch, REST is prone to Over
Data Fetch Library Solutions. Topics on: Fetch API, react-query, axios, @reduxjs/toolkit/query. Read more: Computer Science, Network, Request Response Model, Da
Dedupe is defined as: to prevent duplicate HTTP Request, avoid fetch same data. Topics on: Data Dedupe. Read more: Computer Science, Network, Request Response M
DELETE is defined as: to send HTTP Request to delete Web Resource on Server. Topics on: . Read more: Computer Science, Network, Request Response Model, HTTP Req
GET is defined as: HTTP Request to get data Web Resource. Topics on: . Read more: Computer Science, Network, Request Response Model, HTTP Request, GET, Web Reso
HEAD is defined as: HTTP Request to test response (w/o respond body). Topics on: . Read more: Computer Science, Network, Request Response Model, HTTP Request
HTTP Caching is defined as: (process) to store HTTP Response to reuse for subsequent HTTP Request. Topics on: Private Cache, Shared Cache. Read more: Computer S
HTTP Method. Topics on: . Read more: Computer Science, Network, Request Response Model, HTTP Request, Start Line|FullStack Wiki by Roger J
HTTP Request is defined as: (process) to send/declare action to perform on Web Resource. Topics on: HTTP Request defined by HTTP specification, CRUD ops of HTTP
HTTP Response. Topics on: start line, header, body, Status Code. Read more: Computer Science, Network, Request Response Model, HTTP Response | Full-Stack Wiki
Latency is defined as: roundtrip delay to process/respond to Request-Response model from server. Topics on: Network Latency, Server Latency, RTT. Read more: Com
Network Waterfall is defined as: to load data in Sync Blocking stages. Topics on: use Waterfall Chart to visualize/debug Network Waterfall, use Promise.all() &
Overfetch is defined as: (process) to Data Fetch & get extra unused data. Topics on: . Read more: Computer Science, Network, Request Response Model, Data Fetch,
Parallel Data Fetch is defined as: to init HTTP Request ASAP & load Concurrency. Topics on: . Read more: Computer Science, Network, Request Response Model, Data
PATCH is defined as: to HTTP Request update via part of object & HTTP Request update to existing Web Resource. Topics on: . Read more: Computer Science, Network
POST is defined as: to send data & HTTP Request to create new Web Resource on server. Topics on: POST is not Idempotent - usually results in change in Server St
Prefetch is defined as: (process) to Data Fetch in advance anticipation of future need. Topics on: . Read more: Computer Science, Network, Request Response Mode
PUT is defined as: to HTTP Request update via entire object & HTTP Request create/update to existing Web Resource. Topics on: . Read more: Computer Science, Net
RASP is defined as: Remote Async Shared Persistent. Topics on: Remote, Async, Shared, Persistent. Read more: Computer Science, Network, Request Response Model,
Request Target is defined as: URL address for Web Resource. Topics on: . Read more: Computer Science, Network, Request Response Model, HTTP Request, Start Line,
Request-Response model is defined as: (model) to communicate between client-server via HTTP Request. Topics on: HTTP Response, HTTP Request, Latency, Data Fetch
REST is defined as: (standard)(model)(Paradigm) Request-Response model to organize stateless Caching Data Fetch. Topics on: REST is logical way to build APIs to
REST Resource is defined as: any nameable object or rep to associate data. Topics on: . Read more: Computer Science, Network, Request Response Model, Data Fetch
Retries is defined as: to repeat fetch, for given limit number of attempts & interval. Topics on: . Read more: Computer Science, Network, Request Response Model
Revalidation is defined as: (process) to purge HTTP Caching & re-fetch fresh data. Topics on: Static Fetch, Static Data, Dynamic Data. Read more: Computer Scien
RTT is defined as: Round-Trip time. Topics on: . Read more: Computer Science, Network, Request Response Model, Latency, RTT|FullStack Wiki by Roger J
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
SOAP is defined as: (standard)(model) alternative to REST to transfer messages/small data over HTTP as XML. Topics on: . Read more: Computer Science, Network, R
start line is defined as: HTTP version + Status Code + status message. Topics on: status message. Read more: Computer Science, Network, Request Response Model,
start line is defined as: HTTP Method + Request Target + HTTP version. Topics on: HTTP Method, Request Target, HTTP version. Read more: Computer Science, Networ
Static Fetch is defined as: (process) to Data Fetch at build time, to Caching & reuse for future request. Topics on: . Read more: Computer Science, Network, Req
Status Code is defined as: (standard) 3-digit HTTP Response code sent by Server. Topics on: 1XX, 2XX, 3XX, 4XX, 5XX, res.status(code). Read more: Computer Scien
TSC is defined as: Transient Synchronous Client-owned. Topics on: Transient, Synchronous, Client-owned. Read more: Computer Science, Network, Request Response M
Underfetch is defined as: (process) to Data Fetch incomplete data per req, waste extra reqs. Topics on: . Read more: Computer Science, Network, Request Response
uses HTTP Request is defined as: REST use HTTP Request to perform actions & NOT specify action inside URL. Topics on: endpoints that do not exist as CRUD op can