Published onMarch 11, 2026The API Payload Trap: Why Your Server Shouldn't Touch the BytesCDNPerformanceArchitectureAPI-DesignNode.jsCachingSecurityHow replacing API response proxying with 307 redirects to signed CDN URLs eliminated origin bandwidth costs and removed an entire class of streaming bugs.
Published onMay 20, 2025Handling Chunk Loading Errors After Deployments in Nuxt 3Nuxt-3DeploymentCDNProductionError-HandlingWhy users see 403 errors on JavaScript files after deployments, and a 5-line Nuxt plugin that fixes it.