State
Everything on SkillVeris tagged State — collected across the glossary, study notes, blog, and cheat sheets.
35 resources across 2 libraries
Study Notes(32)
Session State in Web Forms
Understand how Web Forms tracks per-user data across requests with Session state, the tradeoffs between InProc, StateServer, and SQLServer modes, and common pi…
MVC vs Web Forms
A comparison of ASP.NET MVC and ASP.NET Web Forms - architecture, state management, testability, and when you'd still encounter Web Forms today.
Session and State Management
How ASP.NET MVC preserves data across stateless HTTP requests using Session, TempData, ViewData/ViewBag, cookies, and out-of-process session stores.
Blazor Best Practices
Practical guidelines for structuring components, managing state, and keeping Blazor apps fast and maintainable in production.
State Management Patterns
Explore techniques for sharing and persisting state across Blazor components, from cascading parameters to dedicated state containers.
Authentication and Storage State Reuse
Save and reuse Playwright's storageState to skip repeated UI logins, share auth across projects, and manage multiple user roles.
Flink Best Practices
Battle-tested guidance for tuning state, parallelism, checkpointing, and watermarks in production Apache Flink jobs.
Keyed State and Operator State
How Flink's two fundamental state primitives differ in scope, partitioning, and redistribution during rescaling.
State Backends
The pluggable storage engines that determine how and where Flink keeps state during execution and checkpointing.
CI/CD for dbt Projects
How to build continuous integration and deployment pipelines for dbt projects using slim CI, automated testing, and gated production deploys.
Desired State Configuration (DSC)
Learn how PowerShell DSC declaratively defines and enforces the configuration state of servers and services.
OAuth Best Practices
The concrete, RFC 9700-aligned security practices every OAuth 2.0 implementation should follow, from PKCE to token storage.
State and CSRF Protection
How the state parameter defeats login CSRF in OAuth flows, the entropy and storage requirements that make it effective, and why it complements PKCE.
Building a Simple State Machine in Lua
A hands-on walkthrough of implementing a finite state machine in Lua using tables and functions, with a traffic-light example.
Memento Pattern
A behavioral pattern that captures and externalizes an object's internal state so it can be restored later, without violating encapsulation.
State Pattern
The State pattern lets an object change its behavior when its internal state changes by delegating to interchangeable State objects that manage their own trans…
Context API for State Management
Learn how React's built-in Context API lets you share state across components without prop drilling.
Lifting State Up in React
Learn the pattern of moving shared state to the closest common ancestor so sibling components can stay in sync.
State in React
Understand how state gives components memory, enabling dynamic, interactive UIs that update over time.
State Management Patterns Comparison
Compare local state, Context API, and Redux/Zustand-style libraries to choose the right tool for each situation.
State and remember
Understand how Compose tracks mutable values across recompositions using the remember function, and why state that isn't remembered gets lost.
State Hoisting
Learn the Compose pattern of moving state up to a caller so composables become stateless, reusable, and easier to test.
@State and @Binding
Understand how @State owns local view state and how @Binding lets child views read and write that state without owning it themselves.
The @Observable Macro
See how the iOS 17 @Observable macro replaces ObservableObject with automatic, fine-grained property tracking that simplifies SwiftUI model code.
Showing 24 of 32.
Cheat Sheets(3)
JavaScript Closures Cheat Sheet
Covers how closures capture variables from their enclosing scope, with practical patterns like private state, memoization, and a classic loop pitfall.
Vue Composition API Cheat Sheet
Core syntax for Vue 3's Composition API including reactive refs, computed values, watchers, lifecycle hooks, and composables.
AWS Step Functions Cheat Sheet
ASL state types, error handling, and CLI/SDK commands for building and running serverless workflow orchestrations.