Cantitate/Preț
Produs

Practical Rust Projects: Build Serverless, AI, Machine Learning, Embedded, Game, and Web Applications

Autor Shing Lyu, Andrew Rzeznik
en Limba Engleză Paperback – 26 iul 2023
Go beyond the basics and build complete applications using the Rust programming language, updated for Rust 2021 edition. The applications you'll build over the course of this book include a high-performance web client, an embedded computer (for a robot, for example), a game, a serverless web app, and an application that incorporates AI and machine learning.  
 
Each chapter is organized in the following format: what the kind of should application look like; requirements and user stories of our example program; an introduction to the Rust libraries used; the actual implementation of the example program, including common pitfalls and their solutions; and a brief comparison of libraries for building each application, if there is no clear preference.
 
Practical Rust Projects, Second Edition will open your eyes to how Rust can be put to practical, real-world use. After reading this book, you will be able to use Rust to build a variety of your own projects. 
 
What You Will Learn
  • Explore practical Rust programming language-based projects, examples and case studies
  • Create a GUI
  • Build a high performance web Front-end using WebAssembly
  • Develop REST APIs using Rust
  • Go serverless to develop a cloud application using the Amazon AWS Rust SDK
  • Create a game using Rust, along with AI and machine learning apps


Who This Book Is For
Those with basic Rust knowledge who want to learn more about how to apply Rust in real-world scenarios.
Citește tot Restrânge

Preț: 31702 lei

Preț vechi: 39627 lei
-20% Nou

Puncte Express: 476

Preț estimativ în valută:
6069 6615$ 5103£

Carte disponibilă

Livrare economică 27 noiembrie-11 decembrie
Livrare express 12-16 noiembrie pentru 9758 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484293300
ISBN-10: 1484293304
Pagini: 396
Ilustrații: XIV, 396 p. 89 illus.
Dimensiuni: 178 x 254 x 28 mm
Greutate: 0.71 kg
Ediția:Second Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

1. Welcome to the World of Rust- 2. Building a Command-Line Program.- 3. Creating Graphical  User Interfaces (GUIs).- 4. High-performance Web Frontend using WebAssembly. - 5. Building REST APIs.- 6. Going Serverless with Amazon AWS Rust SDK.- 7. Building a Game.- 8. Physical Computing in Rust.- 9. Artificial Intelligence and Machine Learning.- 10. What else can you do with Rust?.

Notă biografică

Shing Lyu is a software engineer who is passionate about open source software. He's worked on Rust professionally at Mozilla, on the Firefox (Gecko) and Servo browser engine project. Currently he works at AWS as a Solutions Architect. Previously Shing worked at DAZN, a sports streaming platform as a backend developer, with a focus on AWS and serverless technology. Shing has worked for other world famous brands such as Intel. He is also active in the open source community.  Being one of the founders of the Taiwan Rust community, he loves to share his enthusiasm for Rust with people.
 
Andrew Rzeznik is a Software Development Engineer at AWS Cryptography with interests in distributed systems, languages, tooling, IoT, and low-level programming. His primary working language is Rust but he considers himself a polyglot, having worked in C, C++, Python, Java, C#, and many others. Before AWS Andrew worked in various software positions,with a primary focus in factory automation. He developed robust yet accessible distributed machine control frameworks to bring advanced software patterns and techniques to manufacturing. He also served as a consultant where he debugged manufacturing issues at various firms. Andrew received his PhD in Mathematics from MIT, where he wrote simulations for ocean mining plumes and tested them aboard a research vessel at sea.

Textul de pe ultima copertă

Go beyond the basics and build complete applications using the Rust programming language, updated for Rust 2021 edition. The applications you'll build over the course of this book include a high-performance web client, an embedded computer (for a robot, for example), a game, a serverless web app, and an application that incorporates AI and machine learning.  
 
Each chapter is organized in the following format: what the kind of should application look like; requirements and user stories of our example program; an introduction to the Rust libraries used; the actual implementation of the example program, including common pitfalls and their solutions; and a brief comparison of libraries for building each application, if there is no clear preference.
 
Practical Rust Projects, Second Edition will open your eyes to Rust can be put to practical, real-world use. After reading this book, you will be able to use Rust to build a variety of your own projects. 
 
You will:
  • Explore practical Rust programming language-based projects, examples and case studies
  • Create a GUI
  • Build a high performance web Front-end using WebAssembly
  • Develop REST APIs using Rust
  • Go serverless to develop a cloud application using the Amazon AWS Rust SDK
  • Create a game using Rust, along with AI and machine learning apps

Caracteristici

Explores several real world code examples, use cases, and projects Covers web development, game development, machine learning, AI, and embedded applications Includes cloud or serverless considerations using the AWS Rust SDK