✕ Clear all filters
21 articles
▶ Videos →

📰 Dev.to · Jeremy Longshore

21 articles · Updated every 3 hours · View all reads

All Articles 163,230Blog Posts 157,213Tech Tutorials 43,166Research Papers 31,758News 21,139 ⚡ AI Lessons
Temporary Is Not a Plan: Fork Discipline for an Adopted LMS
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Temporary Is Not a Plan: Fork Discipline for an Adopted LMS
Adopting an open source LMS got us live in days. What keeps a fork from becoming a private product: a named upstream path and a written retirement condition.
Do Not Blindly Restart: Designing a Self-Healing Watchdog That Stays Honest
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Do Not Blindly Restart: Designing a Self-Healing Watchdog That Stays Honest
A burn-in watchdog latched on a phantom io spike. The fix: fail-closed self-healing that restarts an allowlist, latches everything else, and never trusts one sa
Exit 0 Is Not Success: Automation Assurance That Verifies Outcomes
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Exit 0 Is Not Success: Automation Assurance That Verifies Outcomes
A green exit code can hide a dead job. Intent-OS automation assurance treats outcome verification as the success criterion, not exit 0.
Liveness Without Health Is Theater
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Liveness Without Health Is Theater
A heartbeat that fires on every run proves a job ran, never that it succeeded — the fix is two markers plus meta-monitoring the watchers.
Run the Readiness Audit Before You Flip DNS
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Run the Readiness Audit Before You Flip DNS
An adversarial readiness audit found a payment-path bug that would have charged every customer, then returned HTTP 500 — before the irreversible DNS flip.
Green CI Proves Nothing: Why Your Tests Gate Zero Calls
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
Green CI Proves Nothing: Why Your Tests Gate Zero Calls
CI dogfood for AI-agent governance went green while gating zero tool calls. Here's why a passing test proving nothing is worse than a red one.
When --cap-drop ALL Broke the Gate Socket
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
When --cap-drop ALL Broke the Gate Socket
Hardening a container hid a permission bug: --cap-drop ALL stripped CAP_DAC_OVERRIDE, and a gate socket silently stopped governing every tool call.
Honor the Gate When the Verdict Is Inconvenient
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Honor the Gate When the Verdict Is Inconvenient
A quality gate only matters if you honor its verdict. How pre-registration and honest-gate culture stopped two teams from faking green or rationalizing a STOP.
Vite Dev Server in Production: The 871-Byte Tell
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Vite Dev Server in Production: The 871-Byte Tell
scorecardecho.com shipped the Vite dev server to every visitor. Three signals catch it in a minute; a multi-stage Dockerfile fixes it for any SPA container.
Self-Expiring Report-Only CI Gates: From Advisory to Enforced
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Self-Expiring Report-Only CI Gates: From Advisory to Enforced
How a meta-gate enforces deadline-driven CI hardening without freezing contributors — one logical concern per PR, permanent blocking by design.
Two False-Positive Fixes, Same Root Cause
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 3mo ago
Two False-Positive Fixes, Same Root Cause
Two separate false-positive alerts, same root cause: monitoring conjoined liveness with conditional behavior. Separating health signals quiets noise under load.
October 2025 State of Affairs: Five Production Platforms and What They Taught Me
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
October 2025 State of Affairs: Five Production Platforms and What They Taught Me
A candid look at Intent Solutions' current projects: DiagnosticPro, Hustle, CostPlusDB, ClaudeCodePlugins, and what running five production platforms simultaneo
Governed Knowledge: Two Major Releases, a Freshness Daemon, and Export Gating
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
Governed Knowledge: Two Major Releases, a Freshness Daemon, and Export Gating
qmd-team-intent-kb ships v0.2.0 and v0.3.0 in one day — freshness-aware search with exponential decay, an edge daemon that auto-deprecates stale memories, secur
Building Production-Grade Testing Infrastructure: A Playwright + GitHub Actions Case Study
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
Building Production-Grade Testing Infrastructure: A Playwright + GitHub Actions Case Study
How I implemented enterprise-grade testing infrastructure with Playwright, GitHub Actions CI/CD, and automated quality gates for a production survey system - co
Zero to CI: Full-Stack Dashboard in One Session
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
Zero to CI: Full-Stack Dashboard in One Session
11 commits from empty repo to green CI. Building the Braves Booth Intelligence dashboard with opinionated stack choices and a CAD agent side quest.
Waygate MCP v2.1.0: From Forensic Analysis to Production Enterprise Server with TaskWarrior
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
Waygate MCP v2.1.0: From Forensic Analysis to Production Enterprise Server with TaskWarrior
Complete breakdown of transforming Waygate MCP from framework to production server through forensic analysis, TaskWarrior project management, and systematic res
git-with-intent v0.9 to v0.10: Docker Upgrades, README Rewrites, and Strategic Research
Dev.to · Jeremy Longshore ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
git-with-intent v0.9 to v0.10: Docker Upgrades, README Rewrites, and Strategic Research
Two releases in one week: Docker Node 22 LTS upgrades across 7 services, an interactive README overhaul, and strategic research on Automaton integration.