Zero To Production In Rust

EPUB, 315 pages

English language

(5 reviews)

The book takes you on a journey to discover the world of backend development in Rust. You will learn by doing: we will start from scratch and build together, step by step, a fully functional email newsletter backend API

1 edition

None

For some reason the Rust community loves to write countless lines of boilerplate code to achieve very simple things, and Luca Palmieri is no exception - the book starts out with a simple program, but with each chapter he adds structs, functions, more structs ontop of the existing structs and tons of boilerplate in general, just so that he can save two lines of code at some other place.

Then, he goes on to pull in hundreds of third party packages for an application that is supposed to run on a public server, being exposed under a public port - without batting an eye. There is not even a footnote that running such an mount of third party code might be a security concern. And keep in mind that these hundreds of packages wouldn't be required to accomplish the task at hand in the first place, if it wasn't for …

avatar for hackeryarn

rated it