Learning Amazon Web Services (AWS): A Hands-On Guide to the Fundamentals of AWS Cloud 1

Learning Amazon Web Services (AWS): A Hands-On Guide to the Fundamentals of AWS Cloud

eBook Details: Paperback: 448 pages Publisher: WOW! eBook; 1st edition (July 13, 2019) Language: English ISBN-10: 0135298342 ISBN-13: 978-0135298343 eBook Description: Learning Amazon Web Services (AWS): A Hands-On Guide to the Fundamentals of AWS Cloud: The Practical, Foundational Technical Introduction to the World’s #1 Cloud Platform Learning Amazon Web Services (AWS): A Hands-On Guide to the Fundamentals of AWS Cloud is the perfect foundational resource for all administrators, developers, project managers, and other IT professionals who want to plan and deploy AWS services and/or earn AWS certification. Top cloud trainer and evangelist Mark Wilkins teaches best practices that align with Amazon’s Well-Architected Framework, introduces...

The Complete Rust Programming Reference Guide 11

The Complete Rust Programming Reference Guide

eBook Details: Paperback: 698 pages Publisher: WOW! eBook (May 22, 2019) Language: English ISBN-10: 1838828109 ISBN-13: 978-1838828103 eBook Description: The Complete Rust Programming Reference Guide: Design and implement professional-level programs by leveraging modern data structures and algorithms in Rust Rust is a powerful language with a rare combination of safety, speed, and zero-cost abstractions. This Learning Path is filled with clear and simple explanations of its features along with real-world examples, demonstrating how you can build robust, scalable, and reliable programs. You’ll get started with an introduction to Rust data structures, algorithms, and essential language constructs. Next, you will understand how to store data...

Programming WebAssembly with Rust: Unified Development for Web, Mobile, and Embedded Applications 0

Programming WebAssembly with Rust: Unified Development for Web, Mobile, and Embedded Applications

eBook Details: Paperback: 240 pages Publisher: WOW! eBook; 1st edition (March 31, 2019) Language: English ISBN-10: 1680506366 ISBN-13: 978-1680506365 eBook Description: Programming WebAssembly with Rust: Unified Development for Web, Mobile, and Embedded Applications WebAssembly fulfills the long-awaited promise of web technologies: fast code, type-safe at compile time, execution in the browser, on embedded devices, or anywhere else. Rust delivers the power of C in a language that strictly enforces type safety. Combine both languages and you can write for the web like never before! Learn how to integrate with JavaScript, run code on platforms other than the browser, and take a step into IoT....

Web Development with ReasonML: Type-Safe, Functional Programming for JavaScript Developers 0

Web Development with ReasonML: Type-Safe, Functional Programming for JavaScript Developers

eBook Details: Paperback: 208 pages Publisher: WOW! eBook; 1st edition (April 5, 2019) Language: English ISBN-10: 1680506331 ISBN-13: 978-1680506334 eBook Description: Web Development with ReasonML: Type-Safe, Functional Programming for JavaScript Developers ReasonML is a new, type-safe, functional language that compiles to efficient, readable JavaScript. ReasonML interoperates with existing JavaScript libraries and works especially well with React, one of the most popular front-end frameworks. Learn how to take advantage of the power of a functional language while keeping the flexibility of the whole JavaScript ecosystem. Move beyond theory and get things done faster and more reliably with ReasonML today. ReasonML is a new syntax for...

Learn Type-Driven Development 0

Learn Type-Driven Development

eBook Details: Paperback: 180 pages Publisher: WOW! eBook (December 26, 2018) Language: English ISBN-10: 1788838017 ISBN-13: 978-1788838016 eBook Description: Learn Type-Driven Development: A fast paced guide for JavaScript developers for writing safe, fast, and reusable code by leveraging ResaonML’s strong static type system Type-driven development is an approach that uses a static type system to achieve results including safety and efficiency. Types are used to express relationships and other assumptions directly in the code, and these assumptions are enforced by the compiler before the code is run. Learn Type-Driven Development covers how to use these type systems to check the logical consistency of your...