Actually
Everything on SkillVeris tagged Actually — collected across the glossary, study notes, blog, and cheat sheets.
33 resources across 1 library
Study Notes(33)
XAML Hot Reload
How XAML Hot Reload lets developers edit markup and see UI changes applied to a running application without a full rebuild.
Data Templates
How DataTemplate lets WPF turn plain view-model objects into rich, reusable visual trees — the backbone of MVVM-driven UIs.
async/await Fundamentals
How async/await really works under the hood in .NET, the differences between Task, Task<T>, and ValueTask<T>, and how to avoid the classic deadlock trap.
Teams Phone and Calling Basics
An introduction to Teams Phone System, PSTN connectivity options, and core calling features that turn Teams into a full PBX replacement.
Delegation and Its Limits
A deep dive into how Power Apps delegation works, which functions and connectors support it, and practical strategies for working around non-delegable formulas.
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.
CORS Configuration
Understand how Cross-Origin Resource Sharing works in ASP.NET Core and how to configure it safely for browser-based clients calling your API.
Headless Browser Testing
Run Selenium tests against browsers with no visible UI, speeding up CI execution while understanding the tradeoffs versus headed mode.
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…
OAuth vs Authentication
Clears up the most common OAuth misconception: OAuth 2.0 is an authorization protocol, not an authentication protocol, and explains where OpenID Connect fits i…
PKCE in Depth
How Proof Key for Code Exchange binds an authorization request to its token exchange and why S256 is mandatory in modern OAuth deployments.
Scopes and Consent
Scopes let a client request narrowly defined permissions, and the consent screen is where the resource owner explicitly approves exactly what's being granted.
What Is sed?
An introduction to sed, the non-interactive stream editor that transforms text line by line as it flows through a pipeline.
ARC and Memory Management
How Automatic Reference Counting manages object lifetimes in Objective-C, and how it relates to the manual retain/release model it replaced.
Objective-C Runtime and Dynamism
How Objective-C's message-passing runtime enables introspection, method swizzling, and associated objects, and the risks that come with that power.
D Interview Questions
The concepts D interviewers actually probe: struct vs class semantics, the function attribute system, template constraints, and the actor-model concurrency of…
Packages and Namespaces
Understand how Perl's 'package' keyword partitions global symbol tables to avoid naming collisions and how namespaces underpin every module and class.
Subprotocols Explained
How the Sec-WebSocket-Protocol header lets client and server agree on an application-level messaging convention over a raw WebSocket connection.
Nginx Variables
How Nginx's dollar-sign variables are lazily computed per request, the difference between commonly confused ones like $uri and $request_uri, and how map builds…
ACID and Isolation Levels
How PostgreSQL guarantees Atomicity, Consistency, Isolation, and Durability, and how the four SQL isolation levels trade off correctness against concurrency.
RabbitMQ Clustering Basics
Learn how RabbitMQ nodes join together to form a cluster, how metadata and queue state are shared, and what happens when nodes fail.
Playbook Structure Basics
Learn how Ansible playbooks are organized as YAML documents of plays and tasks, and how top-level keys like hosts, vars, and roles fit together.
CQRS Explained
Command Query Responsibility Segregation splits the write model and the read model of a service into separate paths, letting each be optimized, scaled, and evo…
Eventual Consistency Explained
Eventual consistency guarantees that, absent new updates, all replicas or downstream views of data will converge to the same state — but not instantly, which s…
Showing 24 of 33.