Skip to main content

184 docs tagged with "Computer"

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

64-bit

64-bit is defined as: occupying 64 bits of Computer Memory. Topics on: bit. Read more: JS, JS Language, Primitive, Number, FP 64, 64 Bit, Computer, Memory| Wiki

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,

Algo JS Snippets

Algo JS Snippets. Topics on: Fibonacci Recursive. Read more: Computer Science, Computer Lang, Computer, Program, Algorithm, Algo JS Snippets | Full-Stack Wiki

Algorithm

Algorithm is defined as: Finite sequence of instructions. Topics on: Big O Notation, BFS, DFS, Globbing, Algo JS Snippets, Search Algo, Sort Algo, Heuristic. Re

ALU

ALU is defined as: Combinational Circuit Digitial circuit to perform arithmetic & bitwise operations on integer binary numbers. Topics on: Digitial circuit, Dig

Android

Android is defined as: FOSS mobile OS built on Linux & Java. Topics on: APK. Read more: Computer Science, Computer Lang, Computer, OS, Android, FOSS, Linux, Jav

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

APK

APK. Topics on: beta.pithus.org. Read more: Computer Science, Computer Lang, Computer, OS, Android|FullStack Wiki by Roger J

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

audio jack

audio jack. Topics on: Phantom Power, Condensor Mic, XLR, TRS, DAW, Ground Loop Noise, EMI, RFI, Crosstalk, Realtek. Read more: Computer Science, Computer Lang,

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,

Background Thread

Background Thread is defined as: Thread run separate from main Execution Thread of App. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardw

BFS

BFS is defined as: Search Algo to Traverse breadth first, down Graph child layer by child layer. Topics on: . Read more: Computer Science, Computer Lang, Comput

Big O Notation

Big O Notation is defined as: (equation) to express Order Of Complexity for Algorithm as # inputs vs data points scale. Topics on: Order Of Complexity, O(1), O(

Binary Search

Binary Search is defined as: Algorithm to search element in pre-sorted Array by halving with Logarithmic Complexity. Topics on: BST. 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

BST

BST is defined as: tree data-struct for fast insert/search. Topics on: Treap, Splay Tree. Read more: Computer Science, Computer Lang, Computer, Program, Algorit

Bubble Sort

Bubble Sort is defined as: Sort Algo to iterate elements, compare next & swap index position, to complete sort order. Topics on: Bubble Sort slow impractical -

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

Combinational Circuit

Combinational Circuit is defined as: (typeof) circuit to perform boolean logic. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardware, CPU

Compiled Language

Compiled Language is defined as: of Programming Language where entire Source Code convert into Machine Code all at once, written to portable Executable file, ex

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,

Computer

Computer is defined as: Electronic machine to run Programs to perform tasks. Topics on: Program, Hardware, Software, Middleware, OS, I/O. Read more: Computer Sc

Computer Cluster

Computer Cluster is defined as: group of Computer nodes LAN connect to compute load as single system. Topics on: Network Node, Raft Cluster. Read more: Computer

Computer Lang

Computer Lang is defined as: Language to communicate with Computer. Topics on: Markup Lang, Stylesheet Language, Programming Language, Assembly language, Comput

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

CPU

CPU is defined as: Hardware brain of Computer to execute Machine Code Instruction. Topics on: ALU, FPU, VPU, Thread. Read more: Computer Science, Computer Lang,

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

DFS

DFS is defined as: Search Algo to Traverse depth first down Graph entire child subtree & backtrack. Topics on: . Read more: Computer Science, Computer Lang, Com

Digitial circuit

Digitial circuit. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardware, CPU, ALU, Digitial Circuit|FullStack Wiki by Roger J

Digitial Circuit

Digitial Circuit. Topics on: Logic Gate, Mathematical Model. Read more: Computer Science, Computer Lang, Computer, Hardware, CPU, ALU, Digitial Circuit|Dev Wiki

Disable

Disable is defined as: unused, telemetry, useless. Topics on: Auto Time Zone Updater, Contact Data_6f03d9f, Microsoft (R) Diagnostics Hub Standard Collector Ser

DLL

DLL. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, Windows, DLL|FullStack Wiki by Roger J

DLL Hell

DLL Hell is defined as: Dependency Hell for Windows DLL compat. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, Windows, Win Sx S, DLL He

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

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

Fibonacci Iterative

Fibonacci Iterative is defined as: iterate with start sequence at 1. Topics on: . Read more: Computer Science, Computer Lang, Computer, Program, Algorithm, Algo

Fibonacci Recursive

Fibonacci Recursive is defined as: assume sequence starts with 1. Example of BAD Recursion fn. Traverse down Fibonacci Tree until reach 1. Topics on: Fibonacci

File System

File System. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, File System|FullStack Wiki by Roger J

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

fix fonts

fix fonts is defined as: missing newer emojis - paywall to win11. Topics on: default font = Se Segoe UI, FontForge, Backup default font (Segoe UI) from Control

Floating-Point

Floating-Point is defined as: Approximation for real number, rep viasignificant * base ^ {exponent}. Topics on: real number, precision, Significand, base, expon

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

FPU

FPU is defined as: CPU circuit to operate on Floating-Point numbers. Topics on: Floating-Point. Read more: Computer Science, Computer Lang, Computer, Hardware,

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

Globbing

Globbing is defined as: Algorithm to match Wildcard Character pattern ie Glob Pattern || regex. Topics on: Wildcard Character. Read more: Computer Science, Comp

GNU

GNU. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, Unix, GNU|FullStack Wiki by Roger J

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

Hardware

Hardware is defined as: Physical Components of Computer. Topics on: CPU, Memory, I/O. Read more: Computer Science, Computer Lang, Computer, Hardware | Dev Wiki

Heap Property

Heap Property. Topics on: . Read more: Computer Science, Computer Lang, Computer, Program, Algorithm, Search Algo, Binary Search, BST, Treap, Heap Property|Wiki

Heuristic

Heuristic is defined as: trial & error approach to solve problems, imperfect, approx, time-efficient solution, experience-based. Topics on: Metaheuristic. Read

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

HOSTS

HOSTS is defined as: text file to map Domain Name to IP, like internal DNS to skip resolution. Topics on: . Read more: Computer Science, Computer Lang, Computer

HPS

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

I/O

I/O. Topics on: audio jack. Read more: Computer Science, Computer Lang, Computer, Hardware, I O|FullStack Wiki by Roger J

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

iOS

iOS is defined as: Apple OS for mobile devices - iphone/ipad. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, I OS | FullStack Wiki by RJ

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

Linux

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

Logarithmic Complexity

Logarithmic Complexity is defined as: Order Of Complexity scales log(n) inputs. Topics on: . Read more: Computer Science, Computer Lang, Computer, Program, Algo

macOS

macOS is defined as: Apple OS for mac PC. Topics on: Homebrew. Read more: Computer Science, Computer Lang, Computer, OS|FullStack Wiki by Roger J

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

Memory

Memory is defined as: main low-latency RAM in Computer - NOT Virtual Memory || disk space. Topics on: Virtual Memory, Page Table. Read more: Computer Science, C

Metaheuristic

Metaheuristic is defined as: framework to solve problems by experimental Heuristic method. Topics on: . Read more: Computer Science, Computer Lang, Computer, Pr

MFT

MFT. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, Windows, Win Sx S, NTFS Hard Link, MFT|FullStack Wiki by Roger J

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

Network

Network is defined as: Computer connect via Network Protocol to share/exchange data. Topics on: Network Node, Network Protocol, Network Scope, Request-Response

NTFS Hard Link

NTFS Hard Link is defined as: file system object shortcut to refer disk location. Topics on: MFT, File Record Segment, File Attribute. Read more: Computer Scien

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

O(1)

O(1) is defined as: constant Order Of Complexity always same for 1 input - not matter how large. Topics on: finding element in array by index. finding value in

O(n2)

O(n2) is defined as: Order Of Complexity to scale exponentially to power of 2. Topics on: . Read more: Computer Science, Computer Lang, Computer, Program, Algor

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

Opera

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

Order Of Complexity

Order Of Complexity is defined as: of difficulty to scale Algorithm inputs vs time/space. Topics on: Time Complexity, Space Complexity, Logarithmic Complexity.

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

Page Table

Page Table is defined as: Data Structure to store/map Virtual Address to Physical Address. Topics on: Virtual Address, Physical Address. Read more: Computer Sci

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

Phantom Power

Phantom Power is defined as: PnP DC power to external audio/mic device, typically via XLR. Topics on: . Read more: Computer Science, Computer Lang, Computer, Ha

Physical Address

Physical Address. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardware, Memory, Page Table, Physical Address|FullStack Wiki by Roger J

Plugin

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

POST

POST is defined as: Power On Self Test. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, POST|FullStack Wiki by Roger J

Process

Process is defined as: Program instance run on OS. Topics on: Fork, Core Dump, daemon. Read more: Computer Science, Computer Lang, Computer, OS, Process, Progra

Program

Program is defined as: self-contained sequence of Statement to perform task. Topics on: Algorithm, Scaffolding. Read more: Computer Science, Computer Lang, Comp

Programming Language

Programming Language is defined as: Computer Lang to express Instruction to Computer via Abstraction. Topics on: Scripting Language, Interpreted Language, Swif

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,

real number

real number. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardware, CPU, FPU, Floating Point, Real Number|FullStack Wiki by Roger J

Realtek

Realtek. Topics on: Stereo Mix. Read more: Computer Science, Computer Lang, Computer, Hardware, I O, Audio Jack|FullStack Wiki by Roger J

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

Scaffolding

Scaffolding is defined as: utility Program to generate Boilerplate/template, set App skeleton. Topics on: . Read more: Computer Science, Computer Lang, Computer

Search Algo

Search Algo is defined as: Algorithm to find a solution to a problem within a set of possibilities. Topics on: Binary Search, Linear Search. Read more: Computer

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

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

Service

Service is defined as: windows local background process task. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, Windows, Servicesmsc | Wiki

services.msc

services.msc is defined as: local service control panel to start/stop/schedule. Topics on: Service, Diagnositc Service Host, Disable. Read more: Computer Scienc

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

Sort Algo

Sort Algo. Topics on: Bubble Sort. Read more: Computer Science, Computer Lang, Computer, Program, Algorithm, Sort Algo|FullStack Wiki by Roger J

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

Terminal

Terminal is defined as: (typically) text-based console GUI to send commands to Computer. Topics on: . Read more: Dev Tool, CLI, Terminal, GUI, Computer|Dev Wiki

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

Thread

Thread is defined as: sequence of Instructions (where Machine Code) executed in CPU. Topics on: Coroutine, Background Thread. Read more: Computer Science, Compu

Thunk

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

Time Complexity

Time Complexity is defined as: Order Of Complexity inputs scales with time to run Algorithm. Topics on: . Read more: Computer Science, Computer Lang, Computer,

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

Treap

Treap is defined as: BST with Heap Property to ins/del node. Topics on: Heap Property. Read more: Computer Science, Computer Lang, Computer, Program, Algorithm,

TRS

TRS is defined as: Tip (+) Ring (-) Sleeve (ground) audio jack, carry balanced signal. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardwa

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.

Unix

Unix is defined as: Bell Labs Dinosaur inspire OS variants ie GNU. Topics on: GNU. Read more: Computer Science, Computer Lang, Computer, OS, Unix, GNU| Dev Wiki

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

Virtual Address

Virtual Address. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardware, Memory, Page Table, Virtual Address|FullStack Wiki by Roger J

Virtual Memory

Virtual Memory is defined as: a. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardware, Memory, Virtual Memory|FullStack Wiki by Roger J

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

Wildcard Character

Wildcard Character is defined as: algebraic placeholder char. Topics on: . Read more: Computer Science, Computer Lang, Computer, Program, Algorithm, Globbing, W

win10

win10. Topics on: fix fonts, hotkey to force graphics driver to reset. Read more: Computer Science, Computer Lang, Computer, OS, Windows, Win 10| FullStack Wiki

Windows

Windows is defined as: MS OS for PCs. Topics on: services.msc, win10, HOSTS, WinSxS, DLL, WSL. Read more: Computer Science, Computer Lang, Computer, OS, Windows

WinSxS

WinSxS is defined as: huge backup copy for old version of dll/exe & other system files for compat. 'Windows Side By Side' to fix DLL Hell by wasting disk space.

XLR

XLR is defined as: X Connector, Locking Connector, Rubber Boot - type audio cable, go-to standard for high quality audio inputs. Topics on: . Read more: Compute

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