Splitting
Everything on SkillVeris tagged Splitting — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Study Notes(6)
Field Separators and Record Separators
FS and RS govern how AWK splits input into fields and records, while OFS and ORS control how output is reassembled; mastering them unlocks CSV, multiline, and…
Django Settings and Environments
Understand how Django's settings module works and how to structure configuration safely across local, staging, and production environments.
Code Splitting and Lazy Loading
Reduce initial bundle size in React apps using React.lazy and Suspense to load components on demand.
Decision Trees
Covers how decision trees split data recursively using impurity measures like Gini and entropy to produce interpretable, rule-based predictions.
Canary Releases
Learn how canary releases gradually expose a small percentage of real traffic to a new version, using metrics to decide whether to expand or abort the rollout.
Lazy Loading and Code Splitting
Covers how to split a Vue application into smaller chunks using dynamic imports for routes and components, reducing initial bundle size and improving load perf…