✕ Clear all filters
14 articles
▶ Videos →

📰 Dev.to · opscanopy

14 articles · Updated every 3 hours · View all reads

All Articles 161,071Blog Posts 155,570Tech Tutorials 42,485Research Papers 31,730News 21,029 ⚡ AI Lessons
Why Your GitHub Actions Workflow Didn't Trigger: branches, tags & paths Filters Explained
Dev.to · opscanopy ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Why Your GitHub Actions Workflow Didn't Trigger: branches, tags & paths Filters Explained
You pushed a commit, opened the Actions tab, and there's nothing there. No red X, no yellow dot — the...
One CVE, four ignore files: unifying Trivy, Grype, Snyk and osv-scanner
Dev.to · opscanopy ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
One CVE, four ignore files: unifying Trivy, Grype, Snyk and osv-scanner
You triaged the CVE. A scanner flagged CVE-2023-45853 in zlib, you read the advisory, confirmed the...
One CVE, four ignore files: unifying Trivy, Grype, Snyk and osv-scanner
Dev.to · opscanopy 🔐 Cybersecurity ⚡ AI Lesson 2mo ago
One CVE, four ignore files: unifying Trivy, Grype, Snyk and osv-scanner
You triaged the CVE. A scanner flagged CVE-2023-45853 in zlib, you read the advisory, confirmed the...
Writing robust regular expressions for log lines
Dev.to · opscanopy 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
Writing robust regular expressions for log lines
A regular expression that parses a log line in your editor and a regular expression that survives a...
How to read a PromQL query
Dev.to · opscanopy 📐 ML Fundamentals ⚡ AI Lesson 2mo ago
How to read a PromQL query
PromQL looks dense the first time you meet it. A line like histogram_quantile(0.99, sum by (le,...
LogQL vs PromQL: the same query in both languages
Dev.to · opscanopy 📐 ML Fundamentals ⚡ AI Lesson 2mo ago
LogQL vs PromQL: the same query in both languages
If you’ve written Prometheus queries, Grafana Loki’s LogQL looks reassuringly familiar — rate(...),...
The GitHub Actions security mistakes linters miss
Dev.to · opscanopy ☁️ DevOps & Cloud 2mo ago
The GitHub Actions security mistakes linters miss
A YAML linter will tell you when your workflow won’t parse. It won’t tell you when your workflow...
Stop shipping a stale .env.example
Dev.to · opscanopy ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Stop shipping a stale .env.example
A .env.example is the one file in your repo that nobody runs, nobody tests, and everybody trusts....
Migrating from cron to systemd timers
Dev.to · opscanopy ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Migrating from cron to systemd timers
Cron has run the world’s scheduled jobs for forty years, and on most servers it still works fine. But...
Reading cron expressions
Dev.to · opscanopy 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
Reading cron expressions
Almost everyone who runs a backend has stared at a line like */15 9-17 * * 1-5 and half-remembered...