Luca P. Zero to Production in Rust. An introduction...2022
Download Torrent
Opens in your torrent client (e.g. qBittorrent)
Health
Good8/0
Info Hash71C5E34A2D126B7F033998B12C1AD9400BEEBED5
Peers Updated5 hours ago (2026-03-24 13:49:13)
Description
Textbook in PDF format
Zero To Production is the ideal starting point for your journey as a Rust backend developer.
You will learn by doing: you will build a fully functional email newsletter API, starting from scratch.
You'll learn how to:
— Navigate and leverage Rust's crates ecosystem
— Structure your application to make it modular and extensible
— Write tests, from single units to full-blown integration tests
— Enforce your domain invariants using Rust's type system
— Authenticate and authorize users of your API
— Implement a robust error handling strategy
— Observe the state of your application using structured logs
— Set up an extensive continuous integration and continuous deployment pipeline for your Rust projects