Exist
Everything on SkillVeris tagged Exist — collected across the glossary, study notes, blog, and cheat sheets.
25 resources across 1 library
Study Notes(25)
UWP Background Tasks
How Universal Windows Platform apps run code while suspended or not in the foreground, using triggers, conditions, and a constrained execution model.
Visual States in XAML
How VisualStateManager, VisualStateGroups, and VisualState define named, animated appearance changes for a control, and how GoToState transitions between them.
Value Converters
Learn how IValueConverter and IMultiValueConverter transform data between ViewModel types and UI-friendly representations without polluting the ViewModel.
Layout Pages in Web Pages
How shared layout pages, the RenderBody and RenderSection methods, and reusable partial views let ASP.NET Web Pages sites keep a consistent header, footer, and…
Component Libraries
Build reusable canvas app components and publish them as component libraries shared across multiple apps.
Cascading Parameters
Understand how CascadingValue and [CascadingParameter] let ancestor components implicitly supply data to deeply nested descendants without prop drilling.
Organizing Requests with Folders
Learn how to use folders inside a Postman Collection to group related requests, apply shared settings, and control execution order at scale.
Incremental Models In-Depth
Incremental models process only new or changed rows on subsequent runs instead of rebuilding the full table, using is_incremental() and configurable strategies…
Indexes and Performance
Learn how clustered and nonclustered indexes speed up SQL Server queries, and how to read execution plans and statistics to diagnose slow queries.
Refresh Tokens
Refresh tokens let a client obtain new access tokens without forcing the resource owner to re-authenticate, and how they're issued and rotated is central to OA…
Governor Limits
Understand why Salesforce enforces per-transaction governor limits and how to write bulk-safe Apex that never hits SOQL, DML, CPU, or heap ceilings.
Acknowledgements and Callbacks
Learn how Socket.IO acknowledgements let the sender of an event know it was received and processed, turning fire-and-forget emits into request/response style c…
Events and Logging
Events emit indexed logs to the blockchain that off-chain applications can efficiently query, providing a cheap way to record activity that smart contracts the…
Upgradeable Contracts and Proxies
How proxy patterns let you change contract logic after deployment using delegatecall, the difference between Transparent and UUPS proxies, and the storage-layo…
Threading Macros
Learn how ->, ->>, some->, some->>, and as-> rewrite deeply nested Clojure expressions into readable, linear pipelines without changing runtime behavior.
Active Patterns
Learn how F#'s active patterns let you define custom, named ways to pattern-match against values, from simple classification to parsing and matching against ex…
Units of Measure
See how F#'s units of measure attach compile-time-only physical units to numeric types, catching dimensional-analysis bugs before runtime.
Message Acknowledgments
Understand how RabbitMQ acknowledgments, nacks, and rejections protect against message loss and prevent poison-message loops.
Publisher Confirms
Learn how RabbitMQ's publisher confirm mechanism lets a producer know for certain that a message was safely received and persisted by the broker, closing the g…
S3 Storage Classes
Compare S3's storage classes — from Standard to Glacier Deep Archive — and learn how to pick the right one and automate transitions with lifecycle rules.
Shards and Replicas
How Elasticsearch splits indices into shards for scalability and duplicates them as replicas for resilience and read throughput.
Serializers Explained
A deep dive into how Django REST Framework serializers convert between complex Python/model data and JSON, including validation and nested relationships.
Indexes in MongoDB
Learn how MongoDB indexes work internally, why they speed up queries, and how to create and manage the core index types.
Deployments and ReplicaSets
Learn how Deployments manage ReplicaSets to declaratively run, scale, and update stateless Pod replicas in Kubernetes.
Showing 24 of 25.