stewartcodes.hashnode.devHow to incrementally adopt Edge functions with multiple TRPC backendsWhile researching edge functions for improving performance on my company's app lore.xyz, I found a way to get the client type safety of TRPC with the performance improvements of edge functions all bundled into a familiar trpc client API. But I needed...Jan 8, 2024·3 min read
stewartcodes.hashnode.devTerraform GCP fails to apply - failed to check permissions on billing account oauth2 invalid_grantWhen deploying a fresh GCP project using the project factory module with the following command: tf apply -var-file=staging.tfvars I encountered this terraform error: Error: failed pre-requisites: failed to check permissions on billing account "billin...Dec 7, 2023·1 min read