Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Hands-On Rust: Effective Learning Through 2D Game Development and Play, Wolverson Herbert


Варианты приобретения
Цена: 6098.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  Склад Америка: Есть  
При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября

Добавить в корзину
в Мои желания

Автор: Wolverson Herbert
Название:  Hands-On Rust: Effective Learning Through 2D Game Development and Play
ISBN: 9781680508161
Издательство: Wiley
Классификация:


ISBN-10: 1680508164
Обложка/Формат: Paperback
Страницы: 325
Вес: 0.59 кг.
Дата издания: 30.06.2021
Язык: English
Размер: 235 x 191 x 18
Читательская аудитория: Professional & vocational
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Англии
Описание: Rust is an exciting new programming language combining the power of C with memory safety, fearless concurrency, and productivity boosters - and what better way to learn than by making games. Each chapter in this book presents hands-on, practical projects ranging from Hello, World to building a full dungeon crawler game.


Programming Rust: Fast, Safe Systems Development

Автор: Blandy Jim, Orendorff Jason, Tindall Leonora F.
Название: Programming Rust: Fast, Safe Systems Development
ISBN: 1492052590 ISBN-13(EAN): 9781492052593
Издательство: Wiley
Рейтинг:
Цена: 10136.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Jim Blandy, Jason Orendorff, and Leonora Tindall demonstrate how Rust`s features put programmers in control over memory consumption and processor use by combining predictable performance with memory safety and trustworthy concurrency.

Hands-On Concurrency with Rust

Автор: Troutwine Brian L.
Название: Hands-On Concurrency with Rust
ISBN: 1788399978 ISBN-13(EAN): 9781788399975
Издательство: Неизвестно
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Writing safe and correct parallel programs is tough. Reasoning about concurrent memory modification is tough; efficiently exploiting the modern computing environment (with its multi-layered caches and deep execution pipelines) is also tough. Most systems programming languages add a further complication: unsafe memory access. The burden on you, ...

Hands-On Microservices with Rust

Автор: Kolodin Denis
Название: Hands-On Microservices with Rust
ISBN: 1789342759 ISBN-13(EAN): 9781789342758
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Microservice architecture is sweeping the world as the de facto pattern to build web-based applications. This book describes web development using the Rust programming language and will get you up and running with modern web frameworks and. Finally, you will be taken through examples of how to test and debug microservices and pack them into a ...

Hands-On Data Structures and Algorithms with Rust

Автор: Matzinger Claus
Название: Hands-On Data Structures and Algorithms with Rust
ISBN: 178899552X ISBN-13(EAN): 9781788995528
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Hands-On Data Structures and Algorithms with Rust will help you in upgrading your earlier knowledge of Rust so that you shift to a confident developer by implementing the algorithms in a practical environment. This would be an essential reference guide for end-user/reader to understand the fundamental techniques of Rust. This guide will cover ...

Hands-On Functional Programming in Rust

Автор: Johnson Andrew
Название: Hands-On Functional Programming in Rust
ISBN: 1788839358 ISBN-13(EAN): 9781788839358
Издательство: Неизвестно
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Functional programming allows developers to divide programs into smaller, reusable components that ease the creation and maintenance of software as a whole. Combining power of Rust, you can develop robust applications that fulfill modern day software requirements. This book will help you discover Rust features to build software in a functional way.

Mastering Rust: Advanced concurrency, macros, and safe database

Автор: Kaihlavirta Vesa
Название: Mastering Rust: Advanced concurrency, macros, and safe database
ISBN: 1785885308 ISBN-13(EAN): 9781785885303
Издательство: Неизвестно
Рейтинг:
Цена: 6896.00 р.
Наличие на складе: Нет в наличии.

Описание: If concurrent programs are giving you sleepless nights, Rust is your go-to language. Being one of the first ever comprehensive books on Rust, it is filled with real-world examples and explanations, showing you how you can build scalable and reliable programs for your organization.

Creative Projects for Rust Programmers: Build exciting projects on domains such as web apps, WebAssembly, games, and parsing

Автор: Milanesi Carlo
Название: Creative Projects for Rust Programmers: Build exciting projects on domains such as web apps, WebAssembly, games, and parsing
ISBN: 1789346223 ISBN-13(EAN): 9781789346220
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Build projects on exciting topics like game development, virtual reality, web assembly, emulators, GUI, and Linux/kernel development. By the end of the book, you will know how to choose the right framework or library for your needs.

Rust High Performance

Автор: Eguia Moraza Iban
Название: Rust High Performance
ISBN: 178839948X ISBN-13(EAN): 9781788399487
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Sometimes it`s difficult to get the best performance out of Rust. This book teaches you how to optimize the speed of your Rust code to the level of languages such as C/C++. You`ll understand and fix common pitfalls, learn how to improve your productivity by using metaprogramming, and speed up your code by concurrently executing parts of it ...

Rust Standard Library Cookbook

Автор: Nils Ferner Jan, Durante Daniel
Название: Rust Standard Library Cookbook
ISBN: 1788623924 ISBN-13(EAN): 9781788623926
Издательство: Неизвестно
Цена: 8525.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Mozilla`s Rust is gaining much attention with amazing features and a powerful library. This book will take you through varied recipes to teach you how to leverage the Standard library to implement effective solutions.

Rust Essentials

Автор: Balbaert Ivo
Название: Rust Essentials
ISBN: 1788390016 ISBN-13(EAN): 9781788390019
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Rust Quick Start Guide

Автор: Arbuckle Daniel
Название: Rust Quick Start Guide
ISBN: 1789616700 ISBN-13(EAN): 9781789616705
Издательство: Неизвестно
Рейтинг:
Цена: 6068.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Rust is an emerging programming language applicable to areas such as embedded programming, network programming, system programming, and web development. This book will take you from the basics of Rust to the point where your code compiles and does what you intend!

Rust for the iot

Автор: Nusairat, Joseph Faisal
Название: Rust for the iot
ISBN: 1484258592 ISBN-13(EAN): 9781484258590
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

  1. Introduction, covers what this book is going to solve, we tackle the issues and problems surrounding IoT applications and their architecture. We also go over the hardware that is needed for this book and the chapter ends with some simple Rust examples.
  2. Server Side, starts with setting up and creating our first microservice the retrieval_svc, this will set up simple calls to it and integrate and set up the database for it.
  3. File Uploading and Parsing, this chapter is more heavily focused on the upload_svc and in here we learn how to upload images and video files to store locally. We then parse the metadata out of the files and call the retrieval_svc to store their metadata.
  4. Messaging and GraphQL, back to the retrieval_svc we add GraphQL to use on top of the web tier instead of pure RESTful endpoints. We also create the mqtt_service that will serve as our bridge to communicate between the backend and the Pi using MQTT.
  5. Performance, enhancing both the retrieval_svc and the mqtt_service by instead having the communication between the two be REST calls, instead they will use serialized binary data via Cap'n Proto to talk. Also on the retrieval_svc side we add CQRS and eventual consistency to our graph mutations for comments.
  6. Security, this adds using Auth0 to authenticate the user so that our database can identify a device to a user. We also add self signed certificates to secure the communication of the MQTT.
  7. Deployment, this chapter we learn how to create Docker images of all our microservices, combining them with Kubernetes and deploying to a cloud provider with Helm charts.
  8. Sense HAT, our first hands on chapter with the Raspberry Pi we will set up the heartbeat to communicate to the MQTT backend we created earlier.
  9. Sense HAT, this incorporates the Sense HAT device to gather data about our environment to the Pi. The SenseHat provides us a visual LED display, temperature sensors, and a joystick for interactions.
  10. Camera, this chapter we add a camera to the device which will allow us to do facial tracking and recording.
  11. Integration, one of the last chapters we incorporate the video camera to send data back to the cloud as well as allowing the Pi to receive recording commands from the cloud and finally we allow the Pi to be used as a HomeKit device to show temperature and motion.
  12. Final Thoughts, this final short chapter discusses how we would build an ISO image for our given application and other bundling issues.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия