i sometimes writes about what i learned (more coming soon).

Technical deep dive

RustMemoryOwnershipSystems

A practical breakdown of how Rust handles memory safety and performance under the hood.

  • Explains stack vs heap allocation and Rust ownership flow.
  • Covers borrowing, lifetimes, and how safety works without a GC.