Ling's Notes

Ling's Notes

Mar 12, 20261 min read

Personal notes and references across software engineering topics with Rust exercises.

Deploy to GitHub Pages

Sections

  • Memory Safety

  • Networking

  • Operating Systems

  • Linear Algebra

Exercises

  • Spinlock — hand-rolled mutex using AtomicBool and UnsafeCell

  • Tokio Tutorial — my-redis — async TCP server/client with shared state and mpsc channels


Graph View

  • Sections
  • Exercises

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Personal Website
  • LinkedIn
  • HackerRank