- Kotlin Blueprints
- Ashish Belagali Hardik Trivedi Akshay Chordiya
- 182字
- 2021-07-02 21:50:20
Summary
You might have noticed how Kotlin cuts down the boilerplate code and helps you write clean and concise code. It even makes the whole app development easier and fun. Overall, Kotlin is a great language with excellent IDE support and it has a light-weight runtime, which is a bonus considering the fact that it comes with 100% interoperability with Java. The Null safety helps to handle all the nulls at compile time and saves us from making a Billion-Dollar Mistake (https://en.wikipedia.org/wiki/Tony_Hoare).
We have successfully built our production ready geospatial messenger, which you can use to leave messages on the map on particular co-ordinates with Spring Boot while leveraging amazing features of Kotlin. We also saw how to write test cases in Kotlin, which is a great way to start writing Kotlin code in case you're afraid of writing actual logic.
In the next chapter, we will look at how to build web applications (RESTful web services) with the Ktor framework, which is built with Kotlin in mind and is a great alternative to Spring Boot when building web applications in Kotlin.
- Apache Oozie Essentials
- Developing Middleware in Java EE 8
- Mastering KnockoutJS
- PHP編程基礎與實例教程
- CoffeeScript Application Development Cookbook
- MySQL入門很輕松(微課超值版)
- PHP編程基礎與實踐教程
- Vue.js應用測試
- JavaScript動態網頁編程
- C++從入門到精通(第6版)
- OpenCV with Python Blueprints
- Vue.js 3.x高效前端開發(視頻教學版)
- Software Architecture with Python
- SQL Server 2014 Development Essentials
- 測試工程師Python開發實戰