unweed

Practical cleanup notes for software teams.

Practical notes on cloud costs, stale infrastructure, technical debt, databases, dependencies, and the small maintenance habits that keep production calmer.

Showing 181-192 of 244 notes.

9 min read

Cloud Budget Cleanup: Turn Spend Reports Into Deletion Work

Cloud Budget Cleanup guidance for proving whether teams can still justify unexplained cloud spend, choosing a low-risk cleanup path, and preventing repeat...

7 min read

Notion Workspace Cleanup: Simplify a Team Knowledge Base

Notion Workspace Cleanup guidance for proving whether teams can still justify stale knowledge pages, choosing a low-risk cleanup path, and preventing...

7 min read

Terraform State Cleanup: Remove Resources That Drifted Away

Clean stale Terraform state entries by separating drift, imports, moved resources, and real infrastructure changes before touching production.

9 min read

Cloud Tagging Strategy: Make Cleanup Possible Before Waste Appears

Cloud Tagging Strategy guidance for proving whether teams can still justify untagged resources, choosing a low-risk cleanup path, and preventing repeat waste.

7 min read

Docker Image Cleanup: Reduce Local and CI Storage Waste

Reduce Docker image waste on developer machines and CI runners without deleting useful build cache, local test data, or rollback artifacts.

7 min read

Dashboard Cleanup: Keep Operational Views Useful

Dashboard Cleanup guidance for proving whether teams can still justify stale dashboards, choosing a low-risk cleanup path, and preventing repeat waste.

7 min read

Rust Cargo Cleanup: Remove Unused Crates and Features

Rust Cargo Cleanup guidance for proving whether teams can still justify unused Rust crates, choosing a low-risk cleanup path, and preventing repeat waste.

7 min read

Alert Cleanup: Remove Noisy Alerts Without Hiding Real Incidents

Alert Cleanup guidance for proving whether teams can still justify noisy alerts, choosing a low-risk cleanup path, and preventing repeat waste.

8 min read

Unused TLS Certificate Cleanup: Retire Certificates and Renewal Jobs

Unused TLS Certificate Cleanup guidance for proving whether teams can still justify stale certificates, choosing a low-risk cleanup path, and preventing...

7 min read

Container Registry Cleanup: Delete Old Images Without Losing Rollbacks

Clean up old container images by protecting release digests, checking deploy references, and expiring branch builds without losing rollback paths.

7 min read

Metrics Cleanup: Remove Dashboards and Series Nobody Uses

Metrics Cleanup guidance for proving whether teams can still justify stale metrics and dashboards, choosing a low-risk cleanup path, and preventing repeat...

9 min read

Kubernetes HPA Cleanup: Fix Autoscaling Rules That No Longer Match Load

Review stale Kubernetes HPA rules, compare targets with real load, and update autoscaling without causing under-scaling during bursts.