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 onApril 4, 2023Spotting and Avoiding Heap Fragmentation in Rust ApplicationsTechnicalRustOne of our Rust services started to show an odd memory profile. This is the story of how we investigated the issue.