|Listed in category:
Have one to sell?

Rust Web Development: With warp, tokio, and reqwest

dimitrovski
(33)
Registered as a private seller
Consumer protection regulations resulting from EU consumer law are therefore not applicable. eBay buyer protection still applies to most purchases.
US $40.00
Approximately£29.61
or Best Offer
Condition:
Like New
Breathe easy. Returns accepted.
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
Estimated delivery dates - opens in a new window or tab reflect seller's dispatch time, origin postcode, destination postcode and time of order receipt, and will depend on the delivery service selected and receipt of cleared paymentcleared payment - opens in a new window or tab. Delivery times may vary, especially during peak periods, and are an estimate only.
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:
    Diners Club

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:285460241447
Last updated on 15 Feb, 2024 02:39:32 GMTView all revisionsView all revisions

Item specifics

Condition
Like New: A book that has been read, but looks new. The book cover has no visible wear, and the dust ...
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
Author
Bastian Gruber
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 Feedback177 items sold

Joined May 2018
Usually responds within 24 hours
Registered as a private sellerThereby, consumer rights stemming from EU consumer protection law do not apply. eBay buyer protection still applies to most purchases.

Detailed seller ratings

Average for the last 12 months
Accurate description
5.0
Reasonable postage cost
4.5
Delivery time
4.2
Communication
5.0

Seller Feedback (37)

All ratings
Positive
Neutral
Negative
  • *****- Feedback left by buyer.
    Past 6 months
    Verified purchase
    Initially 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 months
    Verified purchase
    The 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 months
    Verified purchase
    Excellent first experience buying from this seller! The book arrived in perfect condition, as advertised in the listing. Would buy from them again!