Автор: Mueller John Paul Название: Security for Web Developers: Using JavaScript, HTML, and CSS ISBN: 1491928646 ISBN-13(EAN): 9781491928646 Издательство: Wiley Рейтинг: Цена: 42230.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: As a web developer, you may not want to spend time making your web app secure, but it definitely comes with the territory. This practical guide provides you with the latest information on how to thwart security threats at several levels, including new areas such as microservices.
Автор: Boonstra Lee Название: Sencha Touch Cookbook: Solutions & Examples for Mobile Developers ISBN: 144936652X ISBN-13(EAN): 9781449366520 Издательство: Wiley Рейтинг: Цена: 25330.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Get hands-on experience building speedy mobile web apps with Sencha Touch 2.3, the user interface JavaScript framework built specifically for the mobile Web. With this book, you`ll learn how to build a complete touch application, called Find a Cab, that has the look and feel of a native app on Android, iOS, Windows, and BlackBerry devices
Автор: Macgregor Allan Название: Magento PHP Developer`s Guide ISBN: 1783554193 ISBN-13(EAN): 9781783554195 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Leary Stephanie Название: WordPress for Web Developers: an Introduction for Web Profes ISBN: 1430258667 ISBN-13(EAN): 9781430258667 Издательство: Springer Рейтинг: Цена: 27910.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: WordPress for Web Developers is a complete guide for web designers and developers who want to begin building and administering sites with WordPress.
Автор: Huttermann Michael Название: DevOps for Developers ISBN: 1430245697 ISBN-13(EAN): 9781430245698 Издательство: Springer Рейтинг: Цена: 25110.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: DevOps for Developers delivers a practical, thorough introduction to approaches, processes and tools to foster collaboration between software development and operations.
Автор: Fisher Matt Название: HTML5 for Flash Developers ISBN: 1849693323 ISBN-13(EAN): 9781849693325 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Write algorithms and program in the new field of quantum computing. This book covers major topics such as the physical components of a quantum computer: qubits, entanglement, logic gates, circuits, and how they differ from a traditional computer. Also, Practical Quantum Computing for Developers discusses quantum computing in the cloud using IBM Q Experience including: the composer, quantum scores, experiments, circuits, simulators, real quantum devices, and more. You’ll be able to run experiments in the cloud on a real quantum device.
Furthermore, this book shows you how to do quantum programming using the QISKit (Quantum Information Software Kit), Python SDK, and other APIs such as QASM (Quantum Assembly). You’ll learn to write code using these languages and execute it against simulators (local or remote) or a real quantum computer provided by IBM’s Q Experience. Finally, you’ll learn the current quantum algorithms for entanglement, random number generation, linear search, integer factorization, and others. You’ll peak inside the inner workings of the Bell states for entanglement, Grover’s algorithm for linear search, Shor’s algorithm for integer factorization, and other algorithms in the fields of optimization, and more.
Along the way you’ll also cover game theory with the Magic Square, an example of quantum pseudo-telepathy where parties sharing entangled states can be observed to have some kind of communication between them. In this game Alice and Bob play against a referee. Quantum mechanics allows Alice and Bob to always win!
By the end of this book, you will understand how this emerging technology provides massive parallelism and significant computational speedups over classical computers, and will be prepared to program quantum computers which are expected to replace traditional computers in the data center.
What You Will Learn
Use the Q Experience Composer, the first-of-its-kind web console to create visual programs/experiments and submit them to a quantum simulator or real device on the cloudRun programs remotely using the Q Experience REST API Write algorithms that provide superior performance over their classical counterpartsBuild a Node.js REST client for authenticating, listing remote devices, querying information about quantum processors, and listing or running experiments remotely in the cloudCreate a quantum number generator: The quintessential coin flip with a quantum twistDiscover quantum teleportation: This algorithm demonstrates how the exact state of a qubit (quantum information) can be transmitted from one location to another, with the help of classical communication and quantum entanglement between the sender and receiverPeek into single qubit operations with the classic game of Battleships with a quantum twistHandle the counterfeit coin problem: a classic puzzle that consists of finding a counterfeit coin in a beam balance among eight coins in only two turns
Who This Book Is For
Developers and programmers interested in this new field of computing.
Автор: Burd Barry Название: Java Programming for Android Developers for Dummies ISBN: 1119301084 ISBN-13(EAN): 9781119301080 Издательство: Wiley Рейтинг: Цена: 28500.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Develop the next killer Android App using Java programming! Android is everywhere! It runs more than half the smartphones in the U.S. and Java makes it go. If you want to cash in on its popularity by learning to build Android apps with Java, all the easy-to-follow guidance you need to get started is at your fingertips.
Автор: Mishra Abhishek Название: Machine Learning for IOS Developers ISBN: 1119602874 ISBN-13(EAN): 9781119602873 Издательство: Wiley Рейтинг: Цена: 40120.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Harness the power of Apple iOS machine learning (ML) capabilities and learn the concepts and techniques necessary to be a successful Apple iOS machine learning practitioner
Machine earning (ML) is the science of getting computers to act without being explicitly programmed. A branch of Artificial Intelligence (AI), machine learning techniques offer ways to identify trends, forecast behavior, and make recommendations. The Apple iOS Software Development Kit (SDK) allows developers to integrate ML services, such as speech recognition and language translation, into mobile devices, most of which can be used in multi-cloud settings. Focusing on Apple's ML services, Machine Learning for iOS Developers is an up-to-date introduction to the field, instructing readers to implement machine learning in iOS applications.
Assuming no prior experience with machine learning, this reader-friendly guide offers expert instruction and practical examples of ML integration in iOS. Organized into two sections, the book's clearly-written chapters first cover fundamental ML concepts, the different types of ML systems, their practical uses, and the potential challenges of ML solutions. The second section teaches readers to use models--both pre-trained and user-built--with Apple's CoreML framework. Source code examples are provided for readers to download and use in their own projects. This book helps readers:
Understand the theoretical concepts and practical applications of machine learning used in predictive data analytics
Build, deploy, and maintain ML systems for tasks such as model validation, optimization, scalability, and real-time streaming
Develop skills in data acquisition and modeling, classification, and regression.
Compare traditional vs. ML approaches, and machine learning on handsets vs. machine learning as a service (MLaaS)
Implement decision tree based models, an instance-based machine learning system, and integrate Scikit-learn & Keras models with CoreML
Machine Learning for iOS Developers is a must-have resource software engineers and mobile solutions architects wishing to learn ML concepts and implement machine learning on iOS Apps.
Автор: Vliet Jurg Van, Paganelli Flavia, Wel Steven Van Название: Elastic Beanstalk: Simple Cloud Scaling for Java Developers ISBN: 1449306640 ISBN-13(EAN): 9781449306649 Издательство: Wiley Рейтинг: Цена: 25330.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: While it`s always been possible to run Java applications on Amazon EC2, Amazon`s Elastic Beanstalk makes the process easier - especially if you understand how it works beneath the surface.
When Geronimo`s sister, Thea, is invited to teach a journalism class at a college on Mouse Island, she has no idea that she`s going to be called on to help solve a mystery. But when a student disappears, it`s up to Thea and five of her students to find out what happened. A nail-biting mystery ensues, complete with secret passages, underground tunnels, and more than a few surprises along the way. Readers will love following the clues to help Thea and her new friends through their first adventure together!
Автор: Bipin Joshi Название: Beginning jQuery 2 for ASP.NET Developers ISBN: 1430263040 ISBN-13(EAN): 9781430263043 Издательство: Springer Рейтинг: Цена: 41920.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Chapter 1. The JavaScript You Need to Know
Chapter 2. A First Look at jQuery
Chapter 3. ASP.NET Controls and jQuery Selectors
Chapter 4. How jQuery Simplifies Event Handling
Chapter 5. The DOM and Dynamic Content
Chapter 6. More DOM and Useful jQuery Methods
Chapter 7. Great-looking ASP.NET Pages with jQuery Effects and Animations
Chapter 8. Making Ajax Calls to .NET Web Services
Chapter 9. Creating and Using jQuery Plug-ins
Chapter 10. jQuery UI and jQuery Mobile
Chapter 11. Useful jQuery and ASP.NET Recipes
Appendix: Learning Resources
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz