
Const Generics: This Rust Feature Cut Our Code by 85%
From 8,347 lines to 1,243 lines — the rebirth of a cryptography library

From 8,347 lines to 1,243 lines — the rebirth of a cryptography library

It compiles. It runs. It even passes stress tests... until production catches fire. Let's talk about that …

Discover the Rust design patterns senior engineers swear by: Newtype pattern prevents invalid states, …

A real-world case study of rewriting a Python data pipeline with Rust + DuckDB. From 3-hour daily ETL jobs to …
Our team's CI dropped from 42 minutes to 27 minutes just by upgrading the Rust compiler. This journey taught …

Compiler errors got you running? Relax. Rust lifetimes aren't scary monsters—they're invisible guardians …

Rust performance optimization in practice: I watched my Rust rewrite get crushed by Python. The problem was …
A quick chat about the bail! macro from anyhow—how it turns Rust error handling from messy boilerplate into …
Think field order doesn't matter? Wrong. How you arrange fields in a Rust struct can make your code 10x …
Replacing Python pandas with Rust Polars for data processing delivered a 20x speedup. Same hardware, different …