All
Articles 173,180Blog Posts 163,830Tech Tutorials 46,199Research Papers 33,880News 21,840
⚡ AI Lessons

Dev.to · Mu Micro
☁️ DevOps & Cloud
⚡ AI Lesson
3mo 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...

Dev.to · Mu Micro
☁️ DevOps & Cloud
⚡ AI Lesson
3mo 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,...

Dev.to · Mu Micro
☁️ DevOps & Cloud
⚡ AI Lesson
3mo 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...

Dev.to · Mu Micro
☁️ DevOps & Cloud
⚡ AI Lesson
3mo 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,...
DeepCamp AI