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

Mastering Kotlin, bin Uzayr, Sufyan


Варианты приобретения
Цена: 8726.00р.
Кол-во:
 о цене
Наличие: Отсутствует. 
Возможна поставка под заказ. Дата поступления на склад уточняется после оформления заказа


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

Автор: bin Uzayr, Sufyan
Название:  Mastering Kotlin
ISBN: 9781032318950
Издательство: Taylor&Francis
Классификация:



ISBN-10: 1032318953
Обложка/Формат: Hardback
Страницы: 312
Вес: 0.64 кг.
Дата издания: 22.11.2022
Серия: Mastering computer science
Язык: English
Иллюстрации: 21 tables, black and white; 12 line drawings, black and white; 6 halftones, black and white; 18 illustrations, black and white
Размер: 161 x 240 x 28
Читательская аудитория: Professional & vocational
Подзаголовок: A beginner`s guide
Рейтинг:
Поставляется из: Европейский союз


The First Line of Code: Android Programming with Kotlin

Автор: Lin Guo
Название: The First Line of Code: Android Programming with Kotlin
ISBN: 981191799X ISBN-13(EAN): 9789811917998
Издательство: Springer
Рейтинг:
Цена: 16769.00 р.
Наличие на складе: Поставка под заказ.

Описание: The First Line of Code is a must-have for developers who want to learn Android and Kotlin, and the best-seller in China. Knowledge between Android and Kotlin is interspersed in a way that readers are easy to understand and get start: · Android part covers all the important aspects of the Android platform, such as activity, service, content provider, broadcast receiver, fragment, basic UI, data storage, network, Jetpack and other application-level knowledge. · Kotlin part covers various aspects of Kotlin, such as standard grammar, common skills, higher-order functions, generics, coroutines, DSL and other language-level knowledge. In addition, The First Line of Code is a very practicing book, illustrating concepts with a complete weather forecast program. You can use and practice all the knowledge comprehensively after learning and see the actual result for what you have learned through the book. All contents of the book are quite easy to understand. It might be a good choice for both beginners and experienced developers. Also suitable for college students, college teachers, etc.

Kotlin

Автор: bin Uzayr, Sufyan
Название: Kotlin
ISBN: 1032311703 ISBN-13(EAN): 9781032311708
Издательство: Taylor&Francis
Рейтинг:
Цена: 19906.00 р.
Наличие на складе: Нет в наличии.

Hands-On Microservices with  Kotlin

Автор: Iglesias Antonio Medina
Название: Hands-On Microservices with Kotlin
ISBN: 1788471458 ISBN-13(EAN): 9781788471459
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Kotlin has been the buzzword among developers ever since the release of new features in Kotlin 1.1. With Google`s announcement of introducing first class support for Kotlin in their Android ecosystem, it`s high time that Kotlin is realized as a mainstream language. Microservices aids in designing scalable, easy-to-maintain web applications. If ...

Hands-On Data Structures and Algorithms with Kotlin

Автор: Nayak Chandra Sekhar, Chakraborty Rivu
Название: Hands-On Data Structures and Algorithms with Kotlin
ISBN: 1788994019 ISBN-13(EAN): 9781788994019
Издательство: Неизвестно
Рейтинг:
Цена: 7171.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Data structures and algorithms help you to understand computational complexity and write efficient code. Kotlin data structures and algorithms enable you to write code that runs faster which is important in the web and mobile world. This book takes you through the techniques that you can use in your regular production environment.

Kotlin Programming Cookbook

Автор: Shekhar Roy Aanand, Karanpuria Rashi
Название: Kotlin Programming Cookbook
ISBN: 1788472144 ISBN-13(EAN): 9781788472142
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The Android team has announced first-class support for Kotlin. This acts as an added boost to the language and more and more developers are now looking into Kotlin for their application development.This recipe based book will be your guide to get a firm hold on the Kotlin Programming language.

Beginning Kotlin

Автор: Hagos
Название: Beginning Kotlin
ISBN: 1484286979 ISBN-13(EAN): 9781484286975
Издательство: Springer
Рейтинг:
Цена: 4890.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book introduces the Kotlin programming skills and techniques necessary for building applications. You'll learn how to migrate your Java programming skills to Kotlin, a Java Virtual Machine (JVM) programming language. The book starts with a quick tour of the Kotlin language and gradually walks you through the language in greater detail over the course of succeeding chapters. You’ll learn Kotlin fundamentals like generics, functional programming, type system, debugging, and unit testing. Additionally, with the book’s freely downloadable online appendices, you’ll discover how to use Kotlin for building Spring Boot applications, data persistence, and microservices. What You Will Learn * Learn the Kotlin language, its functions, types, collections, generics, classes, and more * Dive into higher-order functions, generics, debugging, and unit testing * Apply the fundamentals of Kotlin to Spring Boot * Add Hibernate to your Spring Boot application for persistence and data accessibility * Take advantage of functional programming available in Kotlin Who This Book Is For Java developers who are new to Kotlin and want to leverage Kotlin, particularly for building Spring Boot apps.

Kotlin Cookbook: A Problem-Focused Approach

Автор: Kousen Ken
Название: Kotlin Cookbook: A Problem-Focused Approach
ISBN: 1492046671 ISBN-13(EAN): 9781492046677
Издательство: Wiley
Рейтинг:
Цена: 6124.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Use Kotlin to build Android apps, web applications, and more-while you learn the nuances of this popular language. With this unique cookbook, developers will learn how to apply this Java-based language to their own projects.

Learn to Program with Kotlin: From the Basics to Projects with Text and Image Processing

Автор: Lavers Tim
Название: Learn to Program with Kotlin: From the Basics to Projects with Text and Image Processing
ISBN: 1484268148 ISBN-13(EAN): 9781484268148
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Teach yourself programming starting with the basics and progressing to a series of exciting projects using Kotlin, one of today`s hottest programming languages.

Building Applications with Spring 5 and Kotlin

Автор: Vasic Milos
Название: Building Applications with Spring 5 and Kotlin
ISBN: 1788394801 ISBN-13(EAN): 9781788394802
Издательство: Неизвестно
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book helps you get a deep understanding of Spring and how it can make your life easier. This collection of projects demonstrates the versatility of the language and enables you to build standalone applications. The book unveils the latest features of Kotlin and walks you through the building blocks that form the basis of writing applications.

Mastering Kotlin

Автор: Ebel Nate
Название: Mastering Kotlin
ISBN: 1838555722 ISBN-13(EAN): 9781838555726
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The purpose of Mastering Kotlin is to teach you how to leverage software designs and concepts which have made Java the most dominant Enterprise programming language. Finally, you will gain an understanding of implementing practical design patterns and best practices to help you master the Kotlin language.

Learning Concurrency in Kotlin

Автор: Torres, Miguel Angel Castiblanco
Название: Learning Concurrency in Kotlin
ISBN: 1788627164 ISBN-13(EAN): 9781788627160
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The requirements of modern day applications are scalability, speed and making the most use of hardware. Kotlin provides immense support for concurrency. This book addresses the challenges for the design and implementation of concurrent code and shows you how to write lock-free concurrent code taking advantage of Kotlin`s concurrency support.

Kotlin Standard Library Cookbook

Автор: Urbanowicz Samuel
Название: Kotlin Standard Library Cookbook
ISBN: 1788837665 ISBN-13(EAN): 9781788837668
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book explores the valuable standard libraries, showing you how to use them to write succinct code. Filled with short and easy-to -follow solutions, you`ll see how to get optimal performance from your Kotlin code.


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