EUR 16,62
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
EUR 28,66
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : Very Good. It's a well-cared-for item that has seen limited use. The item may show minor signs of wear. All the text is legible, with all pages included. It may have slight markings and/or highlighting.
EUR 36,34
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : As New. No Jacket. Pages are clean and are not marred by notes or folds of any kind. ~ ThriftBooks: Read More, Spend Less 1.
Edité par Manning Publications, US, 2024
ISBN 10 : 1617299642 ISBN 13 : 9781617299643
Langue: anglais
Vendeur : Rarewaves.com UK, London, Royaume-Uni
Edition originale
EUR 44,45
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : New. 1st. Get ready to code like a pro in Rust! This hands-on guide dives deep into memory management, asynchronous programming, and Rust design patterns and explores essential productivity techniques like testing, tooling, and project management. In Code Like A Pro in Rust you will learn: Essential Rust toolingCore Rust data structuresMemory managementDesign patterns for RustTesting in RustAsynchronous programming for RustOptimized RustRust project management Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. You'll upgrade your basic knowledge of Rust with conventions, best practices, and veteran's secrets that are normally only learned through years of experience. Skip the fluff and get right to the heart of this powerful modern language, including Rust's support for asynchronous programming and integrating Rust with codebases written in other languages. about the technology Programmers prize Rust for its safety, performance, and security. However, its strict syntax and tricky memory management can make it challenging to master. This practical guide shows you how to balance Rust's trade offs, lessen its cognitive load, and rapidly bring your productivity to a professional level. about the book Code Like a Pro in Rust shows you how to quickly create and ship Rust programs without wasting time on language quirks, compiler problems, and unexpected complexities. It builds on your existing Rust knowledge with design patterns and shortcuts direct from veteran Rust contributor Brenden Matthews. You'll learn to use important Rust tooling like rust-analyzer, Clippy, and Cargo, as well as best practices for unit testing and code optimization. By the time you're done, you'll be writing high quality code with less maintenance overhead. RETAIL SELLING POINTS . Essential Rust tooling . Core Rust data structures . Memory management . Design patterns for Rust . Testing in Rust . Asynchronous programming for Rust . Optimized Rust . Rust project management AUDIENCE For aspiring Rust pros familiar with the basics of the language.
Edité par Manning Publications, US, 2024
ISBN 10 : 1617299642 ISBN 13 : 9781617299643
Langue: anglais
Vendeur : Rarewaves.com USA, London, LONDO, Royaume-Uni
Edition originale
EUR 48,45
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : New. 1st. Get ready to code like a pro in Rust! This hands-on guide dives deep into memory management, asynchronous programming, and Rust design patterns and explores essential productivity techniques like testing, tooling, and project management. In Code Like A Pro in Rust you will learn: Essential Rust toolingCore Rust data structuresMemory managementDesign patterns for RustTesting in RustAsynchronous programming for RustOptimized RustRust project management Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. You'll upgrade your basic knowledge of Rust with conventions, best practices, and veteran's secrets that are normally only learned through years of experience. Skip the fluff and get right to the heart of this powerful modern language, including Rust's support for asynchronous programming and integrating Rust with codebases written in other languages. about the technology Programmers prize Rust for its safety, performance, and security. However, its strict syntax and tricky memory management can make it challenging to master. This practical guide shows you how to balance Rust's trade offs, lessen its cognitive load, and rapidly bring your productivity to a professional level. about the book Code Like a Pro in Rust shows you how to quickly create and ship Rust programs without wasting time on language quirks, compiler problems, and unexpected complexities. It builds on your existing Rust knowledge with design patterns and shortcuts direct from veteran Rust contributor Brenden Matthews. You'll learn to use important Rust tooling like rust-analyzer, Clippy, and Cargo, as well as best practices for unit testing and code optimization. By the time you're done, you'll be writing high quality code with less maintenance overhead. RETAIL SELLING POINTS . Essential Rust tooling . Core Rust data structures . Memory management . Design patterns for Rust . Testing in Rust . Asynchronous programming for Rust . Optimized Rust . Rust project management AUDIENCE For aspiring Rust pros familiar with the basics of the language.
EUR 50,09
Autre deviseQuantité disponible : 15 disponible(s)
Ajouter au panierHRD. Etat : New. New Book. Shipped from UK. Established seller since 2000.
EUR 50,26
Autre deviseQuantité disponible : 15 disponible(s)
Ajouter au panierPAP. Etat : New. New Book. Shipped from UK. Established seller since 2000.
EUR 33,71
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierpaperback. Etat : New. Ship within 24hrs. 100% Satisfaction is Our #1 Goal!
EUR 46,84
Autre deviseQuantité disponible : 15 disponible(s)
Ajouter au panierPAP. Etat : New. New Book. Shipped from UK. Established seller since 2000.
EUR 49,27
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. In.
EUR 49,24
Autre deviseQuantité disponible : 15 disponible(s)
Ajouter au panierHRD. Etat : New. New Book. Shipped from UK. Established seller since 2000.
EUR 48
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierPaperback / softback. Etat : New. New copy - Usually dispatched within 2 working days. 540.
EUR 49,19
Autre deviseQuantité disponible : 2 disponible(s)
Ajouter au panierEtat : NEW.
Edité par Manning Publications, US, 2024
ISBN 10 : 1633437469 ISBN 13 : 9781633437463
Langue: anglais
Vendeur : Rarewaves.com UK, London, Royaume-Uni
EUR 55
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierHardback. Etat : New. Build stable, maintainable Rust applications by applying these important code and architectural design patterns.In Rust Advanced Techniques you'll learn how to apply important design patterns including: Fluent interfaces for creating delightful APIsThe Builder pattern to encapsulate data and perform initializationImmutable data structures that help you avoid hard-to-debug data race conditionsFunctional programming patternsAnti-patterns and what not to do in Rust Rust Advanced Techniques introduces reusable best practices that will help you solve common programming problems and ensure your code is easy for others to understand. Learn when to use each design pattern, as well as when to break it. This practical guide catalogs, documents, and describes both how classic design patterns work with Rust, and the new Rust-specific patterns that will help you master the language.
EUR 42,01
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : As New. Unread book in perfect condition.
EUR 42,09
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Edité par Manning Publications, US, 2024
ISBN 10 : 1617299642 ISBN 13 : 9781617299643
Langue: anglais
Vendeur : Rarewaves USA, OSWEGO, IL, Etats-Unis
Edition originale
EUR 56,52
Autre deviseQuantité disponible : 10 disponible(s)
Ajouter au panierPaperback. Etat : New. 1st. Get ready to code like a pro in Rust! This hands-on guide dives deep into memory management, asynchronous programming, and Rust design patterns and explores essential productivity techniques like testing, tooling, and project management. In Code Like A Pro in Rust you will learn: Essential Rust toolingCore Rust data structuresMemory managementDesign patterns for RustTesting in RustAsynchronous programming for RustOptimized RustRust project management Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. You'll upgrade your basic knowledge of Rust with conventions, best practices, and veteran's secrets that are normally only learned through years of experience. Skip the fluff and get right to the heart of this powerful modern language, including Rust's support for asynchronous programming and integrating Rust with codebases written in other languages. about the technology Programmers prize Rust for its safety, performance, and security. However, its strict syntax and tricky memory management can make it challenging to master. This practical guide shows you how to balance Rust's trade offs, lessen its cognitive load, and rapidly bring your productivity to a professional level. about the book Code Like a Pro in Rust shows you how to quickly create and ship Rust programs without wasting time on language quirks, compiler problems, and unexpected complexities. It builds on your existing Rust knowledge with design patterns and shortcuts direct from veteran Rust contributor Brenden Matthews. You'll learn to use important Rust tooling like rust-analyzer, Clippy, and Cargo, as well as best practices for unit testing and code optimization. By the time you're done, you'll be writing high quality code with less maintenance overhead. RETAIL SELLING POINTS . Essential Rust tooling . Core Rust data structures . Memory management . Design patterns for Rust . Testing in Rust . Asynchronous programming for Rust . Optimized Rust . Rust project management AUDIENCE For aspiring Rust pros familiar with the basics of the language.
Edité par Manning Publications, US, 2024
ISBN 10 : 1633437469 ISBN 13 : 9781633437463
Langue: anglais
Vendeur : Rarewaves USA, OSWEGO, IL, Etats-Unis
EUR 56,52
Autre deviseQuantité disponible : 10 disponible(s)
Ajouter au panierHardback. Etat : New. Build stable, maintainable Rust applications by applying these important code and architectural design patterns.In Rust Advanced Techniques you'll learn how to apply important design patterns including: Fluent interfaces for creating delightful APIsThe Builder pattern to encapsulate data and perform initializationImmutable data structures that help you avoid hard-to-debug data race conditionsFunctional programming patternsAnti-patterns and what not to do in Rust Rust Advanced Techniques introduces reusable best practices that will help you solve common programming problems and ensure your code is easy for others to understand. Learn when to use each design pattern, as well as when to break it. This practical guide catalogs, documents, and describes both how classic design patterns work with Rust, and the new Rust-specific patterns that will help you master the language.
EUR 56,10
Autre deviseQuantité disponible : 2 disponible(s)
Ajouter au panierEtat : New. In.
EUR 43,48
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
EUR 43,50
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : As New. Unread book in perfect condition.
EUR 44,44
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Edité par Manning Publications, US, 2024
ISBN 10 : 1617299642 ISBN 13 : 9781617299643
Langue: anglais
Vendeur : Rarewaves USA United, OSWEGO, IL, Etats-Unis
Edition originale
EUR 58,41
Autre deviseQuantité disponible : 10 disponible(s)
Ajouter au panierPaperback. Etat : New. 1st. Get ready to code like a pro in Rust! This hands-on guide dives deep into memory management, asynchronous programming, and Rust design patterns and explores essential productivity techniques like testing, tooling, and project management. In Code Like A Pro in Rust you will learn: Essential Rust toolingCore Rust data structuresMemory managementDesign patterns for RustTesting in RustAsynchronous programming for RustOptimized RustRust project management Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. You'll upgrade your basic knowledge of Rust with conventions, best practices, and veteran's secrets that are normally only learned through years of experience. Skip the fluff and get right to the heart of this powerful modern language, including Rust's support for asynchronous programming and integrating Rust with codebases written in other languages. about the technology Programmers prize Rust for its safety, performance, and security. However, its strict syntax and tricky memory management can make it challenging to master. This practical guide shows you how to balance Rust's trade offs, lessen its cognitive load, and rapidly bring your productivity to a professional level. about the book Code Like a Pro in Rust shows you how to quickly create and ship Rust programs without wasting time on language quirks, compiler problems, and unexpected complexities. It builds on your existing Rust knowledge with design patterns and shortcuts direct from veteran Rust contributor Brenden Matthews. You'll learn to use important Rust tooling like rust-analyzer, Clippy, and Cargo, as well as best practices for unit testing and code optimization. By the time you're done, you'll be writing high quality code with less maintenance overhead. RETAIL SELLING POINTS . Essential Rust tooling . Core Rust data structures . Memory management . Design patterns for Rust . Testing in Rust . Asynchronous programming for Rust . Optimized Rust . Rust project management AUDIENCE For aspiring Rust pros familiar with the basics of the language.
Edité par Manning Publications, US, 2024
ISBN 10 : 1633437469 ISBN 13 : 9781633437463
Langue: anglais
Vendeur : Rarewaves USA United, OSWEGO, IL, Etats-Unis
EUR 58,41
Autre deviseQuantité disponible : 10 disponible(s)
Ajouter au panierHardback. Etat : New. Build stable, maintainable Rust applications by applying these important code and architectural design patterns.In Rust Advanced Techniques you'll learn how to apply important design patterns including: Fluent interfaces for creating delightful APIsThe Builder pattern to encapsulate data and perform initializationImmutable data structures that help you avoid hard-to-debug data race conditionsFunctional programming patternsAnti-patterns and what not to do in Rust Rust Advanced Techniques introduces reusable best practices that will help you solve common programming problems and ensure your code is easy for others to understand. Learn when to use each design pattern, as well as when to break it. This practical guide catalogs, documents, and describes both how classic design patterns work with Rust, and the new Rust-specific patterns that will help you master the language.
Edité par Manning Publications, US, 2024
ISBN 10 : 1633437469 ISBN 13 : 9781633437463
Langue: anglais
Vendeur : Rarewaves.com USA, London, LONDO, Royaume-Uni
EUR 59,59
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierHardback. Etat : New. Build stable, maintainable Rust applications by applying these important code and architectural design patterns.In Rust Advanced Techniques you'll learn how to apply important design patterns including: Fluent interfaces for creating delightful APIsThe Builder pattern to encapsulate data and perform initializationImmutable data structures that help you avoid hard-to-debug data race conditionsFunctional programming patternsAnti-patterns and what not to do in Rust Rust Advanced Techniques introduces reusable best practices that will help you solve common programming problems and ensure your code is easy for others to understand. Learn when to use each design pattern, as well as when to break it. This practical guide catalogs, documents, and describes both how classic design patterns work with Rust, and the new Rust-specific patterns that will help you master the language.
EUR 45,50
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : As New. Unread book in perfect condition.
Edité par Manning Publications 2024-03-06, 2024
ISBN 10 : 1617299642 ISBN 13 : 9781617299643
Langue: anglais
Vendeur : Chiron Media, Wallingford, Royaume-Uni
EUR 52,60
Autre deviseQuantité disponible : 2 disponible(s)
Ajouter au panierPaperback. Etat : New.
EUR 57,48
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
EUR 57,48
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Edité par Manning Publications 10/8/2024, 2024
ISBN 10 : 1633437469 ISBN 13 : 9781633437463
Langue: anglais
Vendeur : BargainBookStores, Grand Rapids, MI, Etats-Unis
EUR 53,66
Autre deviseQuantité disponible : 5 disponible(s)
Ajouter au panierPaperback or Softback. Etat : New. Idiomatic Rust: Code Like a Rustacean 1. Book.