Resource
Everything on SkillVeris tagged Resource — collected across the glossary, study notes, blog, and cheat sheets.
13 resources across 1 library
Study Notes(13)
Common XAML Pitfalls
A tour of the most frequent mistakes XAML developers make with resource lookup, StaticResource vs DynamicResource, and layout sizing, plus how to fix each one.
Merged Resource Dictionaries
Learn how MergedDictionaries lets you split XAML resources across multiple files, control precedence, and reference them across assemblies.
Resource Dictionaries in XAML
Learn how ResourceDictionary stores reusable brushes, styles, and templates in XAML, and how StaticResource and DynamicResource look them up.
StaticResource and DynamicResource
The difference between resolving a resource once at parse time versus keeping a live, updating reference to it.
Theming with XAML
Learn how to structure XAML resource dictionaries to support light/dark theming, runtime theme switching, and consistent theme resource naming.
Resource Dictionaries
How WPF ResourceDictionary objects store reusable styles, brushes, and templates, and how StaticResource, DynamicResource, and merged dictionaries work togethe…
Application Master
How YARN's per-application ApplicationMaster negotiates resources, drives task execution, and recovers from failure.
Styling and Resources
How ResourceDictionary scoping, implicit/explicit Styles, BasedOn inheritance, and AppThemeBinding/DynamicResource combine to theme a MAUI app.
GCP Resource Hierarchy
How Organizations, Folders, Projects, and resources nest together in GCP, and how IAM policies inherit down this hierarchy.
Custom Resource Definitions
How CustomResourceDefinitions let you extend the Kubernetes API with your own resource types, including schema validation, versioning, and subresources.
Resource Requests and Limits
Understand how Kubernetes uses requests for scheduling and limits for runtime enforcement, and how both determine a Pod's QoS class.
Namespaces and Resource Quotas
Understand how Kubernetes Namespaces provide multi-tenant isolation and how ResourceQuotas and LimitRanges enforce fair compute usage across teams.
Resources and Resource Blocks
The resource block is Terraform's fundamental unit of infrastructure declaration, describing a single managed object like a virtual machine, network, or storag…