Logo
Logo
User avatar

Atharva Pandey Gopherine

Organizations

2 results for
  • Welcome, fellow Rustaceans and curious minds! Today, we embark on the first installment of our series designed to explore Rust’s powerful trait system. Traits are at the heart of Rust’s type system, offering a flexible way to define shared behavior. In this post, we’ll lay the foundation, exploring what traits are, how they’re used, and why they’re so integral to Rust programming. Grab a cup of your favorite brew, and let’s dive in!
    rust rust tutorial Created Wed, 28 Feb 2024 18:30:00 +0000
  • Mastering Rust Lifetimes: The Comprehensive Guide Understanding lifetimes in Rust is crucial for any Rustacean aiming to write safe and efficient code. Lifetimes are Rust’s unique approach to managing memory without a garbage collector, ensuring memory safety and eliminating data races. This guide will take you from the basics to more nuanced aspects of lifetimes, with plenty of examples to solidify your understanding. Part 1: The Foundations of Lifetimes What Are Lifetimes?
    rust rust tutorial Created Fri, 23 Feb 2024 18:30:00 +0000
  • Whether you’re a seasoned developer juggling multiple programming languages or a newcomer to Rust, it’s not uncommon to hit a roadblock trying to recall specific syntax or optimize your code with Rust’s powerful features. This comprehensive Rust cheatsheet is designed to be your go-to reference, enabling you to harness Rust’s capabilities fully without getting slowed down by syntax uncertainties. Vector & LinkedList Operations Rust’s Vec<T> and LinkedList<T> are versatile for handling collections.
    rust rust tutorial Created Tue, 20 Feb 2024 18:30:00 +0000
  • As 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 high-frequency trading (HFT), where milliseconds can mean millions, the quest for the ultimate trading platform is relentless. With its relentless demand for speed, low latency and reliability, served as the perfect proving ground for my exploration into Rust’s capabilities and the architectural paradigms that would best harness them.
    rust software architecture Created Fri, 16 Feb 2024 18:30:00 +0000