Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: RxSwift. Reactive Programming with Swift, Third Edition
Автор: Florent Pillet, Junior Bontognali, Marin Todorov
Издательство: Razeware LLC
Год: 2019
Страниц: 441
Язык: английский
Формат: True PDF
Размер: 32.0 MB

Leverage the power of RxSwift in your reactive apps! In this RxSwift book, you'll learn how to integrate RxSwift into real-world iOS apps.
This book is for iOS developers who already feel comfortable with iOS and Swift, and want to dive deep into development with RxSwift. Start with an introduction to the reactive programming paradigm; learn about observers and observables, filtering and transforming operators, and how to work with the UI, and finish off by building a fully-featured app in RxSwift.
Разместил: Ingvar16 18-05-2019, 19:10 | Комментарии: 0 | Подробнее
Название: Data Structures & Algorithms in Swift: Implementing practical data structures with Swift 4.2, Second Edition
Автор: Kelvin Lau, Vincent Ngo
Издательство: Razeware LLC
Год: 2019
Страниц: 400
Язык: английский
Формат: pdf (true), epub
Размер: 27.7 MB

The most popular and comprehensive book on Swift algorithms & data structures!
This 23-chapter book covers search (breadth-first, depth-first, Dijkstra’s), sort (mergesort, radix sort, heap sort, and quicksort), trees (binary trees, AVL trees, binary search trees), stacks, graphs, and more. Learn how to implement the most common and useful data structures and algorithms in Swift! Understanding how data structures and algorithms work in code is crucial for creating efficient and scalable apps. Swift’s Standard Library has a small set of general purpose collection types, yet they definitely don’t cover every case! In Data Structures and Algorithms in Swift, you’ll learn how to implement the most popular and useful data structures, and when and why you should use one particular datastructure or algorithm over another.
Разместил: Ingvar16 18-05-2019, 18:58 | Комментарии: 0 | Подробнее
Название: Swift Apprentice (4th Edition)
Автор: Ehab Amer, Alexis Gallagher, Matt Galloway
Издательство: Razeware LLC
Жанр: Программирование
Год издания: 2018
Страниц: 438
Язык: Английский
Формат: PDF
Размер: 29 Мб

Beginning programming with Swift 4.2. This book takes you from beginner to advanced in Swift: Apple’s modern programming language for iOS.
Разместил: energy555 18-05-2019, 18:50 | Комментарии: 0 | Подробнее
Название: Concurrency by Tutorials (1st Edition)
Автор: Scott Grosch
Издательство: Razeware LLC
Жанр: Программирование
Год издания: 2019
Страниц: 96
Язык: Английский
Формат: PDF/EPUB
Размер: 20 Мб

The book that teaches you everything there is to know about how to write performant and concurrent code for your iOS apps.
Разместил: energy555 18-05-2019, 18:45 | Комментарии: 0 | Подробнее
Название: Server Side Swift with Vapor (1st Edition)
Автор: Tim Condon, Tanner Nelson, Jonas Schwartz
Издательство: Razeware LLC
Жанр: Программирование
Год издания: 2018
Страниц: 444
Язык: Английский
Формат: PDF/EPUB
Размер: 52 Мб

The definitive book on building web apps and web APIs using Server Side Swift with Vapor, written by the creators of the Vapor 3 framework.
Разместил: energy555 18-05-2019, 18:42 | Комментарии: 0 | Подробнее
Название: Kotlin Apprentice, First Edition
Автор: Irina Galata, Joe Howard, Richard Lucas
Издательство: Razeware LLC
Год: 2018
Страниц: 418
Язык: английский
Формат: pdf (true), epub
Размер: 31.1 MB

Learn programming with Kotlin!
The Kotlin Apprentice is a book designed for complete beginners to Kotlin, a modern language used for Android development. For complete beginners to Kotlin. No prior programming experience necessary! This is a book for complete beginners to the new, modern Kotlin language. Everything in the book takes place in a clean, modern development environment, which means you can focus on the core features of programming in the Kotlin language, without getting bogged down in the many details of building apps. This is a sister book to the Android Apprentice the Android Apprentice focuses on making apps for Android, while the Kotlin Apprentice focuses on the Kotlin language fundamentals.
Разместил: Ingvar16 18-05-2019, 18:42 | Комментарии: 0 | Подробнее
Название: Server Side Swift with Kitura (1st Edition)
Автор: Chris Bailey, David Okun
Издательство: Razeware LLC
Жанр: Программирование
Год издания: 2019
Страниц: 294
Язык: Английский
Формат: PDF/EPUB
Размер: 67 Мб

Kitura gives you the power to create production-ready RESTful APIs written in Swift.
Coupled with the power of Docker and Kubernetes, and KueryORM and KituraStencil to pull it all together, Kitura lets you take your Swift to the Server and beyond!
Разместил: energy555 18-05-2019, 18:38 | Комментарии: 0 | Подробнее
Название: ARKit by Tutorials (2nd Edition)
Автор: Chris Language, Namrata Bandekar, Antonio Bello
Издательство: Razeware LLC
Жанр: Программирование
Год издания: 2018
Страниц: 490
ISBN: 978-1942878711
Язык: Английский
Формат: PDF
Размер: 457 Мб

Build immersive and engaging AR apps in ARKit!
Learn how to use Apple’s augmented reality framework, ARKit, to bring the magic of AR into your apps as you work through some polished projects:
Tabletop Poker Dice
Immersive Sci-Fi Portal
3D Face Masking
Location-Based Content
Monster Truck Sim
2D and 3D detection and tracking app
...and more!
Разместил: energy555 18-05-2019, 18:22 | Комментарии: 0 | Подробнее
Название: Kotlin Coroutines by Tutorials
Автор: Filip Babic, Nishant Srivastava
Издательство: Razeware LLC
Год: 2018 (Early Access Edition)
Страниц: 146
Язык: английский
Формат: True PDF
Размер: 26.1 MB

Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen.
Learn how to use Kotlin coroutines to solve common Android programming problems using asynchronous programming techniques!
The importance of concurrency is discovered quite early on by people who start with Android development. Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen.
Разместил: Ingvar16 18-05-2019, 17:56 | Комментарии: 0 | Подробнее
Название: Realm. Building Modern Swift Apps with Realm Database (2nd Edition)
Автор: Marin Todorov
Издательство: Razeware LLC
Жанр: Программирование
Год издания: 2019
Страниц: 301
Язык: Английский
Формат: PDF/EPUB
Размер: 33 Мб

Create powerful, reactive iOS apps with Realm Database and Realm Cloud!
Take a deep dive into the Realm Database, learn how to set up your first Realm database, see how to persist and read data, find out how to perform migrations and more. You'll also take a look at the synchronization features of Realm Cloud to perform real-time sync of your data across all devices.
Разместил: energy555 18-05-2019, 17:53 | Комментарии: 0 | Подробнее



 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности