Tooling
Everything on SkillVeris tagged Tooling — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 2 libraries
Study Notes(2)
Go Tooling: gofmt, go vet, and go build
Explore Go's built-in tools for formatting, static analysis, compiling, and running programs consistently.
The CI/CD Tooling Landscape
A survey of the major CI/CD platforms — GitHub Actions, GitLab CI, Jenkins, CircleCI, and Azure Pipelines — and how their hosting model, configuration approach…
Interview Questions(3)
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 Modern Module Bundlers Like Vite, esbuild, and Webpack Compare?
Webpack bundles everything up front through a JavaScript-based dependency graph, esbuild is a Go-based bundler/minifier built for raw speed, and Vite uses nati…
TypeScript vs JavaScript: What Is the Difference?
TypeScript is a superset of JavaScript that adds a static type system checked at compile time, catching type-related bugs before code ever runs, while JavaScri…