skip to content
bijan

systems engineer

books

Books I’m writing.

Practical, example-led guides to Rust APIs and systems.

working

Rust API Design Guidebook

Consumer-visible API decisions, specimen by specimen.

Complete programs and implementation trails from important Rust libraries, organized around API-design questions.

working

Async Rust Guidebook

A consumer-first guide to asynchronous Rust.

Complete programs, observed output, ordering timelines, cancellation, and library-level async design.

working

Rust by Example: Real Repositories

Learn Rust by tracing production systems from public API to runtime behavior.

Repository walkthroughs that connect execution paths and architectural decisions to Rust's type, ownership, and concurrency models.

working

Rust Hero

A fast, practical guide to the Rust concepts that appear constantly in real programs.

Focused explanations and runnable examples for building fluency with Rust's core language and standard-library patterns.

local draft

Building Dependable Data Systems

A practical guide to dependable data-intensive systems.

A book in progress. Its repository is currently local and has not been published to GitHub yet.

local draft

Distributed Systems Guidebook

A practical guide to distributed-systems concepts and design.

A book in progress. Its repository is currently local and has not been published to GitHub yet.