CI
Everything on SkillVeris tagged CI — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Interview Questions(6)
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…
How Do You Test a Web App for Accessibility?
Accessibility testing combines automated scanners that catch objective WCAG violations, manual keyboard-only and screen-reader walkthroughs that catch the majo…
Monorepo vs Polyrepo for Frontend Projects: How Do You Choose?
A monorepo stores multiple frontend packages (apps, shared UI libraries, config) in one version-controlled repository with a single dependency graph and unifie…
How Do Lighthouse Audits Work and What Do They Measure?
Lighthouse is an automated auditing tool that loads a page in a controlled, throttled environment and scores it across Performance, Accessibility, Best Practic…
How Do You Use Bundle Analysis Tools to Optimize JavaScript?
Bundle analysis tools like webpack-bundle-analyzer or source-map-explorer parse a build’s stats output and source maps to render a visual treemap showing exact…
What Is a Web Performance Budget?
A performance budget is a set of measurable limits — such as maximum bundle size, request count, or a target Time to Interactive — that a team agrees not to ex…