How Rust Lets Us Monitor 30k API calls/min

An exploration into the transition from Node.js to Rust for Bearer’s log ingestion service. Read more

Similar

Working with Strings in Rust

There’s a question that always comes up when people pick up the Rust programming language: why are there two string types? Why is there String, and &str? My Declarative Memory Management article answers the question partially, but there is a lot more ... (more…)

Read more »