# The lex records whose kind is activity

This index as JSON: https://banes-lab.com/json/api/facets/lex/kind/activity

## Entries

- [Continuous Improvement](https://banes-lab.com/records/lex/continuous-improvement.md): Iteratively refining a system's design in small, ongoing steps rather than in large infrequent overhauls.
- [Problem Decomposition](https://banes-lab.com/records/lex/problem-decomposition.md): Breaking a problem into fundamental sub-problems that can be reasoned about independently.
- [Causation Tracking](https://banes-lab.com/records/lex/causation-tracking.md): Recording which event caused which, so cause-and-effect chains can be reconstructed later.
- [Causal Reasoning](https://banes-lab.com/records/lex/causal-reasoning.md): Reasoning about which events must precede others based on their causal relationships.
- [Happens-Before Reasoning](https://banes-lab.com/records/lex/happens-before-reasoning.md): Reasoning about event order using logical timestamps that respect the happens-before relation.
- [Result Validation](https://banes-lab.com/records/lex/result-validation.md): The activity of checking that an operation's result satisfies its promised postconditions.
- [Contract Testing](https://banes-lab.com/records/lex/contract-testing.md): The activity of testing that an implementation honors the contract it declares.
- [Cleanup / Simplification](https://banes-lab.com/records/lex/cleanup-simplification.md): The activity of removing obsolete code and structure, which backward compatibility can hold back.
- [Cross-Domain Translation](https://banes-lab.com/records/lex/cross-domain-translation.md): The activity of mapping terms and structures between two domains that model the world differently.
- [Rapid Prototyping](https://banes-lab.com/records/lex/rapid-prototyping.md): The activity of building quick throwaway prototypes, which explicit contracts can slow.
- [Deep Optimization](https://banes-lab.com/records/lex/deep-optimization.md): The practice of optimizing heavily against a specific implementation's traits, which ties code to it.
- [Debugging](https://banes-lab.com/records/lex/debugging.md): The activity of locating and diagnosing the cause of a defect.
- [Capacity Planning](https://banes-lab.com/records/lex/capacity-planning.md): Forecasting resource demand and provisioning capacity to meet it without waste or shortfall.
- [Evaluation](https://banes-lab.com/records/lex/evaluation.md): The systematic assessment of a model or system's behavior and quality against defined criteria.
- [Reconciliation](https://banes-lab.com/records/lex/reconciliation.md): The activity of detecting and resolving divergence between replicas so they converge to a consistent state.
- [Domain Modeling](https://banes-lab.com/records/lex/domain-modeling.md): Expressing a problem domain as a first-class language of its own concepts and rules.
- [Incident Response](https://banes-lab.com/records/lex/incident-response.md): Detecting, triaging, and resolving an operational incident once an alert fires.
- [Evidence-Based Optimization](https://banes-lab.com/records/lex/evidence-based-optimization.md): The activity of improving performance guided by measurement rather than assumption.
- [Scalability Analysis](https://banes-lab.com/records/lex/scalability-analysis.md): The activity of assessing how a system's cost grows as load or input increases.
- [Cache Invalidation](https://banes-lab.com/records/lex/cache-invalidation.md): The activity of removing or refreshing cached entries so stale data is not served.
- [Continuous Authorization](https://banes-lab.com/records/lex/continuous-authorization.md): The practice of re-verifying a caller's authorization on every request rather than trusting a single earlier check.
- [Key Management](https://banes-lab.com/records/lex/key-management.md): The activity of generating, distributing, rotating, and revoking cryptographic keys across their lifecycle.
- [Mitigation](https://banes-lab.com/records/lex/mitigation.md): The activity of reducing a risk's likelihood or impact through deliberate countermeasures.
- [Review](https://banes-lab.com/records/lex/review.md): The activity of examining a change or artifact against standards before it is accepted.
- [Risk Identification](https://banes-lab.com/records/lex/risk-identification.md): The activity of discovering and cataloguing the risks that could affect a system or objective.
- [Control Selection](https://banes-lab.com/records/lex/control-selection.md): The activity of choosing which security controls to apply based on identified threats and their priority.
- [Certificate Management](https://banes-lab.com/records/lex/certificate-management.md): The activity of issuing, deploying, renewing, and revoking the digital certificates that transport encryption depends on.
- [Policy Maintenance](https://banes-lab.com/records/lex/policy-maintenance.md): The activity of keeping codified policies correct and current as requirements evolve.
- [Remediation Action](https://banes-lab.com/records/lex/remediation-action.md): A corrective action executed to return a system to a healthy state after a fault is detected.
- [Remediation Workflow](https://banes-lab.com/records/lex/remediation-workflow.md): A defined sequence of steps carried out to remediate a detected incident.
- [Classification Judgment](https://banes-lab.com/records/lex/classification-judgment.md): The activity of reading a file and assigning its concern by its primary responsibility, which no pattern-match can perform on its behalf.
- [Vocabulary Admission](https://banes-lab.com/records/lex/vocabulary-admission.md): The act of reasoning a proposed word against the declared categories and admitting it only by developer-approved registry edit.
- [Identity Migration](https://banes-lab.com/records/lex/identity-migration.md): The activity of renaming an artifact and updating every reference to it in the same pass, so no reference is left dangling.
- [Container-by-Container Reshape](https://banes-lab.com/records/lex/container-by-container-reshape.md): The practice of converting one container at a time to the taxonomy, updating every reference in the same pass and holding the gate green between each.
