Strategies
Everything on SkillVeris tagged Strategies — collected across the glossary, study notes, blog, and cheat sheets.
19 resources across 2 libraries
Study Notes(18)
Caching Strategies: In-Memory and Distributed
How to use IMemoryCache and IDistributedCache in ASP.NET Core to reduce database load, and how to choose between them.
Locator Strategies (ID, CSS, XPath)
How to choose and write reliable Selenium locators using ID, CSS selectors, and XPath, and how to weigh their tradeoffs.
Joins in Spark
How Catalyst chooses between broadcast hash joins and sort-merge joins, why the choice matters for performance, and how to diagnose and fix skewed joins.
Supervisors and OTP
Learn how OTP supervisors monitor child processes and restart them automatically to build fault-tolerant systems.
Reconnection Strategies
How to design client-side reconnect logic, backoff, and state resync so WebSocket-based apps recover gracefully from dropped connections.
Indexing Strategies
Practical guidance for deciding what to index, how to order multicolumn indexes, and how to validate index effectiveness in PostgreSQL.
Revalidation Strategies
Understand time-based revalidation (ISR) and on-demand revalidation with revalidatePath and revalidateTag, and how to wire them into Server Actions and Route H…
Caching Strategies with Redis
A practical guide to the core caching patterns — cache-aside, write-through, and write-behind — used to speed up applications with Redis, plus how to pick sane…
Indexing Strategies and Tradeoffs
How to choose composite index column order, use covering indexes, and know when not to index.
Branching Strategies
Compare Git Flow, GitHub Flow, and trunk-based development to choose the right branching model for your team.
Caching Strategies
Compare cache-aside, write-through, and write-behind caching patterns and their consistency and latency tradeoffs.
Cloud Migration Strategies
Learn the '6 Rs' framework for migrating workloads to the cloud: Rehost, Replatform, Repurchase, Refactor, Retire, and Retain.
Container Orchestration Strategies
A comparison of orchestration platforms and hosting models for running containers reliably at scale in production.
Cross-Validation Strategies
Learn how k-fold, stratified, and time-series cross-validation give more reliable estimates of model performance than a single train-test split.
Container Registries and Tagging Strategies
Explore how CI/CD pipelines push images to container registries and the tagging conventions that keep deployments traceable, safe, and repeatable.
Rollback and Incident Response in CI/CD
Learn how to design pipelines that can quickly and safely revert a bad deployment, and how rollback strategy fits into a broader incident response process.
Cache Invalidation Strategies
Explores how systems keep cached data consistent with the source of truth, covering TTLs, write-through/write-behind patterns, and explicit invalidation on upd…
Rate Limiting Strategies
Techniques for controlling how many requests a client or service can make in a given time window, protecting systems from overload and abuse.