Generating
Everything on SkillVeris tagged Generating — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 2 libraries
Study Notes(3)
Dynamic DAG Generation
Techniques for programmatically generating multiple Airflow DAGs from configuration files or metadata instead of hand-writing each one, and the performance tra…
Generating Code from .proto
How protoc and language plugins turn a .proto file into usable client stubs and server interfaces, and how to wire that into a build.
Generating Permutations and Combinations
Use backtracking to enumerate all permutations and combinations of a collection systematically.