Picture 1 of 2


Gallery
Picture 1 of 2


Have one to sell?
Rust Web Development: With warp, tokio, and reqwest
US $40.00
Approximately£29.61
or Best Offer
Condition:
Like New
A book that has been read, but looks new. The book cover has no visible wear, and the dust jacket (if applicable) is included for hard covers. No missing or damaged pages, no creases or tears, no underlining or highlighting of text, and no writing in the margins. May have no identifying marks on the inside cover. No wear and tear. See the seller’s listing for full details and description of any imperfections.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Collection:
Free collection in person from Delcevo, Macedonia
Postage:
US $9.00 (approx £6.66) Flat Rate Freight.
Located in: Delcevo, Macedonia
Delivery:
Estimated between Tue, 26 Aug and Wed, 10 Sep to 94104
Returns:
30 days return. Buyer pays for return postage. If you use an eBay delivery label, it will be deducted from your refund amount.
Payments:
Shop with confidence
Seller assumes all responsibility for this listing.
eBay item number:285460241447
Item specifics
- Condition
- ISBN
- 9781617299001
About this product
Product Identifiers
Publisher
Manning Publications Co. LLC
ISBN-10
1617299006
ISBN-13
9781617299001
eBay Product ID (ePID)
6057265356
Product Key Features
Number of Pages
325 Pages
Language
English
Publication Name
Rust Web Development
Publication Year
2023
Subject
Web / Web Services & APIs, Software Development & Engineering / General, Web / Web Programming, Web / Design
Type
Textbook
Subject Area
Computers
Format
Trade Paperback
Dimensions
Item Height
1 in
Item Weight
26.1 Oz
Item Length
9.3 in
Item Width
7.3 in
Additional Product Features
LCCN
2022-467007
Reviews
'Rust Web Development offers practical advice and strong technical expertise to equip developers with skills to build secure, performant, and type-safe applications.'Christopher Villanueva 'This is an excellent guide to getting started with Rust web development. The author explains new concepts in bite-sized chunks to help the reader become acquainted with how Rust applications are built.'Rodney Weis 'Do you need to write an API endpoint in Rust? This is a good book on that.'Timothy Robert James Langford 'If you want a more streamlined approach to web development using Rust then this is your book.'Jeff Smith 'Unlock not only the possibilities of using Rust in web development but also the inner workings of Rust that may have been hard to understand without the right context.'Dane Balia
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.133
Table Of Content
table of contents detailed TOC PART 1: INTRODUCTION TO RUST READ IN LIVEBOOK 1WHY RUST? READ IN LIVEBOOK 2LAYING THE FOUNDATION PART 2: GETTING STARTED READ IN LIVEBOOK 3CREATE YOUR FIRST ROUTE HANDLER READ IN LIVEBOOK 4IMPLEMENT A RESTFUL API READ IN LIVEBOOK <h2 title="" id="chapter_id_
Synopsis
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 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 hands-on guide to building server-based web applications with Rust. If you''ve built web servers using Java, C#, or PHP, you''ll instantly fall in love with the performance and development experience Rust delivers. This book shows you 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. about the technology Web development languages and libraries can be resource hungry, with poor safety for maintaining vital web services. Rust services perform better and guarantee better safety. Plus, Rust''s awesome compiler gives you an amazing developer experience. You''ll get the speed of low-level programming languages like C along with the ease-of-use you''d expect from high-level languages Python or Ruby, with a super strong compiler that automatically prevents common mistakes such as null pointers. about the book In Rust Web Development , you''ll learn to build server-side web applications using the Rust language and its key libraries. If you know the basics of Rust, you''ll quickly pick up some pro tips for setting up your projects and organizing your code. This book gets you hands-on fast, with numerous small and large examples. You''ll get up to speed with how Rust streamlines backend development, implements authentication flows, and even makes it easier for your APIs to interact. 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. RETAIL SELLING POINTS * Handling the borrow checker in an asynchronous environment * Creating web APIs and using JSON in Rust * Graceful error handling * Testing, tracing, logging, and debugging * Deploying Rust applications * Efficient database access AUDIENCE For experienced web developers familiar with Java, Node, or Go, and the absolute basics of Rust <div class="product-page-section" style="color: rgb(51, 51, 51); text-transform: none; text-indent: 0px; l, 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 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 hands-on guide to building server-based web applications with Rust. If you''ve built web servers using Java, C#, or PHP, you''ll instantly fall in love with the performance and development experience Rust delivers. This book shows you 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., 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
LC Classification Number
QA76.73.R87G78 2023
Item description from the seller
About this seller
dimitrovski
100% positive Feedback•177 items sold
Registered as a private sellerThereby, consumer rights stemming from EU consumer protection law do not apply. eBay buyer protection still applies to most purchases.
Seller Feedback (37)
- *****- Feedback left by buyer.Past 6 monthsVerified purchaseInitially I was concerned that my package had not arrived. I contacted the seller who immediately responded, assuring me that the package was on its way. After receiving it, I noticed that it had come from Bavaria, or some such country, (I've forgotten exactly) which explained the wait. My book arrived in perfect condition, and, considering the EXTRAVAGANT COST, as it was a rare copy, I was still pleased.
- *****- Feedback left by buyer.Past 6 monthsVerified purchaseThe book came brand new! As mentioned in the description. Also at the best price. Reliable seller, and I will prefer him again for future purchases! - Thank you also for accepting my offer!
- *****- Feedback left by buyer.Past 6 monthsVerified purchaseExcellent first experience buying from this seller! The book arrived in perfect condition, as advertised in the listing. Would buy from them again!
This is a private listing and your identity will not be disclosed to anyone except the seller.
More to explore:
- Non-Fiction Paperback Fiction & Web Development Books,
- Non-Fiction Web Development Fiction & Non-Fiction Books,
- Non-Fiction Web Development Fiction & Non-Fiction Books in English,
- Personal Development Biography and Autobiography,
- Web Designer Magazines,
- Personal Development Non-Fiction Books,
- Personal Development Antiquarian & Collectable Books,
- Paperback Personal Development Antiquarian & Collectable Books,
- Non-Fiction Psychology & Help & Personal Development Fiction Books,
- Non-Fiction McGraw-Hill Fiction & Personal Development Books