Skip to content
StackPractices

Tag: dependencies

Browse 4 practical software engineering resources tagged with "dependencies". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving dependencies. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.

Dependency Management

Dependency management controls the libraries and packages a project uses. It affects security, stability, and build reproducibility.

The resources below cover package managers, lock files, updates, and vulnerability scanning. Each guide helps you manage dependencies safely.

Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.

Scan Python Packages for Known CVEs with pip-audit

How to use pip-audit to scan Python dependencies for known vulnerabilities, configure ignore lists,...

Service Dependency Map Template

A template for documenting and visualizing service dependencies in distributed systems.

Dependency Upgrade Runbook

A step-by-step runbook for upgrading project dependencies safely.

Dependency Vulnerability Triage Template

Template for triaging CVEs by severity and impact: vulnerability scoring, exploitability...