.NET
.NET is defined as: windows framework to build windows desktop apps via C#. Topics on: . Read more: Computer Science, Computer Lang, Programming Language, Gener
.NET is defined as: windows framework to build windows desktop apps via C#. Topics on: . Read more: Computer Science, Computer Lang, Programming Language, Gener
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,
Algo JS Snippets. Topics on: Fibonacci Recursive. Read more: Computer Science, Computer Lang, Computer, Program, Algorithm, Algo JS Snippets | Full-Stack Wiki
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 is defined as: Combinational Circuit Digitial circuit to perform arithmetic & bitwise operations on integer binary numbers. Topics on: Digitial circuit, Dig
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 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. Topics on: beta.pithus.org. Read more: Computer Science, Computer Lang, Computer, OS, Android|FullStack Wiki by Roger J
App is defined as: Software to perform specific task. Topics on: Business Logic, Infrastructure Logic, Front-End App (JS), Component-Driven. Read more: Computer
Assembly language is defined as: Programming Language to compose CPU-arch specific Low-Level Source Code closer to Machine Code. Topics on: Web Assembly. Read m
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 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 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 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 is defined as: Thread run separate from main Execution Thread of App. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardw
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 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 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. 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
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 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 is defined as: Rules & Logic for Program to deal with users & its purpose. Topics on: . Read more: Computer Science, Computer Lang, Computer, Sof
Bytecode is defined as: . Topics on: . Read more: Computer Science, Computer Lang, Programming Language, Bytecode|FullStack Wiki by Roger J
C is defined as: Low-Level General-Purpose Programming Language with Imperative Procedural Programming Paradigm. Topics on: . Read more: Computer Science, Compu
C# is defined as: Static Type General-Purpose Modern-C-like OOP Language for .NET & Unity. Topics on: .NET, Blazor, Unity, CLR. Read more: Computer Science, Com
C++ is defined as: Low-Level General-Purpose Programming Language extends C with Class. Topics on: . Read more: Computer Science, Computer Lang, Programming Lan
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 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 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
Combinational Circuit is defined as: (typeof) circuit to perform boolean logic. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardware, CPU
CommonMark is defined as: proposed standard for Markdown. Topics on: Github Flavored Markdown. Read more: Computer Science, Computer Lang, Markup Lang, Markdown
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 is defined as: Paradigm to build UI bottom up from basic to assembly. Topics on: Atomic Design, Atomic Component. Read more: Computer Science,
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 Lang is defined as: Language to communicate with Computer. Topics on: Markup Lang, Stylesheet Language, Programming Language, Assembly language, Comput
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 is defined as: License to allow mod/redis AND variants must inherit License. Topics on: . Read more: Computer Science, Computer Lang, Computer, Softwar
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 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 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,
Decomposition is defined as: Factoring; Paradigm stragegy for organizing Program by breaking down complex system into simpler parts. Topics on: structured analy
Deprecated. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Deprecated|FullStack Wiki by Roger J
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. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardware, CPU, ALU, Digitial Circuit|FullStack Wiki by Roger J
Digitial Circuit. Topics on: Logic Gate, Mathematical Model. Read more: Computer Science, Computer Lang, Computer, Hardware, CPU, ALU, Digitial Circuit|Dev Wiki
Disable is defined as: unused, telemetry, useless. Topics on: Auto Time Zone Updater, Contact Data_6f03d9f, Microsoft (R) Diagnostics Hub Standard Collector Ser
DLL. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, Windows, DLL|FullStack Wiki by Roger J
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 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 is defined as: System to manage License access/distribution for App/product/service. Topics on: License, SaaS, PaaS. Read more: Computer Science, Computer L
DSL is defined as: Computer Lang specialized to a specific App Domain. Topics on: Query Language, !contrast General-Purpose. Read more: Computer Science, Comput
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
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 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. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, File System|FullStack Wiki by Roger J
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 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 is defined as: Approximation for real number, rep viasignificant * base ^ {exponent}. Topics on: real number, precision, Significand, base, expon
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 is defined as: CPU circuit to operate on Floating-Point numbers. Topics on: Floating-Point. Read more: Computer Science, Computer Lang, Computer, Hardware,
Framework is defined as: set of methods to Abstraction design/structure Source Code. Topics on: . Read more: Computer Science, Computer Lang, Programming Langua
Front Matter is defined as: YAML Metadata header for Markdown set by --- wrapper - front section of book/md.. Topics on: MDX is based off CommonMark which does
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
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
Globbing is defined as: Algorithm to match Wildcard Character pattern ie Glob Pattern || regex. Topics on: Wildcard Character. Read more: Computer Science, Comp
GNU. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, Unix, GNU|FullStack Wiki by Roger J
Go is defined as: Formerly known as Golang. powers esbuild. Topics on: . Read more: Computer Science, Computer Lang, Programming Language, Go | Full-Stack Wiki
GPL2 is defined as: GNU Public License ver 2 Copyleft. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, DRM, License, FOSS, Copyleft
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
GraphQL Schema is defined as: type: field ! for required. Topics on: Field, Type, type Query, type Mutation, !. Read more: Computer Science, Computer Lang, Prog
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
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. Topics on: . Read more: Computer Science, Computer Lang, Computer, Program, Algorithm, Search Algo, Binary Search, BST, Treap, Heap Property|Wiki
Heuristic is defined as: trial & error approach to solve problems, imperfect, approx, time-efficient solution, experience-based. Topics on: Metaheuristic. Read
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 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 is defined as: Header Payload Signature. Topics on: Header, Payload, Signature. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web
I/O. Topics on: audio jack. Read more: Computer Science, Computer Lang, Computer, Hardware, I O|FullStack Wiki by Roger J
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,
Instruction is defined as: Sentences in Machine Code. Topics on: . Read more: Computer Science, Computer Lang, Programming Language, Machine Code, Instruction
Internet Explorer is defined as: MS Dinosaur & antitrust play. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Bro
Interpreted Language is defined as: a. Topics on: Perl. Read more: Computer Science, Computer Lang, Programming Language|FullStack Wiki by Roger J
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
JAM is defined as: Javascript API Markup. Topics on: . Read more: Computer Science, Computer Lang, Programming Stacks, JAM|FullStack Wiki by Roger J
Java is defined as: clunky Boilerplate-heavy High-Level General-Purpose OOP Programming Language. inspire name for JS. Topics on: Java compile to bytecode to ru
js-yaml is defined as: most popular JS parser/stringifier for YAML. Topics on: . Read more: Computer Science, Computer Lang, Markup Lang, YAML, JS |web-Dev Wiki
JVM is defined as: java virtual machine. Topics on: . Read more: Computer Science, Computer Lang, Programming Language, Java, JVM|FullStack Wiki by Roger J
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 is defined as: Middleware to connect Hardware resource to Software. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, Middleware, Ha
Kotlin is defined as: static typed Multi-paradigm language attempt at better Java with DX features (ie type inference, null safety & functional pattern - Java-i
LaTeX is defined as: Markup Lang to typeset & render symbols for technical/scientific documentation. Topics on: TeX, KaTeX. Read more: Computer Science, Compute
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 is defined as: legal standard to permit use & destribution of product. Topics on: Public Domain, FOSS, Copyleft, Proprietary, SSPL. Read more: Computer
Linux. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, Linux|FullStack Wiki by Roger J
Logarithmic Complexity is defined as: Order Of Complexity scales log(n) inputs. Topics on: . Read more: Computer Science, Computer Lang, Computer, Program, Algo
Low-Level is defined as: of Programming Language to Abstraction less with Source Code closer to Machine Code, req closer management of Hardware resources. Topic
Machine Code is defined as: 0's & 1's. Binary Executable, generated via Interpretation or Compiled Language.. Topics on: Instruction. Read more: Computer Scienc
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
Markdown is defined as: Markup Lang to format tet, simple human-readable compat plaintext editor. Topics on: MDX, CommonMark, MD Syntax. Read more: Computer Sci
Markup Lang is defined as: Computer Lang to control style & layout presentation in documents. Topics on: LaTeX, XUL, XML, User Interface Markup Language, YAML,
MD Syntax is defined as: base level MD NOT MDX. Topics on: bold, H1, H2, italic, ul, inline code, codeblock. Read more: Computer Science, Computer Lang, Markup
MDX is defined as: Markdown+JSX. Topics on: MDX support JS expressions inside {}, MDX support IIFE, MDX support import export statements for ES Module, {/* to C
mdx to static html. Topics on: rehypeHighlight has no type definitions. Read more: Computer Science, Computer Lang, Markup Lang, Markdown, MDX | Full-Stack Wiki
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. Topics on: ArrayBuffer. Read more: Computer Science, Computer Lang, Assembly Language, Web Assembly, WASM, Memory|FullStack Wiki by Roger J
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 is defined as: framework to solve problems by experimental Heuristic method. Topics on: . Read more: Computer Science, Computer Lang, Computer, Pr
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 is defined as: Software to bridge/connect Software/systems. Topics on: Thunk. Read more: Computer Science, Computer Lang, Computer, Middleware, Softw
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
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. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web App, Client Routing, Routing, Null Route| Dev Wiki
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) 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 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
Order Of Complexity is defined as: of difficulty to scale Algorithm inputs vs time/space. Topics on: Time Complexity, Space Complexity, Logarithmic Complexity.
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 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 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 is defined as: (model) service to provide cloud computing (hardware/software/infrastructure) access to customer. Topics on: BaaS, IaaS. Read more: Computer
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 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 is defined as: License to allow mod/redis of Software & components. Topics on: . Read more: Computer Science, Computer Lang, Computer, Softwa
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
PHP is defined as: PHP: Hypertext Preprocessor; General-Purpose Scripting Language for Web Dev. Topics on: . Read more: Computer Science, Computer Lang, Program
Physical Address. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardware, Memory, Page Table, Physical Address|FullStack Wiki by Roger J
Plugin is defined as: Software extends Software to add functionality. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Plugin | Wiki
POST is defined as: Power On Self Test. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, POST|FullStack Wiki by Roger J
Primitive is defined as: ⚛ Simplest unit (to process) in Programming Language. Topics on: atomic element of expression in language (or even framework). Read mor
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 is defined as: self-contained sequence of Statement to perform task. Topics on: Algorithm, Scaffolding. Read more: Computer Science, Computer Lang, Comp
Programming Language is defined as: Computer Lang to express Instruction to Computer via Abstraction. Topics on: Scripting Language, Interpreted Language, Swif
Programming Stacks. Topics on: JAM, MEVN, MERN, MEAN. Read more: Computer Science, Computer Lang, Programming Stacks|FullStack Wiki by Roger J
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 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
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
Python is defined as: High-Level General-Purpose Scripting Language with emphasis on code readability via indentation. Topics on: . Read more: Computer Science,
Query Language. Topics on: GraphQL. Read more: Computer Science, Computer Lang, Programming Language, DSL, Query Language|FullStack Wiki by Roger J
querystring. Topics on: !snippet normalize URL path by removing querystring via RegExp. Read more: Computer Science, Computer Lang, Computer, Software, Domain,
Readability. Topics on: Indentation, Naming Convetion, Decomposition. Read more: Computer Science, Computer Lang, Programming Language, Source Code, Readability
real number. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardware, CPU, FPU, Floating Point, Real Number|FullStack Wiki by Roger J
Realtek. Topics on: Stereo Mix. Read more: Computer Science, Computer Lang, Computer, Hardware, I O, Audio Jack|FullStack Wiki by Roger J
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
regex is defined as: Syntax to express search pattern to match Character. XLang support. Topics on: regex present in virtually every Programming Language albeit
Regex tools. Topics on: regexr.com/, regex101.com/. Read more: Computer Science, Computer Lang, Regex|FullStack Wiki by Roger J
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),
Resolver is defined as: code to resolve GraphQL query & send output back to client. Topics on: . Read more: Computer Science, Computer Lang, Programming Languag
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
Ruby. Topics on: . Read more: Computer Science, Computer Lang, Programming Language, Scripting Language|FullStack Wiki by Roger J
Rust is defined as: Programming Language for performance & safe Concurrency Model, ex Gecko & SWC. Topics on: Cargo. Read more: Computer Science, Computer Lang,
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 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
Scaffolding is defined as: utility Program to generate Boilerplate/template, set App skeleton. Topics on: . Read more: Computer Science, Computer Lang, Computer
Scripting Language is defined as: Programming Language with Primitives based on API calls to automate a pre-existing system. Topics on: typically also Interpret
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. 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
Service is defined as: windows local background process task. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, Windows, Servicesmsc | Wiki
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 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
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 is defined as: CDN (& registry) to store/access Software Package. Topics on: . Read more: Computer Science, Computer Lang, Computer, Softwar
Sort Algo. Topics on: Bubble Sort. Read more: Computer Science, Computer Lang, Computer, Program, Algorithm, Sort Algo|FullStack Wiki by Roger J
Source Code is defined as: Human readable Abstraction over Machine Code, to write Programs. Topics on: Readability. Read more: Computer Science, Computer Lang,
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
Stylesheet Language is defined as: Computer Lang to express how to visually present docs. Topics on: Stylesheet. Read more: Computer Science, Computer Lang, Sty
Swift is defined as: Multi-paradigm Compiled Language Programming Language to build apple native apps, succeed & Interoperability Objective-C. Topics on: Swift
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
Thread is defined as: sequence of Instructions (where Machine Code) executed in CPU. Topics on: Coroutine, Background Thread. Read more: Computer Science, Compu
Thunk. Topics on: . Read more: Computer Science, Computer Lang, Computer, Middleware, Thunk|FullStack Wiki by Roger J
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 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
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 is defined as: Tip (+) Ring (-) Sleeve (ground) audio jack, carry balanced signal. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardwa
type Mutation is defined as: to define how to mutate data. Topics on: . Read more: Computer Science, Computer Lang, Programming Language, DSL, Query Language, G
type Query is defined as: to define entry point to read data for consumers. Topics on: . Read more: Computer Science, Computer Lang, Programming Language, DSL,
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.
Unity is defined as: C# Framework to build video games. Topics on: . Read more: Computer Science, Computer Lang, Programming Language, General Purpose, C, Unity
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 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
User Interface Markup Language. Topics on: . Read more: Computer Science, Computer Lang, Markup Lang|FullStack Wiki by Roger J
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
Virtual Address. Topics on: . Read more: Computer Science, Computer Lang, Computer, Hardware, Memory, Page Table, Virtual Address|FullStack Wiki by Roger J
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 is defined as: Software to emulate Hardware & OS. Topics on: . Read more: Computer Science, Computer Lang, Computer, OS, VM, Software, Hardware |web-Dev Wiki
WASM is defined as: . Topics on: Memory, Table, Instance. Read more: Computer Science, Computer Lang, Assembly Language, Web Assembly, WASM|FullStack Wiki by RJ
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 Assembly is defined as: Assembly language to run Low-Level Programming Language in Browser with near-native performance as portable binary executable. Topic
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
web platform. Topics on: VM, web apis. Read more: Computer Science, Computer Lang, Assembly Language, Web Assembly, Web Platform|FullStack Wiki by Roger J
Wildcard Character is defined as: algebraic placeholder char. Topics on: . Read more: Computer Science, Computer Lang, Computer, Program, Algorithm, Globbing, W
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 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 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 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
XML is defined as: eXtensible Markup Lang (and file format). Topics on: XML define rules to encode documents as human-readable & machine-readable. Read more: Co
XUL is defined as: XML User Interface Markup Language. Topics on: . Read more: Computer Science, Computer Lang, Markup Lang, XUL, XML|FullStack Wiki by Roger J
YAML is defined as: human-readable lang to Serialize data to support x-lang. Topics on: yaml, js-yaml. Read more: Computer Science, Computer Lang, Markup Lang,
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