APAtharva Pandeyinblog.atharvapandey.com·Feb 26, 2024 · 14 min readRust Ultimate CheathseetThis is “The Only Cheatsheet You Will Ever Need for Rust”. I’ve got to be upfront with you — keeping track of syntax while juggling multiple programming languages can really mess with my head. Sometimes, I’m coding away, and I find myself wishing I r...00
APAtharva Pandeyinblog.atharvapandey.com·Feb 26, 2024 · 5 min readRust in FinanceAs I ventured deeper into the Rust ecosystem, I set my sights on a project that would not only challenge my technical acumen but also push the boundaries of software architecture — a high-frequency trading (HFT) platform. In the high-stakes world of ...00
APAtharva Pandeyinblog.atharvapandey.com·Feb 26, 2024 · 8 min readMastering Rust LifetimesUnderstanding lifetimes in Rust is essential for writing safe and efficient code. Lifetimes, a unique Rust feature, manage memory safely without a garbage collector, preventing data races and ensuring memory safety. This guide aims to demystify lifet...00