← Back to all articles

Stefan Baumgartner

Author of 'TypeScript in 50 Lessons'. Writes about TypeScript, Rust, and web development.

https://fettblog.eu

Articles

Unsafe for work

German 90s book cover features a mustachioed knight riding a green dragon. Details matter - the image will be revisited later. (139 characters)

Tokio: Macros

tokio::join! runs multiple futures concurrently and returns all outputs, similar to JavaScript's Promise.all.

Tokio: Channels

Tokio Channels guide covering different channel types (mpsc, oneshot, broadcast, watch) for async message passing between tasks in Rust.

Tokio: Getting Started

Learn to start your first Tokio app by creating a Cargo project and adding the tokio dependency to Cargo.toml or via command line.