Explained
Everything on SkillVeris tagged Explained — collected across the glossary, study notes, blog, and cheat sheets.
103 resources across 1 library
Study Notes(103)
Two-Way Binding Explained
A deep dive into TwoWay binding mechanics — how edits flow from the UI back to the ViewModel, when updates trigger, and common pitfalls.
WCF Bindings Explained
A tour of WCF's built-in bindings and how each one shapes the transport, encoding, and security of a service contract.
Expression Trees Explained
Learn what expression trees are, how the compiler builds them from lambdas, and how providers like EF Core walk them to generate SQL.
ViewState Explained
How ASP.NET Web Forms' ViewState mechanism preserves control state across postbacks, how it's serialized, and when to disable it for performance.
Group Policy Objects Explained
An introduction to Group Policy Objects (GPOs), how they store settings, and how they get applied to users and computers in Active Directory.
Change Tracking Explained
How EF Core's ChangeTracker snapshots entity state and computes the minimal set of INSERT, UPDATE, and DELETE statements needed at SaveChanges time.
Backtracking Explained
How Prolog recovers from failed goals and finds multiple solutions by returning to choice points, and what that means for how programs actually execute.
Multiple Dispatch Explained
Understand how Julia selects a method based on the runtime types of all arguments, and why this is central to Julia's design and performance.
Metatables Explained
Discover how Lua metatables let ordinary tables gain custom behavior for indexing, inheritance, and protection, powering nearly every advanced Lua idiom.
Groovy DSLs Explained
How Groovy's syntactic flexibility — optional parentheses, closures, and builders — enables readable internal domain-specific languages like Gradle and Jenkins…
Supervisors Explained
Learn how OTP supervisors use child specifications and restart strategies to automatically detect and recover from process failures.
GenServer Explained
Understand how GenServer standardizes stateful server processes in Elixir with a clean client/callback API.
Applicatives Explained
Learn how the Applicative type class extends Functor with pure and <*>, letting you combine several independent effectful values -- Maybe validations, list com…
Functors Explained
Understand Haskell's Functor type class -- how fmap maps a function over a structure like Maybe, a list, or Either while preserving its shape, and the laws tha…
Monads Explained
Learn how the Monad type class extends Applicative with >>= (bind), letting a computation's result decide what runs next, and how do-notation, Maybe, list, and…
Type Classes Explained
How Haskell's type classes define shared interfaces like Eq, Ord, and Show, and how instances and constraints let ad-hoc polymorphism work safely.
Case Classes Explained
Understand what case class generates for free -- structural equality, copy, and pattern matching support -- and how pairing it with sealed traits builds safe,…
Copybooks Explained
Understand how COBOL copybooks let teams share data layouts and procedural code across programs using the COPY statement, REPLACING phrase, and include-library…
PICTURE Clauses Explained
A detailed guide to COBOL's PICTURE (PIC) clause, the syntax that defines a data item's category, size, and display format.
The Four Divisions Explained
A detailed walkthrough of COBOL's four mandatory divisions — IDENTIFICATION, ENVIRONMENT, DATA, and PROCEDURE — and what belongs in each.
CPU Registers Explained
A practical guide to what CPU registers are, the main categories on x86-64, and how assembly instructions use them to do work.
Interrupts Explained
How hardware interrupts, software interrupts, and CPU exceptions divert execution to handler routines, and how the IDT ties it all together.
System Calls Explained
How assembly programs ask the operating system kernel to perform privileged work like reading files, allocating memory, and exiting a process.
Socket.IO Explained
Understand what Socket.IO adds on top of raw WebSockets — rooms, namespaces, automatic reconnection, and transport fallback — and when it's the wrong tool for…
Showing 24 of 103.