✕ Clear all filters
18 articles

📰 Dev.to · Mu Micro

18 articles · Updated every 3 hours · View all reads

All Articles 75,972Blog Posts 102,391Tech Tutorials 18,524Research Papers 16,017News 13,200 ⚡ AI Lessons
Developers lose track of which ports are in use — so I built portmap
Dev.to · Mu Micro 1w ago
Developers lose track of which ports are in use — so I built portmap
The problem Developers running multiple local services — API servers, databases, webpack...
Bundle size creep goes unnoticed until PR review — so I built `buildwatch`
Dev.to · Mu Micro 2w ago
Bundle size creep goes unnoticed until PR review — so I built `buildwatch`
The problem During development, bundle size creep goes unnoticed — there is no fast way to...
When a port is already in use, there is no interactive way to find it — so I built `port-peek`
Dev.to · Mu Micro ☁️ DevOps & Cloud ⚡ AI Lesson 2w ago
When a port is already in use, there is no interactive way to find it — so I built `port-peek`
The problem When a port is already in use, developers have to chain together lsof, grep,...
Cron expressions are hard to verify — so I built `croncheck`
Dev.to · Mu Micro 🔧 Backend Engineering ⚡ AI Lesson 2w ago
Cron expressions are hard to verify — so I built `croncheck`
The problem Cron syntax is notoriously hard to verify — developers copy expressions from...
Developers keep pasting JSON into online formatters and leaking secrets — so I built json-explorer
Dev.to · Mu Micro 2w ago
Developers keep pasting JSON into online formatters and leaking secrets — so I built json-explorer
The problem Debugging large or deeply nested JSON responses means pasting into online...
Developers keep pasting JSON into online formatters and leaking secrets — so I built json-explorer
Dev.to · Mu Micro 2w ago
Developers keep pasting JSON into online formatters and leaking secrets — so I built json-explorer
The problem Debugging large or deeply nested JSON responses means pasting into online...
JSON logs in your terminal are unreadable — so I built `jlog-watch`
Dev.to · Mu Micro 2w ago
JSON logs in your terminal are unreadable — so I built `jlog-watch`
The problem Structured JSON logs from frameworks like pino and bunyan are unreadable with...
When you hit 'address already in use' or need to audit what's running locally, you end up squinting at lsof -iTCP or ss -tlnp ou
Dev.to · Mu Micro 2w ago
When you hit 'address already in use' or need to audit what's running locally, you end up squinting at lsof -iTCP or ss -tlnp ou
The problem When you hit 'address already in use' or need to audit what's running locally,...
When you hit 'address already in use' or need to audit what's running locally, you end up squinting at lsof -iTCP or ss -tlnp ou
Dev.to · Mu Micro 2w ago
When you hit 'address already in use' or need to audit what's running locally, you end up squinting at lsof -iTCP or ss -tlnp ou
The problem When you hit 'address already in use' or need to audit what's running locally,...
Developers and DevOps engineers frequently copy-paste cron expressions from docs or colleagues without a quick way to verify ...
Dev.to · Mu Micro 3w ago
Developers and DevOps engineers frequently copy-paste cron expressions from docs or colleagues without a quick way to verify ...
The problem Developers and DevOps engineers frequently copy-paste cron expressions from...
Developers can't benchmark shell commands without Rust — so I built `bench-run`
Dev.to · Mu Micro ⚡ AI Lesson 3w ago
Developers can't benchmark shell commands without Rust — so I built `bench-run`
The problem Developers have no easy way to benchmark how long a shell command takes across...
SSL certs keep expiring unnoticed — so I built `cert-peek`
Dev.to · Mu Micro 3w ago
SSL certs keep expiring unnoticed — so I built `cert-peek`
The problem Developers and ops teams get blindsided by expired SSL certificates because...
Cron expressions are hard to read — so I built cronread
Dev.to · Mu Micro 3w ago
Cron expressions are hard to read — so I built cronread
The problem Developers routinely have to leave the terminal and visit crontab.guru to...
npm outdated won't tell you if a package is abandoned — so I built `stale-deps`
Dev.to · Mu Micro 3w ago
npm outdated won't tell you if a package is abandoned — so I built `stale-deps`
The problem Developers often don't realize their project dependencies have been abandoned...