Tales and stories about Cloud-Native computing, Serverless, Containers, Azure and Kubernetes
See how to check if your application runs inside of a Docker container or not. This post shows how to do it with no 3rd party deps. Samples in Go and Rust
Read how to leverage Azure Container Registry (ACR), to distribute WebAssembly (Wasm) modules as OCI artifacts.
Learn the basics of StructOpt and build tailored Command Line Interfaces (CLIs) in Rust.
Learn how to interact with HTTP APIs in Rust using the reqwest crate. Starting with simple HTTP requests over serialization, proxies and custom headers
Shadowing and temporary mutability are small language fundamentals that make your code more robust and correct. They also make learning Rust fun.
This post shows how to work with environment variables in Rust using both, the standard library and the envy crate.