I gather notes and write Rust examples on async, Tokio, distributed systems, and applied cryptography. I also explore privacy through zero-knowledge proofs (ZK) and fully homomorphic encryption (FHE).
Posts
- Decimals in Rust: Choosing a Type Is Only Half the Problem Decimal representation, repeated rounding, and the policies needed to keep totals consistent in Rust.
- Rust Threads vs Tokio Tasks: Concurrency and Parallelism How std::thread::spawn and tokio::spawn schedule work, when tasks run in parallel, and what happens when you block a Tokio worker.
- Why I Started This Blog Notes on Rust for distributed systems and applied cryptography, collected in one place.