✕ Clear all filters
10 articles
▶ Videos →

📰 Dev.to · Mu Micro

10 articles · Updated every 3 hours · View all reads

All Articles 177,811Blog Posts 163,975Tech Tutorials 47,447Research Papers 34,914News 22,307 ⚡ AI Lessons
Cron expressions are hard to verify — so I built `croncheck`
Dev.to · Mu Micro 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
Cron expressions are hard to verify — so I built `croncheck`
The problem Cron syntax is notoriously hard to verify — developers copy expressions from...
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 🔧 Backend Engineering 4mo 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 🔧 Backend Engineering 4mo 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 🔧 Backend Engineering ⚡ AI Lesson 4mo 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...
Cron expressions are hard to read — so I built cronread
Dev.to · Mu Micro 🔧 Backend Engineering ⚡ AI Lesson 4mo 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 🔧 Backend Engineering ⚡ AI Lesson 4mo 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...