Feature
Everything on SkillVeris tagged Feature — collected across the glossary, study notes, blog, and cheat sheets.
13 resources across 2 libraries
Study Notes(9)
MFC Feature Pack and Ribbon UI
The Visual Studio 2008 Feature Pack classes (CMFCRibbonBar, CDockablePane, CFrameWndEx) that brought Office-style ribbons, docking panes, and visual managers t…
Graceful Degradation
The design discipline of keeping a system partially functional and useful when some of its dependencies fail, instead of failing entirely.
TDD for a Simple Feature
Walk through a complete red-green-refactor cycle for a realistic feature, from the first failing test to a clean, general implementation.
Feature Scaling and Normalization
Learn why rescaling numeric features onto comparable ranges matters, and how standardization, min-max scaling, and robust scaling each affect model behavior.
Feature Selection Techniques
Discover filter, wrapper, and embedded methods for choosing the most useful subset of features, reducing overfitting and improving model interpretability.
What Is Feature Engineering?
Explore how transforming raw data into informative input variables often matters more for model quality than the choice of algorithm itself.
Feature Flags and Progressive Delivery
Feature flags decouple deploying code from releasing it to users, enabling progressive delivery techniques like percentage rollouts and targeted exposure contr…
Feature Branch Workflow
A widely used team workflow where every change lives on its own short-lived branch off main, gets reviewed via pull request, and is merged once approved and te…
Lazy Loading Feature Routes
Discover how to split an Angular application into smaller JavaScript bundles that load on demand as users navigate, dramatically improving initial load perform…
Cheat Sheets(4)
Transfer Learning Cheat Sheet
Covers feature extraction versus fine-tuning, freezing layers, and practical PyTorch code for adapting a pretrained model to a new task.
Feature Flags Cheat Sheet
Patterns for using feature flags to decouple deployment from release, run experiments, and control rollout risk.
Feature Stores Cheat Sheet
Manage offline and online feature pipelines for ML with a feature store, covering feature views, materialization, and point-in-time joins.
Model Explainability (SHAP/LIME) Cheat Sheet
Interpret black-box model predictions using SHAP Shapley values and LIME local surrogate models, with plots and feature attribution.