Static Analysis
Everything on SkillVeris tagged Static Analysis — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Interview Questions(4)
What Is ESLint and Why Does Linting Matter?
ESLint is a static-analysis tool that parses JavaScript/TypeScript source into an abstract syntax tree and applies configurable rules to flag bugs, style incon…
What Is Type Narrowing in TypeScript?
Type narrowing is the process by which TypeScript refines a broader, unioned type down to a more specific type within a block of code, based on runtime checks…
SAST vs DAST: What Is the Difference?
SAST (Static Application Security Testing) scans an application’s source code, bytecode, or binaries without executing them to find vulnerabilities like SQL in…
What is Infrastructure Testing and Why Does It Matter?
Infrastructure testing is the practice of writing automated checks that verify infrastructure-as-code (Terraform, CloudFormation, Pulumi) actually provisions t…