Skip to main content

117 docs tagged with "Software"

View All Tags

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

about:config

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,

Apache 2.0

Apache 2.0 is defined as: similar to MIT License + legalese to restrict right to use creator trademark & must specify significant mods. Topics on: Apache 2.0 in

App

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

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

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,

Break Tor

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

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

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

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

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

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

Catch All Route is defined as: 404 handler page to catch/redirect unknown Routing. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software,

CC

CC is defined as: Creative Commons license standard by six types. Topics on: BY, SA, NC, ND. Read more: Computer Science, Computer Lang, Computer, Software, DRM

Chrome

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

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

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

Client Side Rendering is defined as: to render Web Page dynamically on Thick Client. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software

CMS

CMS is defined as: Content Management System Software to manage digital content. Topics on: CMA, CDA, ECM, DAM, Headless CMS, Content Repo, Coupled CMS, Decoupl

Component-Driven

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

Conditional Route is defined as: (feat) to render Routing vs condition. Topics on: Protected Route, Dynamic Route. Read more: Computer Science, Computer Lang, C

Copyleft

Copyleft is defined as: License to allow mod/redis AND variants must inherit License. Topics on: . Read more: Computer Science, Computer Lang, Computer, Softwar

CORS

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

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

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,

Deprecated

Deprecated. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Deprecated|FullStack Wiki by Roger J

Design Pattern

Design Pattern is defined as: General reusable solution to (common) problem in Software design. Topics on: MVC, Memoization, Lazy Loading, Code Splitting, Cheap

Dev tool

Dev tool is defined as: Utility Program to dev Software. Topics on: API, Docker, IDE, HTTP Client, Build Tool, cURL, Test Runner, Code Sandbox, dotconfig, degit

Docker Container Image

Docker Container Image is defined as: immutable snapshot of Software & Dependency-tree down to OS-layer (everything req to run App). Topics on: Docker Container

Domain

Domain is defined as: target area for Program purpose/use-case. Topics on: Web Dev. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Pro

DRM

DRM is defined as: System to manage License access/distribution for App/product/service. Topics on: License, SaaS, PaaS. Read more: Computer Science, Computer L

DX

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

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 /[

Dynamic Web Server

Dynamic Web Server is defined as: Static Web Server with extra Software to update/generate Dynamic Content to send Client. Topics on: Dynamic Content. Read more

Edge

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

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

Firefox is defined as: FOSS Browser by Mozilla. Topics on: FOSS Cross-Platform Browser by Mozilla, Quantum, Gecko, FF Ext, Tor Browser, Greasemonkey, Tampermonk

FOSS

FOSS is defined as: Permissive License to allow mod/redis w/o commercial limit & expose ALL Source Code. Topics on: MIT License, GPL2, Permissive License, Apach

Front-End App (JS)

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

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

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

General-Purpose

General-Purpose is defined as: of Programming Language to build Software in various application Domain. Topics on: General-Purpose contrasts DSL, C, C++, C#. Re

GPL2

GPL2 is defined as: GNU Public License ver 2 Copyleft. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, DRM, License, FOSS, Copyleft

Greasemonkey

Greasemonkey. Topics on: written in JS, XUL & CSS. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Browser, Firefox | Dev Wiki

HANDLER

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

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

HPS is defined as: Header Payload Signature. Topics on: Header, Payload, Signature. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web

IaaS

IaaS is defined as: (model) subset of PaaS to rent fundamental compute/network/storage resource to customer. Topics on: AWS, Azure. Read more: Computer Science,

Internet Explorer

Internet Explorer is defined as: MS Dinosaur & antitrust play. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Bro

JWT

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

Kernel

Kernel is defined as: Middleware to connect Hardware resource to Software. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, Middleware, Ha

Layout engine

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

License

License is defined as: legal standard to permit use & destribution of product. Topics on: Public Domain, FOSS, Copyleft, Proprietary, SSPL. Read more: Computer

meek

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

Middleware

Middleware is defined as: Software to bridge/connect Software/systems. Topics on: Thunk. Read more: Computer Science, Computer Lang, Computer, Middleware, Softw

MIT License

MIT License is defined as: FOSS License to permit Software redis incl propriety commercial software. Must credit author w/o liability. Topics on: . Read more: C

Null Route

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

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

Online API

Online API is defined as: Software to expose access to remote Web Service/SaaS. Topics on: API Key, API Endpoint, API Request, random.org, Stripe, Checkly, Fire

Opera

Opera is defined as: . Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Browser|FullStack Wiki by Roger J

Origin

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

OS

OS is defined as: System Software to manage Hardware (device/process) & provide GUI for user. Topics on: Process, macOS, iOS, File System, Android, Linux, Kerne

OTP

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

PaaS

PaaS is defined as: (model) service to provide cloud computing (hardware/software/infrastructure) access to customer. Topics on: BaaS, IaaS. Read more: Computer

PATH

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

Permissive License

Permissive License is defined as: License to allow mod/redis of Software & components. Topics on: . Read more: Computer Science, Computer Lang, Computer, Softwa

PGP

PGP is defined as: Popular Software to Encryption & Signing data via public key fingerprint. Topics on: OpenPGP. Read more: Computer Science, Data Structure, En

Plugin

Plugin is defined as: Software extends Software to add functionality. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Plugin | Wiki

Proprietary

Proprietary is defined as: License to restrict mod/redis. Retain author & close-source. Topics on: . Read more: Computer Science, Computer Lang, Computer, Softw

Protected Route

Protected Route is defined as: Routing with access restrict to Auth state. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain,

PT

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

Public Domain

Public Domain is defined as: no License to allow mod/redis w/o limit. Topics on: LGPL, CC, CC BY-SA. Read more: Computer Science, Computer Lang, Computer, Softw

querystring

querystring. Topics on: !snippet normalize URL path by removing querystring via RegExp. Read more: Computer Science, Computer Lang, Computer, Software, Domain,

Redirect

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

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

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

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

Routing Instance Method signature. Topics on: app, METHOD, PATH, HANDLER. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web A

SaaS

SaaS is defined as: (model) service to provide (online cloud) Software access to customer. Topics on: . Read more: Computer Science, Computer Lang, Computer, So

Safari

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

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

Search Engine

Search Engine is defined as: Software to search/query/sort/filter data from Database. Topics on: Web Crawler, SEO, Prefix, Group, Highlight, Facet, Sorting, Bin

Security Token

Security Token. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web App, Auth, Security Token|FullStack Wiki by RJ

Separation of Concerns

Separation of Concerns is defined as: (Paradigm) to Encapsulation (Software) into dintinct modular sections vs purpose/logic. Topics on: Concern. Read more: JS,

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

Shallow Route

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

Signature is defined as: to validate Security Token. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web App, Auth

Software

Software is defined as: set of Program to perform tasks (on Computer). Topics on: Software Repository, Domain, Plugin, DRM, Deprecated. Read more: Computer Scie

Software Repository

Software Repository is defined as: CDN (& registry) to store/access Software Package. Topics on: . Read more: Computer Science, Computer Lang, Computer, Softwar

Software Server

Software Server is defined as: Software to control how Client access content hosted on Server. Topics on: . Read more: Computer Science, Network, Network Node,

SPA

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

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

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

Static Web Server

Static Web Server is defined as: Computer Hardware run HTTP Server Software to send Static Content hosted files to Clients. Topics on: Static Content, HTTP Serv

Tampermonkey

Tampermonkey. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Browser, Firefox|FullStack Wiki by Roger J

Thick Client

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

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

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

Tor Browser Alternatives. Topics on: Orbot, Onion Browser. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Browser, Firefox, To

Tor Circuit

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

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

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

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

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

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

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

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

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

userscript managers. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Browser, Firefox, FF Ext|FullStack Wiki by RJ

UX

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

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

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

VM

VM is defined as: Software to emulate Hardware & OS. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, VM, Software, Hardware |web-Dev Wiki

Web App

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

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

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