Best of KotlinAugust 2022

  1. 1
    Article
    Avatar of devgeniusDev Genius·4y

    Kotlin Multiplatform vs Flutter

    Kotlin Multiplatform (KMM) is an excellent choice for creating mobile apps. Flutter is a cross-platform framework to target iOS and Android with a single codebase. Dart is a C/J Javascript-like programming language that may be very familiar with some of these languages.

  2. 2
    Article
    Avatar of hnHacker News·4y

    Don’t call it a comeback: Why Java is still champ

    Java has been among the top three languages since its launch in 1995. Companies like Amazon, Google, Netflix, Pinterest, Spotify, Square, and Zoom all employ Java across their codebases. In just two years Java ranked number three in popularity, outpaced only by C and C++.

  3. 3
    Article
    Avatar of btrprogBetter Programming·4y

    First Impressions When Switching From Spring Boot to Ktor

    The definition of the components which should be managed by Koin needs to be configured manually. Koin provides an interface that can be used in order to inject dependencies in test class. The implementation of the application service layer I will omitt in this article because it works the same way as in SpringBoot and therefore is not interesting. The missing part to fulfill the requirements is the addition of a handler.