✕ Clear all filters
19 articles
▶ Videos →

📰 Dev.to · Alan West

19 articles · Updated every 3 hours · View all reads

All Articles 177,976Blog Posts 163,976Tech Tutorials 47,481Research Papers 34,915News 22,323 ⚡ AI Lessons
How to Migrate a Production Stack to a New Region Without Downtime
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
How to Migrate a Production Stack to a New Region Without Downtime
A practical walkthrough of migrating a production stack to a new region without downtime, covering DNS, Postgres logical replication, and cutover.
How to keep third-party integrations alive when vendor APIs lock down
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
How to keep third-party integrations alive when vendor APIs lock down
A field-tested guide to diagnosing and recovering when a vendor firmware update silently locks down the LAN API your integration depends on.
How to fix CI pipelines that break when auth providers tighten account creation
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
How to fix CI pipelines that break when auth providers tighten account creation
When auth providers add phone or QR verification to signup, automated account creation breaks. Here's how to redesign your pipelines to never depend on it.
Why Docker bypasses UFW and how to actually lock it down
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
Why Docker bypasses UFW and how to actually lock it down
Docker publishes ports by editing iptables directly, which skips UFW entirely. Here's why it happens and three ways to actually lock things down.
Why Your Docker Containers Refuse to Die: The PID 1 Problem
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
Why Your Docker Containers Refuse to Die: The PID 1 Problem
Your Docker containers take 10 seconds to stop? It's almost always the PID 1 signal-handling problem. Here's the root cause and the fix.
How to Structure Open-Source Government Code So It's Actually Reusable
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
How to Structure Open-Source Government Code So It's Actually Reusable
Government open-source repos are hard to reuse. Here's how to structure institutional code with publiccode.yml, externalized config, and proper dev setup.
How to Migrate Your Open-Source Project Away from GitHub
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
How to Migrate Your Open-Source Project Away from GitHub
A practical guide to migrating open-source projects away from GitHub — covering git history, issues, CI pipelines, and how to keep contributors along the way.
How to Stop Your GitHub Issues From Becoming a Graveyard
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
How to Stop Your GitHub Issues From Becoming a Graveyard
How to use automated scanning tools like ClawSweeper to clean up stale GitHub issues and PRs that pile up in every active repository.
Why Your Config Files Break After Every Upgrade (and How Plain Text Fixes It)
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
Why Your Config Files Break After Every Upgrade (and How Plain Text Fixes It)
Binary config files break across versions and block code review. Here's how to audit, convert, and enforce plain text formats for resilient projects.
How to Fix Linux Suspend Draining Your Battery Overnight
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
How to Fix Linux Suspend Draining Your Battery Overnight
Fix the frustrating Linux laptop battery drain during suspend. Learn why s2idle vs S3 sleep matters and how to debug and solve it.
How to Stop Nuking Your Postgres Data When Testing Schema Changes
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
How to Stop Nuking Your Postgres Data When Testing Schema Changes
Learn how copy-on-write database branching solves the pain of testing Postgres schema migrations, with practical workflows and CI/CD integration.
Why Your Engineering Org Has No Idea What Anything Costs (And How to Fix It)
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
Why Your Engineering Org Has No Idea What Anything Costs (And How to Fix It)
Most engineering teams have no idea what their work actually costs. Here's a practical framework for tracking effort allocation and making better decisions.
How to Handle Cloud Region Constraints Before They Break Your App
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
How to Handle Cloud Region Constraints Before They Break Your App
How to audit your cloud region dependencies and build multi-region resilience before data center capacity constraints break your infrastructure.
Why Your Self-Hosted App Keeps Dying at 3 AM (And How to Fix It)
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
Why Your Self-Hosted App Keeps Dying at 3 AM (And How to Fix It)
Fix the most common reasons self-hosted production apps crash overnight — memory limits, disk issues, health checks, and the operational basics most guides skip
TapMap Finally Lands on Linux and Docker — Here's Why That Matters
Dev.to · Alan West ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
TapMap Finally Lands on Linux and Docker — Here's Why That Matters
TapMap now supports Linux and Docker. Here's how to set it up, where it fits in your stack, and what to watch out for.