Multiple
Everything on SkillVeris tagged Multiple — collected across the glossary, study notes, blog, and cheat sheets.
11 resources across 1 library
Study Notes(11)
Jest in Monorepos
Learn how to configure Jest to run efficiently across multiple packages in a monorepo, covering shared config, workspace-aware discovery, and CI caching.
Distributed Testing with Multiple Machines
Learn how JMeter's controller-agent distributed testing model scales load generation across multiple machines and where its limits are.
Working with Frames and Multiple Windows
Learn how to switch WebDriver's context into iframes and nested frames, and how to detect, switch between, and close multiple browser windows and tabs.
Julia for Scientific Computing
How Julia's multiple dispatch, type system, and native array performance make it a first-class language for numerical and scientific computing.
Multiple Dispatch Explained
Understand how Julia selects a method based on the runtime types of all arguments, and why this is central to Julia's design and performance.
Variadic Functions and Multiple Returns
Understand how Lua functions return multiple values, how variadic parameters (...) work with select and table.pack/unpack, and the truncation rules that trip u…
Multiple Inheritance in Python
How Python resolves method lookups across multiple parent classes using MRO (Method Resolution Order) and C3 linearization, including the diamond problem.
Multiple Return Values in Go
Understand how Go functions return multiple values, including the idiomatic error-handling pattern.
Polynomial and Multiple Regression
Extends simple linear regression to multiple predictors and curved relationships, showing how feature expansion lets a linear model fit non-linear patterns.
Aggregation Functions
Explore the built-in and custom aggregation functions available after groupby, including agg() for applying multiple statistics at once.
Boolean Filtering
Learn how to filter DataFrame rows using boolean masks built from comparison and logical operators, including combining conditions and using isin and query for…