2FA
2FA is defined as: (process) to require 2nd extra step to Auth user ID. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web
2FA is defined as: (process) to require 2nd extra step to Auth user ID. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web
about:config is defined as: internal guts config for Firefox. Topics on: to disable web RTC, to disable geolocation. Read more: Computer Science, Computer Lang,
App is defined as: Software to perform specific task. Topics on: Business Logic, Infrastructure Logic, Front-End App (JS), Component-Driven. Read more: Computer
Auth is defined as: to verify user ID to allow specific access privelege. Topics on: 2FA, OAuth 2.0, JWT, OTP, Security Token. Read more: Computer Science, Comp
Backend is defined as: internal server-side logic to serve/run Web App. Topics on: Stateless Backend, Stateful Backend, Serverless. Read more: Computer Science,
Break Tor. Topics on: Block public tor node IP, use Firewall to filter app access to proxy, use Firewall to decrypt SSL certificates to detect TOR traffic, use
Bridge is defined as: secret PT Tor Relay to connect Tor Circuit. UID as Bridge-emoji sequence || QR. Topics on: bridge-moji, meek, azure, brdigedb, Bridge Auth
Bridge Authority is defined as: special Tor Relay to track Bridge list. Topics on: moat. Read more: Computer Science, Computer Lang, Computer, Software, Domain,
Browser is defined as: User Agent Program to GET & display Web Pages. Topics on: Layout engine, User Agent, Chrome, Opera, Edge, Safari, Firefox, Internet Explo
Browsing Context is defined as: environ where Browser displays Document. Topics on: tab, window, frame, iframe. Read more: Computer Science, Computer Lang, Comp
Business Logic is defined as: Rules & Logic for Program to deal with users & its purpose. Topics on: . Read more: Computer Science, Computer Lang, Computer, Sof
Catch All Route is defined as: 404 handler page to catch/redirect unknown Routing. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software,
Chrome is defined as: Google-flavor Chromium with free ads, tracking & telemetry (BUT SOME nice Proprietary dev-tools). Topics on: Chrome Dev Tools, V8, GoogleU
Chromium is defined as: FOSS Browser foundation to Chrome & many other variants. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Do
Client Routing is defined as: SPA Routing to nav within Web App w/o page refresh, via Thick Client JS. Topics on: Routing. Read more: Computer Science, Computer
Client Side Rendering is defined as: to render Web Page dynamically on Thick Client. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software
Component-Driven is defined as: Paradigm to build UI bottom up from basic to assembly. Topics on: Atomic Design, Atomic Component. Read more: Computer Science,
Conditional Route is defined as: (feat) to render Routing vs condition. Topics on: Protected Route, Dynamic Route. Read more: Computer Science, Computer Lang, C
CORS is defined as: (mechanism) Browser-enforced rule to restrict Web Resource access to Domain external to current Web Page. Topics on: 3rd party API's must en
CRUD is defined as: 4 fundamental App needs to operate on persistent storage. Topics on: Create, Read, Update, Destroy, CRUD Cycle. Read more: Computer Science,
CSS Overview is defined as: useful chrome dev tab to capture & report summary of page's CSS. Topics on: useful to count # vs CSS types (elements, classes, ids,
DX is defined as: How Developer Experiences & feels when using tools to develop App. Topics on: Zero-Config. Read more: Computer Science, Computer Lang, Compute
Dynamic Route is defined as: Routing with dynamic content vs URL Parameter ie [id].tsx. Topics on: Next.js use File System Router to define URL Parameter via /[
Edge is defined as: new MS Internet Explorer bloat Browser. Topics on: delete edge. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web
FF Ext is defined as: my list of critical extensions for firefox. Topics on: userscript managers, NoScript, HTTPS Everywhere, ClearURLs, uBlock Origin, Redux De
Firefox is defined as: FOSS Browser by Mozilla. Topics on: FOSS Cross-Platform Browser by Mozilla, Quantum, Gecko, FF Ext, Tor Browser, Greasemonkey, Tampermonk
Front-End App (JS) is defined as: App to Execution in Browser Runtime with access to window (Global Object). Topics on: . Read more: Computer Science, Computer
Frontend is defined as: GUI to interact with Web App. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Frontend, GU
Gecko is defined as: Layout engine to power Mozilla Firefox. Topics on: Firefox powered by Gecko Layout engine. Read more: Computer Science, Computer Lang, Comp
Greasemonkey. Topics on: written in JS, XUL & CSS. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Browser, Firefox | Dev Wiki
HANDLER is defined as: Callback Function to execute when PATH matches. Topics on: Req, Res. Read more: Computer Science, Computer Lang, Computer, Software, Doma
Hop is defined as: to move traffic between Tor Relay in Tor Circuit. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web De
HPS is defined as: Header Payload Signature. Topics on: Header, Payload, Signature. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web
Internet Explorer is defined as: MS Dinosaur & antitrust play. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Bro
JS is defined as: Multi-paradigm High-Level Prototypal Inheritance OOP Scripting Language for full stack Web Dev. Topics on: JS Concepts, JS Language, Lib, JS S
JWT is defined as: (proposed standard) JSON as passport ID to securely transfer user data (HPS) over web. Topics on: HPS. Read more: Computer Science, Computer
Layout engine is defined as: Browser engine to interpret HTML, CSS & JS, & render pixels to screen. Topics on: . Read more: Computer Science, Computer Lang, Com
meek is defined as: PT to mask traffic similar to certain websites. Topics on: meek-azure. Read more: Computer Science, Computer Lang, Computer, Software, Domai
Null Route. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web App, Client Routing, Routing, Null Route| Dev Wiki
OAuth 2.0 is defined as: (Protocol)(standard) to Auth user w/o password. cur ver 2.0. Topics on: . Read more: Computer Science, Computer Lang, Computer, Softwar
Opera is defined as: . Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Browser|FullStack Wiki by Roger J
Origin is defined as: URL (Domain + Port) address location to access a Web Resource. Topics on: Same-Origin. Read more: Computer Science, Computer Lang, Compute
OTP is defined as: One-Time Password with (short) expiry for 2FA, often sent to (secondary) mobile/email. Topics on: OTP needs to sync token clock with server c
PATH is defined as: URL Path on Server. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web App, Client Routing, R
PHP is defined as: PHP: Hypertext Preprocessor; General-Purpose Scripting Language for Web Dev. Topics on: . Read more: Computer Science, Computer Lang, Program
Protected Route is defined as: Routing with access restrict to Auth state. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain,
PT is defined as: Tor Browser Plugin to obfuscate/spoof traffic to ISP monitor. Topics on: obfs4, obfs3, snowflake, meek, fte. Read more: Computer Science, Comp
querystring. Topics on: !snippet normalize URL path by removing querystring via RegExp. Read more: Computer Science, Computer Lang, Computer, Software, Domain,
Redirect is defined as: (process) to Routing to another page. Topics on: use <Navigate> to Declarative Redirect in react-router-dom. Read more: Computer Science
Req is defined as: Request Object, 1st Argument to pass Routing Handler. Topics on: Req starts as instance of http.IncomingMessage, req.params, req.query, req.b
Res is defined as: Response Object, 2nd Argument to HANDLER. Topics on: res.status(code), res.set(name, value), res.cookie(name, value), res.clearCookie(name),
Routing is defined as: (process) to respond & serve content to Client Navigation Events/requests. Topics on: querystring, Static Resource, client request, IA, C
Routing Instance Method signature. Topics on: app, METHOD, PATH, HANDLER. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web A
Safari is defined as: default Apple OS Browser, Webkit JS Engine. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev,
Same-Origin is defined as: (policy) to block Web Page/Script to access Web Resource from different Origin. Topics on: Same-Origin policy to restrict access to r
Security Token. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web App, Auth, Security Token|FullStack Wiki by RJ
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
Shallow Route is defined as: (feat) to change URL w/o repeat Data Fetch for current Page. Topics on: . Read more: Computer Science, Computer Lang, Computer, Sof
Signature is defined as: to validate Security Token. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web App, Auth
SPA is defined as: Web App run on single Web Page by Thick Client with seamless functionality ie Client Routing. Topics on: Thick Client, Thin Client. Read more
Spidermonkey is defined as: JS Engine to power Firefox, built in C++. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web D
Static Resource is defined as: Content that doesn't change; ideal for Pre-render. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, D
Tampermonkey. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Browser, Firefox|FullStack Wiki by Roger J
Thick Client is defined as: Browser Client to hold more logic & client-side interactivity. Topics on: . Read more: Computer Science, Computer Lang, Computer, So
Thin Client is defined as: Browser Client only req to display (pre-rendered) static content from Server. Topics on: . Read more: Computer Science, Computer Lang
Tor Browser is defined as: Firefox mod to bounce traffic through onion Tor Relay & prevent fingerprint. Topics on: Bridge, Tor Old Versions Repo, torrc, NoScrip
Tor Browser Alternatives. Topics on: Orbot, Onion Browser. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Browser, Firefox, To
Tor Circuit is defined as: series of random Tor Relay to Hop through Tor Network to outlet. Topics on: Tor Relay, Hop. Read more: Computer Science, Computer Lan
Tor Exit Node is defined as: Last (3rd) Tor Relay to output web traffic. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, We
Tor Guard Node is defined as: first Tor Relay/Bridge when connect to Tor Circuit. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, D
Tor Network is defined as: virtual tunnels to route traffic 3X random relay servers. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software
Tor Relay is defined as: public listed node to forward Tor Browser traffic. Topics on: Tor Guard Node, Tor Exit Node. Read more: Computer Science, Computer Lang
torrc is defined as: tor dotconfig to modify Tor Browser behavior or force Tor Relay. Topics on: 1km. Read more: Computer Science, Computer Lang, Computer, Soft
uBlock Origin is defined as: FF Ext to Firewall HTML/JS/domain. Topics on: uBlock 3X less memory footprint vs ABP, uBO Chrome, uBO Opera, uBO Edge, uBO Firefox.
User Agent is defined as: Program to rep person || bot to browse WWW. Topics on: User agent spoofing. Read more: Computer Science, Computer Lang, Computer, Soft
User agent spoofing is defined as: to send fake User Agent string to announce as different Client, avoid Browser Fingerprint. Topics on: . Read more: Computer S
userscript managers. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Browser, Firefox, FF Ext|FullStack Wiki by RJ
UX is defined as: How end-user experiences and feels about App. Topics on: UX Design-Focus. Read more: Computer Science, Computer Lang, Computer, Software, Doma
UX Design-Focus is defined as: user-focused way of designing. Topics on: How will users interact with my website or app?, ease of navigation, ease of finding th
V8 is defined as: JS Engine of Google Chrome & Node.js. Topics on: also engine for Web Assembly?, written in C++, open-source, maintain by Google. Read more: Co
Web App is defined as: App run in Browser. Topics on: unlike Software that locally runs on native OS, App, Client Side Rendering, Client Routing, SPA, Auth. Rea
Web Dev is defined as: work to develop Web Page & Web App. Topics on: Web App, Frontend, Backend, DX, UX, Browser. Read more: Computer Science, Computer Lang, C
Zero-Config is defined as: runs out of box. Preconfig just works for most common tasks. Topics on: . Read more: Computer Science, Computer Lang, Computer, Softw