#Deployment

2 items tagged “Deployment

TILDevOps2 min read

Using Docker for Application Deployment: The Boring Win I Underrated

TIL that 'works on my machine' stopped being a real category of bug the day I containerized the API, not because Docker is clever but because it removed an entire class of environment-drift I'd been debugging manually.

#Docker
TILDevOps2 min read

Choosing Node.js Hosting for a SaaS: What Actually Mattered vs. What I Thought Would

TIL that I picked Render for a Node.js API expecting the deciding factor to be price, and the thing that actually mattered day to day turned out to be deploy simplicity and predictable cold-start behavior.

#Node.js