This edition
Guards are data structures that guarantee properties at compile time and safely mediate runtime functionality.
We will introduce the Guard pattern in Rust and present a number of use cases.
LEVEL: Introductory and Overview
Past Editions
My journey learning how to write a web app fully powered by Rust (Actix backend and Yew frontend) and to set up the necessary infrastructure (Docker and Kubernetes) to deploy it live.
A useful case study for both newcomers and Rustaceans at their first encounter with the devops side.