I’m a Senior Software Engineer living in Berlin. Shifting limits based on quality and robustness. Cutting-edge software development. Defining durable and flexible interfaces. Creating rich and intuitive user experiences.

Tag: rust

Create and Compose WebAssembly Components: A Hands-On Example with Rust

Learn how to build and compose WebAssembly components in Rust using the WebAssembly Component Model. This step-by-step guide walks through creating a reusable library component, wiring it into a command-line program, composing the two with wac, and running the final Wasm application with Wasmtime. A practical introduction to modular, interoperable Wasm development.

Setup Rust & Haskell on macOS

Learn how to set up Rust and Haskell on macOS, from installing toolchains with rustup and ghcup to configuring your shell and compiling your first “Hello, World!” program. This guide walks you through each step, so you can quickly get started with systems programming in Rust or functional programming in Haskell.