Published onOctober 21, 2025Why Postgres FDW Made My Queries Slow (and How I Fixed It)technicalpostgresSharing some of the ways queries fail when using Postgres FDW (foreign data wrappers), and how to fix them.
Published onOctober 16, 2025How to Get Error Locations with `?` in Rust TeststechnicalrustHow to avoid the get good concise error location information on test failure using Rust's try operator in tests.
Published onOctober 14, 2025Receive Webhooks Behind the Firewall With Svix BridgetechnicalwebhookstutorialHow Polling Endpoints and Svix Bridge enable convenient receiving of webhooks for users that can't provide a public HTTP endpoint.
Published onOctober 7, 2025Preventing Invalid Database Access At Compile TimeTechnicalRustUsing the type system to block invalid database access.
Published onOctober 2, 2025How to Build an Agentic Commerce Protocol Integration (ChatGPT Instant Checkout)technicalacpOpenAI just announced Agentic Commerce Protocol (ACP) which powers ChatGPT Instant Checkout. This is a guide on how to build an ACP integration.