Four
Everything on SkillVeris tagged Four — collected across the glossary, study notes, blog, and cheat sheets.
11 resources across 1 library
Study Notes(11)
Selenium WebDriver Architecture
How Selenium WebDriver's client-server architecture routes commands from your test script to the browser using the W3C protocol.
Schema Tests
Schema tests are YAML-declared assertions — unique, not_null, accepted_values, and relationships — that dbt compiles into SQL to automatically validate your da…
OAuth 2.0 Roles and Terminology
A guided tour of the four OAuth 2.0 roles — resource owner, client, authorization server, resource server — and the core vocabulary you'll see in every spec an…
Concurrency Primitives Compared
A side-by-side comparison of atoms, refs, agents, and core.async channels to help you choose the right Clojure concurrency primitive for each situation.
Data Division Basics
An introduction to the COBOL Data Division, the section of a COBOL program where every variable, file layout, and record structure is declared before any execu…
The Four Divisions Explained
A detailed walkthrough of COBOL's four mandatory divisions — IDENTIFICATION, ENVIRONMENT, DATA, and PROCEDURE — and what belongs in each.
The Gang of Four and Pattern Categories
How the 1994 Gang of Four catalog organized 23 object-oriented design patterns into Creational, Structural, and Behavioral categories, with representative exam…
The Kubernetes Networking Model
How Kubernetes guarantees flat, NAT-free Pod-to-Pod connectivity and how CNI plugins and kube-proxy implement that contract.
Services In Depth
How Kubernetes Services provide stable virtual IPs over dynamic Pod sets, covering all four Service types, EndpointSlices, and headless Services.
Bool Queries
How the bool compound query combines must, should, must_not, and filter clauses to express complex search logic in Elasticsearch.
Caching in Next.js
A tour of the four caching mechanisms in the Next.js App Router — Request Memoization, the Data Cache, the Full Route Cache, and the Router Cache — and how the…