- Learn Kotlin Programming(Second Edition)
- Stephen Samuel Stefan Bocutiu
- 198字
- 2021-06-24 14:13:35
Section 2: Practical Concepts in Kotlin
In this second section of the book, you will dive deeper into the Kotlin language and standard library. More specifically, functions and functional programming as an alternative to object-oriented programming will be described. Next, more advanced Kotlin-specific features, such as properties and null safety, will be covered, with information on how these features relate back to Java. The advanced type system available in Kotlin will be discussed, with extensive examples on how safer code can be achieved when such a type system is available to the compiler. Next, one of the most fundamental parts of any system, data classes and collections, will be covered, focusing on how and where these improve on what is available in Java. Finally, all the topics will come together as you learn how to build your real-world application using the Lagom microservice framework.
The following chapters will be covered in this section:
- Chapter 4, Functions in Kotlin
- Chapter 5, Higher-Order Functions and Functional Programming
- Chapter 6, Properties
- Chapter 7, Null Safety, Reflection, and Annotations
- Chapter 8, Generics
- Chapter 9, Data Classes
- Chapter 10, Collections
- Chapter 11, Testing in Kotlin
- Chapter 12, Microservices with Kotlin
- The DevOps 2.3 Toolkit
- Spring技術內幕:深入解析Spring架構與設計
- Python Deep Learning
- Mastering C# Concurrency
- Scratch 3.0少兒編程與邏輯思維訓練
- C++ 從入門到項目實踐(超值版)
- Mastering Apache Spark 2.x(Second Edition)
- ASP.NET程序設計教程
- Python3.5從零開始學
- 單片機原理及應用技術
- Arduino電子設計實戰指南:零基礎篇
- Arduino機器人系統設計及開發
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- C語言從入門到精通(視頻實戰版)
- C++程序設計習題與實驗指導