learning

  • 02 February 2024

Understanding rust ownership and borrowing.

Welcome to this blog post where I will be sharing my understanding of Rust's ownership and borrowing concepts. These are fundamental aspects of Rust that make it unique among programming languages, providing memory safety without the need for a garbage collector. Please note that this post is a reflection of my personal journey with Rust and is not intended to replace comprehensive learning resources like the Rust Book. It's always a good idea to refer to multiple sources when learning a new concept.

Read more →
  • 23 January 2024

My journey learning Rust

Hello there! I'm a seasoned web developer who has recently embarked on a new journey: learning Rust. In this blog post, I'll be sharing my experiences, challenges, and the resources I've used along the way. Whether you're a fellow Rustacean or someone curious about the language, I hope my journey provides some insights and encouragement for your own learning path. Let's dive in!

Read more →