Knygos.lt klubas Knygos.lt nariams
35,41 €
-30%
Įprastai
50,59 €
Kotlin In-Depth [Vol-I]
Kotlin In-Depth [Vol-I]
Knygos.lt klubas Knygos.lt nariams
35,41 €
-30%
Įprastai
50,59 €
  • Išsiųsime per 12–18 d.d.
Master the concise and expressive power of a pragmatic, multi-paradigm language for JVM, Android and beyond Key FeaturesLanguage fundamentals Object-oriented and functional programming with Kotlin Kotlin standard library Building domain-specific languages Using Kotlin for Web developmentKotlin for Android platform Coroutine-based concurrency DescriptionThe purpose of this book is to guide a reader through the capabilities of Kotlin language and give examples of how to use it for the developme…
  • Leidėjas:
  • Metai: 2020
  • Puslapiai: 340
  • ISBN-10: 9389328586
  • ISBN-13: 9789389328585
  • Formatas: 19.1 x 23.5 x 1.8 cm, minkšti viršeliai
  • Kalba: Anglų

Kotlin In-Depth [Vol-I] (el. knyga) (skaityta knyga) | knygos.lt

Atsiliepimai

(4.00 Goodreads įvertinimas)

Aprašymas

Master the concise and expressive power of a pragmatic, multi-paradigm language for JVM, Android and beyond

Key Features
  • Language fundamentals
  • Object-oriented and functional programming with Kotlin
  • Kotlin standard library
  • Building domain-specific languages
  • Using Kotlin for Web development
  • Kotlin for Android platform
  • Coroutine-based concurrency

  • Description
    The purpose of this book is to guide a reader through the capabilities of Kotlin language and give examples of how to use it for the development of various applications, be it desktop, mobile or Web. Although our primary focus is on JVM and Android, the knowledge we're sharing here, to various extents, applies to other Kotlin-supported platforms such as JavaScript, native and even multi-platform applications.The book starts with an introduction to the language and its ecosystem, which will give you an understanding of the key ideas behind the Kotlin design, introduce you to the Kotlin tooling and present you the basic language syntax and constructs. In the next chapters, we get to know the multi-paradigm nature of Kotlin which allows us to create powerful abstractions by combining various aspects of functional and object-oriented programming. We'll talk about using common Kotlin APIs, such as the standard library, reflection, and coroutine-based concurrency as well as the means for creating your own flexible APIs based on domain-specific languages.

    What will you learn
    By the end of the book you'll obtain a thorough knowledge of all the basic aspects of Kotlin programming. You'll be able to create a flexible and reusable code by taking advantage of object-oriented and functional features, use Kotlin standard library, compose your own domain-specific languages, write asynchronous code using Kotlin coroutines library as well. You'll also have a basic understanding of using Kotlin for writing test code, web applications and Android development. This knowledge will also give you a solid foundation for deeper learning of related development platforms, tools, and frameworks.

    Who this book is for
    The book is primarily aimed at developers who are familiar with Java and JVM and are willing to get a firm understanding of Kotlin while having little to no experience in that language. Discussion of various language features will be accompanied, if deemed necessary, by comparisons with their Java's analogs, which should simplify the Java-to-Kotlin transition. Most of the material, however, is rather Java-agnostic and should be beneficial even without prior knowledge of Java. In general, experience in object-oriented or functional paradigm is a plus, but not required.

    Table of Contents
    1. Kotlin: Powerful and Pragmatic
    2. Language Fundamentals
    3. Defining Functions
    4. Working with Classes and Objects
    5. Leveraging Advanced Functions and Functional Programming
    6. Using Special-Case Classes
    7. Understanding Class Hierarchies
    8. Exploring Collections and I/O
    9. Generics
    10. Annotations and Reflection
    11. Domain-Specific Languages
    12. Java Interoperability
    13. Concurrency
    14. Testing with Kotlin
    15. Android Applications
    16. Web Development with Ktor
    17. Building Microservice

    About the Author
    Aleksei Sedunov has been working as a Java developer since 2008. Since joining JetBrains in 2012, he's been actively participating in the Kotlin language development, focusing on IDE tooling for the IntelliJ platform. Currently, he's working in a DataGrip team, a JetBrains Database IDE, while carrying on with Kotlin as a main development tool.

    His LinkedIn Profile: https: //www.linkedin.com/in/alexey-sedunov-8554a530/
    Knygos.lt klubas
    Knygos.lt nariams
    35,41 €
    -30%
    Įprastai
    50,59 €
    Kaina registruotiems pirkėjams
    Prisijunkite ir už šią prekę
    gausite 0,51 Knygų Eurų!?
    Išsiųsime per 12–18 d.d.
    Įsigykite dovanų kuponą
    Daugiau
    • Autorius: Aleksei Sedunov
    • Leidėjas:
    • Metai: 2020
    • Puslapiai: 340
    • ISBN-10: 9389328586
    • ISBN-13: 9789389328585
    • Formatas: 19.1 x 23.5 x 1.8 cm, minkšti viršeliai
    • Kalba: Anglų

    Master the concise and expressive power of a pragmatic, multi-paradigm language for JVM, Android and beyond

    Key Features
  • Language fundamentals
  • Object-oriented and functional programming with Kotlin
  • Kotlin standard library
  • Building domain-specific languages
  • Using Kotlin for Web development
  • Kotlin for Android platform
  • Coroutine-based concurrency

  • Description
    The purpose of this book is to guide a reader through the capabilities of Kotlin language and give examples of how to use it for the development of various applications, be it desktop, mobile or Web. Although our primary focus is on JVM and Android, the knowledge we're sharing here, to various extents, applies to other Kotlin-supported platforms such as JavaScript, native and even multi-platform applications.The book starts with an introduction to the language and its ecosystem, which will give you an understanding of the key ideas behind the Kotlin design, introduce you to the Kotlin tooling and present you the basic language syntax and constructs. In the next chapters, we get to know the multi-paradigm nature of Kotlin which allows us to create powerful abstractions by combining various aspects of functional and object-oriented programming. We'll talk about using common Kotlin APIs, such as the standard library, reflection, and coroutine-based concurrency as well as the means for creating your own flexible APIs based on domain-specific languages.

    What will you learn
    By the end of the book you'll obtain a thorough knowledge of all the basic aspects of Kotlin programming. You'll be able to create a flexible and reusable code by taking advantage of object-oriented and functional features, use Kotlin standard library, compose your own domain-specific languages, write asynchronous code using Kotlin coroutines library as well. You'll also have a basic understanding of using Kotlin for writing test code, web applications and Android development. This knowledge will also give you a solid foundation for deeper learning of related development platforms, tools, and frameworks.

    Who this book is for
    The book is primarily aimed at developers who are familiar with Java and JVM and are willing to get a firm understanding of Kotlin while having little to no experience in that language. Discussion of various language features will be accompanied, if deemed necessary, by comparisons with their Java's analogs, which should simplify the Java-to-Kotlin transition. Most of the material, however, is rather Java-agnostic and should be beneficial even without prior knowledge of Java. In general, experience in object-oriented or functional paradigm is a plus, but not required.

    Table of Contents
    1. Kotlin: Powerful and Pragmatic
    2. Language Fundamentals
    3. Defining Functions
    4. Working with Classes and Objects
    5. Leveraging Advanced Functions and Functional Programming
    6. Using Special-Case Classes
    7. Understanding Class Hierarchies
    8. Exploring Collections and I/O
    9. Generics
    10. Annotations and Reflection
    11. Domain-Specific Languages
    12. Java Interoperability
    13. Concurrency
    14. Testing with Kotlin
    15. Android Applications
    16. Web Development with Ktor
    17. Building Microservice

    About the Author
    Aleksei Sedunov has been working as a Java developer since 2008. Since joining JetBrains in 2012, he's been actively participating in the Kotlin language development, focusing on IDE tooling for the IntelliJ platform. Currently, he's working in a DataGrip team, a JetBrains Database IDE, while carrying on with Kotlin as a main development tool.

    His LinkedIn Profile: https: //www.linkedin.com/in/alexey-sedunov-8554a530/

    Atsiliepimai

    • Atsiliepimų nėra
    0 pirkėjai įvertino šią prekę.
    5
    0%
    4
    0%
    3
    0%
    2
    0%
    1
    0%
    (rodomas nebus)