Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Mastering Swift 3, Hoffman Jon


Варианты приобретения
Цена: 9010.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-23
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Hoffman Jon
Название:  Mastering Swift 3
ISBN: 9781786466129
Издательство: Packt Publishing
Классификация:

ISBN-10: 1786466120
Обложка/Формат: Paperback
Страницы: 392
Вес: 0.67 кг.
Дата издания: 26.10.2016
Язык: English
Размер: 23.50 x 19.05 x 2.06 cm
Читательская аудитория: General (us: trade)
Рейтинг:
Поставляется из: США


IOS and OS X Network Programming Cookbook

Автор: Hoffman Jon
Название: IOS and OS X Network Programming Cookbook
ISBN: 1849698082 ISBN-13(EAN): 9781849698085
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Swift 4 Protocol-Oriented Programming - Third Edition

Автор: Hoffman Jon
Название: Swift 4 Protocol-Oriented Programming - Third Edition
ISBN: 1788470036 ISBN-13(EAN): 9781788470032
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Swift 3 Protocol-Oriented Programming - Second Edition

Автор: Hoffman Jon
Название: Swift 3 Protocol-Oriented Programming - Second Edition
ISBN: 1787129942 ISBN-13(EAN): 9781787129948
Издательство: Неизвестно
Рейтинг:
Цена: 5516.00 р.
Наличие на складе: Нет в наличии.

Swift: Developing iOS Applications

Автор: Wagner Andrew J., Hoffman Jon, Scalzo Giordano
Название: Swift: Developing iOS Applications
ISBN: 1787120244 ISBN-13(EAN): 9781787120242
Издательство: Неизвестно
Рейтинг:
Цена: 16551.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Protocol Oriented Programming with Swift

Автор: Hoffman Jon
Название: Protocol Oriented Programming with Swift
ISBN: 1785882945 ISBN-13(EAN): 9781785882944
Издательство: Неизвестно
Рейтинг:
Цена: 5516.00 р.
Наличие на складе: Нет в наличии.

Mastering Swift 3 - Linux

Автор: Hoffman Jon
Название: Mastering Swift 3 - Linux
ISBN: 1786461412 ISBN-13(EAN): 9781786461414
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Mastering Swift 2

Автор: Hoffman Jon
Название: Mastering Swift 2
ISBN: 1785886037 ISBN-13(EAN): 9781785886034
Издательство: Неизвестно
Рейтинг:
Цена: 6896.00 р.
Наличие на складе: Нет в наличии.

Mastering Swift

Автор: Hoffman Jon
Название: Mastering Swift
ISBN: 1784392154 ISBN-13(EAN): 9781784392154
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Mastering Swift 5.3 - Sixth Edition: Upgrade your knowledge and become an expert in the latest version of the Swift programming language

Автор: Hoffman Jon
Название: Mastering Swift 5.3 - Sixth Edition: Upgrade your knowledge and become an expert in the latest version of the Swift programming language
ISBN: 1800562152 ISBN-13(EAN): 9781800562158
Издательство: Неизвестно
Рейтинг:
Цена: 7171.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

A comprehensive guide for programming enthusiasts who wish to gain a firm command of the fundamentals and advanced Swift concepts


Key features

  • Sixth edition of this bestselling book, improved and updated to cover the latest version of the Swift 5.3 programming language
  • Get to grips with popular and modern design techniques to write easy-to-manage Swift code
  • Use core Swift features such as concurrency, generics, and copy-on-write in your code


Book Description

Over the years, Mastering Swift has proven itself among developers as a popular choice for an in-depth and practical guide to the Swift programming language. This sixth edition comes with the latest features, an overall revision to align with Swift 5.3, and two new chapters on building swift from source and advance operators.

From the basics of the language to popular features such as concurrency, generics, and memory management, this in-depth guide will help you develop your expertise and mastery of the language.

As you progress, you will gain practical insights into some of the most sophisticated elements in Swift development, including protocol extensions, error handling, and closures. The book will also show you how to use and apply them in your own projects. In later chapters, you will understand how to use the power of protocol-oriented programming to write flexible and easier-to-manage code in Swift. Finally, you will learn how to add the copy-on-write feature to your custom value types, along with understanding how to avoid memory management issues caused by strong reference cycles.

By the end of this swift book, you will have mastered the Swift 5.3 language and developed the skills you need to effectively use its features to build robust applications.


What you will learn

  • Understand core Swift components, such as operators, collections, control flows, and functions
  • Identify how and when to use classes, structures, and enumerations
  • Use protocol-oriented design with extensions to write easier-to-manage code
  • Leverage design patterns with Swift to solve commonly occurring design problems
  • Apply copy-on-write for your custom value types to improve performance
  • Add concurrency to your applications using Grand Central Dispatch and Operation Queues
  • Implement generics to write flexible and reusable code


Who this book is for

This book is for beginners with a basic understanding of programming and experienced developers looking to learn Swift programming. Familiarity with Apple's tools will be beneficial but not mandatory. All examples should also work on the Linux and Windows platforms

Автор: Hoffman, Jon T.
Название: Warrior: General Lewis W. Walt, Usmcr
ISBN: 0812969936 ISBN-13(EAN): 9780812969931
Издательство: Random House (USA)
Рейтинг:
Цена: 1379.00 р.
Наличие на складе: Нет в наличии.

Swift 5 Protocol Oriented Programming-- Fourth Edition

Автор: Hoffman Jon
Название: Swift 5 Protocol Oriented Programming-- Fourth Edition
ISBN: 1789349028 ISBN-13(EAN): 9781789349023
Издательство: Неизвестно
Рейтинг:
Цена: 6068.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The Swift standard library is developed using protocol-oriented programming techniques, generics, and first-class value semantics; therefore it is important that every Swift developer understand these powerful concepts and how to take advantage of them.This book will demonstrate how to use protocol-oriented programming techniques to build ...

Mastering swift 5

Автор: Hoffman, Jon
Название: Mastering swift 5
ISBN: 1789139864 ISBN-13(EAN): 9781789139860
Издательство: Неизвестно
Рейтинг:
Цена: 7171.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Swift is the definitive language for Apple development today and it`s a vital part of any iOS and macOS developer`s skill set. The Mastering Swift book over the years has established itself as one of the popular choices for an in-depth and practical guide on Swift programming language amongst developers. The latest fifth edition is fully ...


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия