More threads on an already busy machineThe bcrypt numbers in Nub’s thread-pool PR make a good case for increasing the pool on the machines tested. The part I disagree with is choosing that setting for every application from its CPU count. Sep 24, 2026·4 min read
Query Pipelining in node-postgres: 2-3x Throughput With One Line of CodeEach time you send a query to PostgreSQL, there’s a delay while your client waits for a response before sending the next one. This is fine for one query, but if you send ten, you wait ten times when yAug 18, 2026·8 min read
Run Nitro applications on Watt with @platformatic/nitroNitro is a server toolkit used by many JavaScript applications. You can use it on its own for APIs or full-stack servers, or combine it with Vite to get a familiar frontend workflow with a Nitro serveJul 28, 2026·9 min read
Stop Pinning Everything: Quantifying Upgrade Risk in Durable WorkflowsAll durable execution engines give the same versioning advice: pin your runs. Temporal pins runs to worker builds. Vercel's Workflow SDK pins each run to the deployment that started it. Azure Durable Jul 21, 2026·12 min read
Run Durable Eve Agents on Kubernetes with PlatformaticEve organizes AI agents in a simple way: use Markdown for instructions and skills, TypeScript for tools, and separate files for channels, schedules, and subagents. Behind this setup, Eve relies on theJul 16, 2026·11 min read
Stop Request Stampedes at the Gateway with Platformatic DeduplicationPicture an online store launching a new product and sending out a mailing list campaign. Thousands of users click the same link at once. The product page, built with a Node.js app like Next.js, needs Jun 30, 2026·11 min read
AWS ECS auto-scaler is broken (don’t worry, we’ve fixed it) How Platformatic ICC Outperforms AWS ECS Target Tracking and Step ScalingJun 4, 2026·25 min read