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

Mastering swift 5, Hoffman, Jon


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

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

Автор: Hoffman, Jon
Название:  Mastering swift 5
ISBN: 9781789139860
Издательство: Packt publishing limited
Классификация:


ISBN-10: 1789139864
Обложка/Формат: Paperback
Страницы: 370
Вес: 0.88 кг.
Дата издания: 30.04.2019
Язык: English
Издание: 5 revised edition
Размер: 194 x 236 x 20
Читательская аудитория: General (us: trade)
Подзаголовок: Deep dive into the latest edition of the swift programming language, 5th edition
Рейтинг:
Поставляется из: США
Описание: 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 ...


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: Developing iOS Applications

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

Mastering Swift 3

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

Mastering Swift 3 - Linux

Автор: Hoffman Jon
Название: Mastering Swift 3 - Linux
ISBN: 1786461412 ISBN-13(EAN): 9781786461414
Издательство: Неизвестно
Рейтинг:
Цена: 9010.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 р.
Наличие на складе: Нет в наличии.

Protocol Oriented Programming with Swift

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

Mastering swift 4 - fourth edition

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

Описание:

Dive into the latest release of the Swift programming language with this advanced development book for building highly performant applications.

Key Features

  • Harness the latest and most advanced features of Swift 4 to develop quality iOS and macOS applications
  • Comprehensive coverage of all the advanced features of Swift and guidance on advanced design techniques
  • Dive deep into protocol extensions, learn new error handling model, and use featured Swift design patterns to write more efficient code
  • Get to grips with advanced design techniques to write smarter, cleaner Swift code

Book Description

Swift is the definitive language for Apple development today. It's a vital part of any iOS and macOS developer's skillset, helping them to build the most impressive and popular apps on the App Store--the sort of apps that are essential to iPhone and iPad users every day. With version 4.0, the Swift team has added new features to improve the development experience, making it easier to get the results you want and customers expect.

Inside, you'll find the key features of Swift 4.0 and quickly learn how to use the newest updates to your development advantage. From Objective-C interoperability and ARC to closures and concurrency, this advanced Swift guide will develop your expertise and help you become fluent in this vital programming language.

We'll give you an in-depth knowledge of some of the most sophisticated elements of Swift development, including protocol extensions, error-handling, design patterns, and concurrency. We'll guide you on how to use and apply them in your own projects. You'll see how to leverage the power of protocol-oriented programming to write flexible and easier-to-manage code.

What you will learn

  • Delve into the core components of Swift 4.0, including operators, collections, control flows, and functions
  • Create and use classes, structures, and enumerations
  • Understand protocol-oriented design and see how it can help you write better code
  • Develop a practical understanding of subscripts and extensions
  • Add concurrency to your applications using Grand Central Dispatch and Operation Queues
  • Implement generics and closures to write very flexible and reusable code
  • Make use of Swift's error handling and availability features to write safer code

Who this book is for

This book is for developers who want to delve into the newest version of Swift. If you are a developer who learns best by looking at and working with code, then this book is for you. A basic understanding of Apple's tools is beneficial but not mandatory.

Mastering arduino

Автор: Hoffman, Jon
Название: Mastering arduino
ISBN: 178883058X ISBN-13(EAN): 9781788830584
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Mastering Arduino is a practical, no-nonsense guide teaching you the electronics and programming skills that you need to create advanced Arduino projects. It is packed full of real-world projects leading up to the final project where you will build and control a basic robot.


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