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.
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