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 193-204 of 244 notes.

7 min read

Go Module Cleanup: Keep go.mod Small and Accurate

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

9 min read

Log Retention Cleanup: Keep Useful Logs Without Paying Forever

Log Retention Cleanup guidance for proving whether teams can still justify unbounded logs, choosing a low-risk cleanup path, and preventing repeat waste.

7 min read

Browser Tab Cleanup: Keep Research Useful Without Hoarding Tabs

Browser Tab Cleanup guidance for proving whether teams can still justify context-heavy browser tabs, choosing a low-risk cleanup path, and preventing...

9 min read

Kubernetes CronJob Cleanup: Find Schedules Nobody Owns

Find orphaned Kubernetes CronJobs, verify their schedules and downstream effects, and disable stale batch work without breaking rare business processes.

7 min read

Build Cache Cleanup: Keep Fast Builds Without Infinite Storage

Build Cache Cleanup guidance for proving whether teams can still justify oversized build caches, choosing a low-risk cleanup path, and preventing repeat...

7 min read

pnpm Workspace Cleanup: Prune Unused Packages in Monorepos

pnpm Workspace Cleanup guidance for proving whether teams can still justify unused workspace packages, choosing a low-risk cleanup path, and preventing...

9 min read

Kubernetes Job Cleanup: Stop Completed Jobs From Piling Up

Clean up completed Kubernetes Jobs without losing run history, failure evidence, or the clues needed to fix batch workloads.

7 min read

GitHub Actions Cleanup: Reduce Cache and Artifact Waste

GitHub Actions Cleanup guidance for proving whether teams can still justify workflow artifacts and caches, choosing a low-risk cleanup path, and...

10 min read

Kubernetes ConfigMap Cleanup: Prune Stale Configuration

Identify unused Kubernetes ConfigMaps, prove which workloads still reference them, and retire stale configuration without breaking rollbacks or jobs.

10 min read

Kubernetes Ingress Cleanup: Remove Routes With No Traffic

Find stale Kubernetes Ingress routes, verify DNS and backend dependencies, and retire unused hostnames without breaking rare customer or webhook traffic.

7 min read

Slack Notification Cleanup: Reduce Developer Interruptions

Slack Notification Cleanup guidance for proving whether teams can still justify noisy chat notifications, choosing a low-risk cleanup path, and preventing...

8 min read

Kubernetes Secret Cleanup: Remove Old Credentials Without Outages

Find stale Kubernetes Secrets, prove which pods and controllers still consume them, rotate safely, and prevent old credentials from staying in clusters.