Package Management
Everything on SkillVeris tagged Package Management — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Interview Questions(5)
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…
What is a Helm Chart?
A Helm chart is a packaged, versioned bundle of Kubernetes manifest templates plus a values file that lets you configure and install a complete application ont…
What is an Artifact Repository?
An artifact repository is a centralized, versioned storage system for the binary outputs of a build — such as compiled packages, Docker images, JAR files, or n…
Nexus vs Artifactory: What Are the Differences?
Sonatype Nexus Repository and JFrog Artifactory are both artifact repository managers that store, version, and proxy build packages, but they differ mainly in…
Helm vs Kustomize: What Is the Difference?
Helm packages Kubernetes manifests as templated “charts” with a Go-templating engine and a release/versioning model, while Kustomize takes plain, valid YAML ma…