Does
Everything on SkillVeris tagged Does — collected across the glossary, study notes, blog, and cheat sheets.
25 resources across 1 library
Study Notes(25)
The Choice Command
Use the built-in choice command to build single-keypress menus, timed prompts, and errorlevel-driven branching in Windows batch scripts.
TemplateBinding
The lightweight, one-way markup extension used inside a ControlTemplate to connect template visuals to the templated control's own properties.
AD FS and Federation Basics
How Active Directory Federation Services issues claims-based security tokens to enable single sign-on with partner organizations and claims-aware applications.
DNS Fundamentals on Windows Server
Learn how the Windows Server DNS role resolves names to IP addresses and why DNS is the backbone that Active Directory depends on.
LINQ to Entities
How EF Core translates LINQ query syntax into SQL, and the rules that govern what can and cannot be pushed down to the database.
JMeter Plugins Manager
Learn how to install and use the JMeter Plugins Manager to browse, install, and update third-party plugins like custom thread groups and advanced graph listene…
The Catalyst Optimizer
How Spark SQL's Catalyst optimizer moves a query through analysis, logical optimization, physical planning, and code generation, plus how Adaptive Query Execut…
Keyed Streams and keyBy
Partitioning a DataStream by key using keyBy() to enable per-key state and correct windowed aggregations.
Application Master
How YARN's per-application ApplicationMaster negotiates resources, drives task execution, and recovers from failure.
Actions and Steps
Learn how actions form the sequential building blocks of a flow's logic, from simple connector calls to control-flow constructs like conditions and loops.
SOSL Searches
Learn Salesforce Object Search Language (SOSL) for full-text search across multiple objects and fields at once, and when to reach for it instead of SOQL.
The Socket.IO Adapter
Learn what the Socket.IO adapter is, how it powers rooms and broadcasting under the hood, and why the default in-memory adapter breaks down once you run more t…
DUB Package Management
DUB is D's official build tool and package manager -- it resolves dependencies, drives builds across configurations, and publishes reusable packages to the DUB…
Cabal and Package Management
Learn how Cabal defines, builds, and resolves dependencies for Haskell projects, and how it works alongside Stack and Hackage.
Gzip and Compression
How Nginx's gzip module shrinks response payloads, the directives that control it, and how Brotli compares as a modern alternative.
Mediator Pattern
A behavioral pattern that centralizes complex communications between related objects into a single mediator object, reducing direct coupling.
Cloud CDN Basics
Learn how Cloud CDN caches content at Google's global edge locations by attaching to a load balancer's backend, how cache keys and cache modes control what get…
Azure Front Door and CDN
Understand how Azure Front Door provides global Layer 7 routing, failover, and WAF protection at the edge, and how it differs from and complements Azure CDN ca…
Azure Load Balancer Basics
Learn how Azure Load Balancer distributes Layer 4 traffic across backend pools using health probes, load balancing rules, and the Standard SKU's secure-by-defa…
Process Substitution
Learn how Bash's <(...) and >(...) process substitution let commands read from or write to another command's output as if it were a file.
trap and Signal Handling
Master bash's `trap` builtin to intercept signals like SIGINT and EXIT, enabling reliable cleanup, graceful shutdown, and robust error handling in scripts.
Protobuf Data Types
A tour of Protocol Buffers' scalar, composite, and byte-oriented field types, and how each is encoded on the wire.
Server-Side Rendering
Understand how Server-Side Rendering (SSR) generates HTML on every request in Next.js, and how it differs from static generation.
Redis Replication
How Redis copies data from a primary to one or more replicas for read scaling and failover readiness, and the consistency tradeoffs that come with it.
Showing 24 of 25.