|
 |
|
 |
|
|
 |
|  |
|
Название: Modern Asynchronous jаvascript: Tackle Complex Async Tasks with Less Code Автор: Faraz K. Kelhini Издательство: Pragmatic Bookshelf Год: December 2, 2021 (Version: P1.0) Страниц: 112 Язык: английский Формат: pdf, epub Размер: 10.15 MB
jаvascript today must interact with data-intensive APIs and networks. The solution is a program that can work asynchronously instead of finishing tasks in order. In modern jаvascript, instead of callbacks you'll use promises to improve your application's performance and responsiveness. jаvascript features introduced in ES2020, ES2021, and ESNext like Promise.allSettled(), Promise.any(), and top-level await help you develop small, fast, low-profile applications. With the AbortController API, cancel a pending async request before it has completed. Modern Asynchronous jаvascript gives you an arsenal of tools to build programs that always respond to user requests, recover quickly from difficult conditions, and deliver maximum performance. |
Разместил: Ingvar16 16-12-2021, 20:20 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Explainable Artificial Intelligence: An Introduction to Interpretable Machine Learning Автор: Uday Kamath, John Liu Издательство: Springer Год: 2021 Формат: PDF Страниц: 328 Размер: 11,6 Mb Язык: English
This book is written both for readers entering the field, and for practitioners with a background in AI and an interest in developing real-world applications. The book is a great resource for practitioners and researchers in both industry and academia, and the discussed case studies and associated material can serve as inspiration for a variety of projects and hands-on assignments in a classroom setting. I will certainly keep this book as a personal resource for the courses I teach, and strongly recommend it to my students. |
Разместил: vitvikvas 16-12-2021, 18:37 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Программирование на Python для начинающих Автор: МакГрат М. Издательство: Эксмо Год: 2015 Формат: pdf Размер: 10 mb Качество: хорошее
Данная книга является исчерпывающим руководством для того, чтобы научиться программировать на языке Python. В этой книге с помощью примеров программ и иллюстраций, показывающих результаты работы кода, разбираются все ключевые аспекты языка. Установив свободно распространяемый интерпретатор Python, вы с первого же дня сможете создавать свои собственные исполняемые программы. |
Разместил: rivasss 16-12-2021, 15:38 | Комментарии: 1 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Java Testing with Spock автор: Konstantinos Kapelonis Издательство: Manning Publications Страниц: 304 Год: 2016 ISBN: 978-1617292538 Формат: MOBI/EPUB/PDF Размер: 21 MB Язык: Английский Java Testing with Spock teaches you how to use Spock for a wide range of testing use cases in Java. You'll start with a quick overview of Spock and work through writing unit tests using the Groovy language. You'll discover best practices for test design as you learn to write mocks, implement integration tests, use Spock's built-in BDD testing tools, and do functional web testing using Geb. Readers new to Groovy will appreciate the succinct language tutorial in chapter 2 that gives you just enough Groovy to use Spock effectively. |
Разместил: rivasss 16-12-2021, 15:38 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Серия "Профессионально" в 27 книгах Автор(ы): разные Издательство: Символ Плюс Год: 2000-2012 Страниц: 1000+ Формат: pdf, djvu, fb2 Размер: 353 Мб Язык: русский
В серии "Профессионально" профессионально рассказывается о программировании и дизайне. Эти книга будут полезной любому, кто занят в индустрии ПО, кто ищет решения вопросов, связанных с разработкой, проектированием, программированием и дизайном. |
Разместил: MIHAIL62 16-12-2021, 13:32 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Software Design Patterns for Java Developers: Expert-led Approaches to Build Re-usable Software and Enterprise Applications Автор: Lalit Mehra Издательство: BPB Publications Год: 2022 Формат: ePUB, PDF Страниц: 631 Размер: 24,3 Mb Язык: English
Practice Design Patterns to Enrich and Streamline Software Development Key Features Classify design patterns into three broad categories. Deep dive into design patterns with individual chapters covering them in detail. Understand design patterns to fast track and streamline the development effort. |
Разместил: vitvikvas 16-12-2021, 12:37 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Android Animations by Tutorials (1st Edition) Автор: Filip Babić, Prateek Prasad, Alex Sullivan Издательство: Razeware LLC Год: 2021 Страниц: 211 Язык: английский Формат: pdf (true) Размер: 93.9 MB
A book about adding meaningful motion to your Android apps that covers a wide variety of APIs available in the Android SDK. This is a book about creating meaningful motion through animation in Android for developers who are familiar with the platform but want to create more visually stunning apps. Starting with simple view animations, this book will move through transition animations including shared element animations, list animations, gestures and scrolling. It ends with a taste of using animations in Jetpack Compose. |
Разместил: Ingvar16 16-12-2021, 01:14 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Modern Concurrency in Swift (1st Edition) Автор: Marin Todorov Издательство: Razeware LLC Год: 2021 (v1.0.1) Страниц: 263 Язык: английский Формат: pdf (true), epub Размер: 49.8 MB
Master Swift’s new concurrency model! For years, writing powerful and safe concurrent apps with Swift could easily turn into a daunting task, full of race conditions and unexplained crashes hidden in a massive nesting of callback closures. In Swift 5.5, Apple introduced a new concurrency model featuring the async/await syntax, to let you write asynchronous code that reads like synchronous code. But like any new feature, here be dragons! So how will you achieve the much-desired mastery of Modern Swift Concurrency? |
Разместил: Ingvar16 16-12-2021, 01:00 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Flutter Apprentice (2nd Edition) Автор: Mike Katz, Kevin D. Moore, Vincent Ngo, Vincenzo Guzzi Издательство: Razeware LLC Год: 2021 (v2.0.1) Страниц: 665 Язык: английский Формат: pdf (true) Размер: 168.8 MB
Build for both iOS and Android with Flutter! Flutter is a new and exciting software development toolkit that lets you target multiple platforms at once, so you can build apps for iOS, Android and even web and desktop, all from a single codebase. Similar to modern web technologies, Flutter uses a declarative approach to UI development. You can take advantage of “hot reload” of new code while developing, and your apps will perform at native speed thanks to Flutter’s custom rendering engine. |
Разместил: Ingvar16 16-12-2021, 00:33 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: watchOS With SwiftUI by Tutorials (1st Edition) Автор: Scott Grosch Издательство: Razeware LLC Год: 2021 Страниц: 265 Язык: английский Формат: pdf (true), epub Размер: 38.1 MB
Build amazing apps with SwiftUI for Apple Watch. The Apple Watch is, by far, the most common smart watch in the market. Its sales have even surpased those of its analog competitors. With this book you will learn how to develop native watchOS applications for this popular device. And at the same time, to do so, you will be using one of the newest and most moderns UI frameworks developed by Apple, SwiftUI. |
Разместил: Ingvar16 16-12-2021, 00:05 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|