- 15%

Rust Web Development: With warp, tokio, and reqwest

Original price was: $49.99.Current price is: $42.25.

Added to wishlistRemoved from wishlist 0
Add to compare

Price: $49.99 - $42.25
(as of Sep 29, 2024 22:45:49 UTC – Details)



Create bulletproof, high-performance web apps and servers with Rust.

In Rust Web Development you will learn:

Handling the borrow checker in an asynchronous environment
Learning the ingredients of an asynchronous Rust stack
Creating web APIs and using JSON in Rust
Graceful error handling
Testing, tracing, logging, and debugging
Deploying Rust applications
Efficient database access

Rust Web Development is a pragmatic, hands-on guide to creating server-based web applications with Rust. If you’ve designed web servers using Java, NodeJS, or PHP, you’ll instantly fall in love with the performance and development experience Rust delivers. Hit the ground running! Author Bastian Gruber’s sage advice makes it easy to start tackling complex problems with Rust. You’ll learn how to work efficiently using pure Rust, along with important Rust libraries such as tokio for async runtimes, warp for web servers and APIs, and reqwest to run external HTTP requests.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the technology
If you’re sick of cookie-cutter web development tools that are slow, resource hungry, and unstable, Rust is the solution. Rust services deliver rock-solid safety guarantees, an amazing developer experience, and even a compiler that automatically prevents common mistakes!

About the book
Rust Web Development, teaches you to build server-side web apps using Rust, along with important Rust libraries like tokio for async runtimes, warp for web servers and APIs, and reqwest to run external HTTP requests. The book is packed full of examples, code samples, and pro tips for setting up your projects and organizing your code. As you go, you’ll build a complete Q&A web service and iterate on your code chapter-by-chapter, just like a real development project.

What’s inside

Handle the borrow checker in an asynchronous environment
Build web APIs and handle JSON
Compose a tech stack for asynchronous Rust development
Handle errors gracefully
Test, trace, log, and debug
Deploy Rust applications to multiple environments

About the reader
This book is for web developers familiar with Java, Node, or Go, and the absolute basics of Rust.

About the author
Bastian Gruber was part of the official Rust Async Working Group, and founded the Rust and Tell Berlin MeetUp group.

Table of Contents
PART 1 INTRODUCTION TO RUST
1 Why Rust?
2 Laying the foundation
PART 2 GETTING STARTED
3 Create your first route handler
4 Implement a RESTful API
5 Clean up your codebase
6 Logging, tracing, and debugging
7 Add a database to your application
8 Integrate third-party APIs
PART 3 BRING IT INTO PRODUCTION
9 Add authentication and authorization
10 Deploy your application
11 Testing your Rust application

From the Publisher

Rust Web DevelopmentRust Web Development

Rust Web Developer Language and FoundationsRust Web Developer Language and Foundations

Key Book TopicsKey Book Topics

Every chapter contains hands-on exercises that help your learning stickInformation boxes throughout offer opportunities for further study of the topic at handDelve deep into concepts with special use case examplesBuild a fully functioning Rust application, start to finish

Do you want to write apps with high performance? Or do you want fewer compile time bugs?

Luckily, with Rust you don’t have to choose!

Enabling you to write lightning-fast code with thread-safe concurrency and without a slew of compiler errors or major overhead, Rust continues to be one of the most loved programming languages among developers and companies.

In Rust Web Development, complete an end-to-end Rust application as Rust expert Bastian Gruber gives you an in-depth look at Rust from a fresh new angle. Learning—and falling in love with—Rust has never been easier or more fun.

Rust libraryRust library

Key chapters of importance

Give yourself a solid start. In chapter 2, learn Rust basics that will serve as a firm foundation for your Rust education.

Keeping it lean and mean! In chapter 5, onboard ways to streamline your codebase without compromising quality or functionality!

Learn the benefits—and the beauty!—of Rust in chapter 8 as you add a simple HTTP client, step by step, to your codebase on your way to production.

Don’t forget the salt… In chapter 9, learn how to “salt” your password, why you need to, and other essentials for adding authentication and authorization to your Rust web apps.

It’s Go Time! You’ve experienced for yourself the joy of programming in Rust. Now it’s time to show the world what you’ve built. In chapter 10, explore deployment options and ways to get your application production-ready.

One size (or approach) does not fit all… when it comes to testing. Learn to determine the testing approach that fits your application best, and set up different testing environments in chapter 11.

Rust Web DevelopmentRust Web Development

How does this book differ from competitor books on the market?

Rust Web Development succeeds where other books on Rust fail: taming Rust’s learning curve—reputed to be steep and bumpy. Author and founder of the Rust and Tell Berlin MeetUp group, Bastian Gruber shares what he’s learned through his own enlightening “Aha!” moments that led him to tackling Rust development from a more practical, less painful angle.

With this hands-on, one-of-a-kind Rust guide, you’ll go from Rust basics to building a complete Rust application—and join the Rust-loving club!

Publisher ‏ : ‎ Manning (January 24, 2023)
Language ‏ : ‎ English
Paperback ‏ : ‎ 400 pages
ISBN-10 ‏ : ‎ 1617299006
ISBN-13 ‏ : ‎ 978-1617299001
Item Weight ‏ : ‎ 1.45 pounds
Dimensions ‏ : ‎ 7.38 x 0.7 x 9.25 inches

3 reviews for Rust Web Development: With warp, tokio, and reqwest

0.0 out of 5
0
0
0
0
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Captain Yossarian

    You will learn how to create backend API with Rust
    If you want to write a backend for your web application and don’t know where to start – this book is a decent choice.You should have a basic understanding of Rust to read this book, also author made a gentle intro into Rust.I am a front end developer and not very well familiar with backend and HTTP headers, however it was relatively easy to read, because author made a focus on these things (HTTP headers and methods).You will find which packages needs to be used in order to write a maintainable server, how to test it and deploy.

    Helpful(0) Unhelpful(0)You have already voted this
  2. Paul H

    This is an excellent book with useful examples and coding exercises.
    I bought “Rust Web Development” as an e-book as well as in print form and it’s truly an excellent way to learn useful and practical Rust skills in Web coding. The code example are all online, and are frequently revised and updated – something which makes the e-books very useful indeed. I prefer a real printed book, so I bought both. Along with my previous purchase, “Rust In Action”, I’ve made a great start to being a useful Rust developer.

    Helpful(0) Unhelpful(0)You have already voted this
  3. Michael Andersen

    I bought this book in hope that it would introduce me to web development in Rust, and it did that. I gave me exactly what I was searching for, which is details about every single line of code that is written. One of the things that I think was hard when I learned Rust was what everything meant, and this book really managed to describe that. I will recommend this for everyone who wants to move into Rust web development and at the same time learn all the details necessary.

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Rust Web Development: With warp, tokio, and reqwest
    Rust Web Development: With warp, tokio, and reqwest

    Original price was: $49.99.Current price is: $42.25.

    Try our newest merchandise in category:Software
    Digital Mark System
    Logo
    Compare items
    • Total (0)
    Compare
    0
    Shopping cart