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 7, 2025Preventing Invalid Database Access At Compile TimeTechnicalRustUsing the type system to block invalid database access.
Published onMay 27, 2025Invalid strings in valid JSONtechnicalrustAn invalid string can still be valid JSON, a weird case of JSON deserialization.
Published onApril 30, 2025Improving the Svix SDKs With a New Code GeneratortechnicalapirustRecent updates to the Svix SDKs and how we achieved them with more automation
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.