Azure DevOps Extensions for Spin, Fermyon Wasm Functions and Fermyon Cloud
Everything you need to build and deploy your Spin applications straight from Azure DevOps Pipelines.
Tales and Stories about WebAssembly, Edge-Native, Cloud-Native & Distributed Architectures
Everything you need to build and deploy your Spin applications straight from Azure DevOps Pipelines.
A small update on things I've been doing recently and a curated list of articles I've published on our corporate blog
Learn how to run Wasm workloads in Docker Desktop and how to orchestrate distributed architectures using containers and Wasm.
I'm going all in on WebAssembly and I will join Fermyon as a Cloud Advocate starting February 2024.
A nearly nine-year journey at Thinktecture AG will come to an end. I'm bidding farewell in January 2024.
Learn and understand how you can build plugins for Fermyon Spin by exploring the check-for-update plugin.
Weekly Rust Trivia 🦀: This week, we will look at pattern matching in Rust.
Weekly Rust Trivia 🦀: This week, we explore how to share state between multiple threads.
Weekly Rust Trivia 🦀: This week, we learn how to create a simple function-like macro in Rust.
Weekly Rust Trivia 🦀: This week, we learn how to build a simple HTTP API using the popular Actix crate.
Weekly Rust Trivia 🦀: This week, we learn how to implement the builder pattern for creating new instances of a custom struct
Weekly Rust Trivia 🦀: This week, we learn how to implement a generic stack in Rust leveraging the Rust standard library
Weekly Rust Trivia 🦀: This week, we learn how to retrieve the dimensions of an image (either PNG or JPEG) in Rust using the image crate
Weekly Rust Trivia 🦀: This week, we tale a look at building a simple TCP-Echo Server
Weekly Rust Trivia 🦀: This week, we learn how to implement a binary search in combination with generics and pattern matching only leveraging Rust standard library