Zero To Production In Rust An Introduction To Backend Development Pdf


Download Zero To Production In Rust An Introduction To Backend Development Pdf PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Zero To Production In Rust An Introduction To Backend Development Pdf book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.

Download

Zero to Production In Rust


Zero to Production In Rust

Author: Luca Palmieri

language: en

Publisher: Luca Palmieri

Release Date: 2022-03-14


DOWNLOAD





Zero To Production In Rust 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 The book is composed of 11 chapters, for a grand total of 600 pages. All supporting code (including tests!) is available on GitHub.

Zero to Production in Rust


Zero to Production in Rust

Author: Luca Palmieri

language: en

Publisher:

Release Date: 2022


DOWNLOAD





The Rust Programming Language (Covers Rust 2018)


The Rust Programming Language (Covers Rust 2018)

Author: Steve Klabnik

language: en

Publisher: No Starch Press

Release Date: 2019-08-12


DOWNLOAD





The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018. The Rust Programming Language is the official book on Rust: an open source systems programming language that helps you write faster, more reliable software. Rust offers control over low-level details (such as memory usage) in combination with high-level ergonomics, eliminating the hassle traditionally associated with low-level languages. The authors of The Rust Programming Language, members of the Rust Core Team, share their knowledge and experience to show you how to take full advantage of Rust's features--from installation to creating robust and scalable programs. You'll begin with basics like creating functions, choosing data types, and binding variables and then move on to more advanced concepts, such as: Ownership and borrowing, lifetimes, and traits Using Rust's memory safety guarantees to build fast, safe programs Testing, error handling, and effective refactoring Generics, smart pointers, multithreading, trait objects, and advanced pattern matching Using Cargo, Rust's built-in package manager, to build, test, and document your code and manage dependencies How best to use Rust's advanced compiler with compiler-led programming techniques You'll find plenty of code examples throughout the book, as well as three chapters dedicated to building complete projects to test your learning: a number guessing game, a Rust implementation of a command line tool, and a multithreaded server. New to this edition: An extended section on Rust macros, an expanded chapter on modules, and appendixes on Rust development tools and editions.