Developer
6 guides tagged “Developer”.

Developer6 jul 20264 min read
Android Studio eating 50–100 GB on your Mac? Here's what to clear
Android Studio disk space on your Mac balloons fast: Gradle caches, AVD emulators, and SDK images quietly reach 50–100 GB. Here's exactly what's safe to clear.

Mac Cleaners5 jul 20264 min read
The best Mac cleaner for developers
The best Mac cleaner for developers finds what generic cleaners miss (node_modules, Xcode DerivedData, Docker.raw), shows exact paths, never touches source.

Storage5 jul 20268 min read
The hidden storage on your Mac: where your disk space really goes
Your Mac is quietly holding onto 100–200 GB you never chose to keep: cache, “System Data,” APFS snapshots, and files apps leave behind when you delete them. Here's what all of it actually is, and how to see it.

Developer5 jul 20264 min read
Why Xcode takes up 50+ GB on your Mac (and what's safe to delete)
Xcode taking up space on your Mac? DerivedData, DeviceSupport, and simulators quietly reach 20–50 GB. Here's exactly where it goes and what's safe to delete.

Developer3 jul 20261 min read
How to find and kill the process using port 3000 on macOS
Port 3000 already in use? Here's how to find the exact process holding it on macOS with lsof, stop it safely, and deal with zombie dev servers that survived Ctrl-C.

Developer3 jul 20262 min read
Is it safe to delete node_modules? (and how to get the space back)
Yes, deleting node_modules is safe: it's fully reproducible from package.json and your lockfile. Here's when to delete it, how to find every stale copy on your Mac, and how to reclaim the space.