Parameter
Everything on SkillVeris tagged Parameter — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Study Notes(5)
Backfilling and Catchup
Understanding Airflow's catchup behavior and the airflow dags backfill command for (re)processing historical data intervals.
Functions and Parameters
Learn to write reusable PowerShell functions with typed, validated, pipeline-aware parameters, and understand how advanced functions behave like native cmdlets.
Advanced Parameter Expansion
Master Bash's ${...} parameter expansion operators for defaults, substring removal, pattern substitution, case conversion, and length/indirection tricks that e…
The this Parameter in TypeScript
Use a fake first `this` parameter to tell TypeScript what `this` must be inside a function, catching binding mistakes at compile time.
Merging and Joining DataFrames
How pandas' merge function combines two DataFrames on shared keys using inner, left, right, and outer join logic, and how it compares to the index-based join m…