Beginning Kotlin
eBook - ePub

Beginning Kotlin

Build Applications with Better Code, Productivity, and Performance

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Beginning Kotlin

Build Applications with Better Code, Productivity, and Performance

Book details
Table of contents
Citations

About This Book

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 toSpring 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.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Beginning Kotlin by Ted Hagos in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Languages. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2022
ISBN
9781484286982

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Introduction to Kotlin
  4. 2. A Quick Tour of Kotlin
  5. 3. Functions
  6. 4. Types
  7. 5. Higher Order Functions and Lambdas
  8. 6. Collections
  9. 7. Generics
  10. 8. Debugging
  11. 9. Unit Testing
  12. 10. Writing Idiomatic Kotlin
  13. 11. Creating a Spring Boot Project
  14. Back Matter