Published onJune 5, 2024Common Webhook Signatures Failure ModestechnicalwebhooksCommon mistakes when designing, signing, and verifying webhook signatures.
Published onMarch 12, 2024Omniqueue 0.2.0 is outTechnicalWe're excited to announce version 0.2.0 of Omniqueue, our queue abstraction library
Published onFebruary 6, 2024APIs are an Unbreakable Contracttechnical5x9sYou can't break your APIs, so be conservative with what you send, and be conservative with what you accept.
Published onDecember 13, 2023Announcing Standard WebhooksnewsproducttechnicalAnnouncing Standard Webhooks, a set of open source tools and guidelines for sending webhooks easily, securely, and reliably.
Published onNovember 14, 2023Avoiding Bugs with Strong Static Typing Using RustTechnicalRustThis is a post about some of the ways we use the type system to our advantage.