Published onOctober 4, 2023Strong static typing, a hill I'm willing to die on...TechnicalRustThis is a post about strong static typing, why I feel strongly about the topic, and some of the ways we utilize the Rust type system at Svix.
Published onSeptember 6, 2023Common HTTP Implementation QuirksTechnicalWebhooksThis post covers a list of surprising, but common, HTTP implementation quirks you should probably be aware of.
Published onAugust 29, 2023Incomplete TLS Certificate Chains and How to Fix ThemTechnicalWebhooksSecurityIncomplete certificate chains are a common SSL/TLS misconfiguration that can also affect webhooks. This is a quick primer on what they are and how to fix them.
Published onJune 8, 2023Omniqueue: A Queue Abstraction Layer for RustTechnicalAnnouncing Omniqueue, a new Rust queue abstraction library
Published onApril 11, 2023Why mTLS is Not Recommended for Webhook AuthenticationSecurityTechnicalWebhooksmTLS is not an ideal solution for webhook authentication because of its complexity, compatibility issues, and scalability concerns.