Spring + Kotlin = Modern + Reactive + Productive by: Josh Long and James Ward

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 19

  • @b_shulha
    @b_shulha Рік тому +10

    It's okay, you're among friends. :D

  •  11 місяців тому

    Great video, thanks!

  • @jesprotech
    @jesprotech Рік тому +3

    How odd is it that all the presentations at this conference that I really enjoy are the ones with fewer views? Point made at 3:41! I migrated everything I have to Java 17 and the remaining stuff is there because of some odd incompatible libraries. Love the AOT explanation, the GraalVM fun downtime elevator music bit, the WASM application, and of course the multiplatform example with examples of some of the less known Kotlin keywords for people outside Android and desktop application development like external, expected, and actual. Great fun to watch and very very relatable.

    • @m77mo65
      @m77mo65 Рік тому +1

      Because there are fewer seniors and fewer of them watch videos

  • @jcolindres001
    @jcolindres001 Рік тому +9

    Hello All,
    What would your choice be for a server side project: Kotlin + Ktor or Kotlin + Spring Boot?
    Thanks,

  • @ArtemKhodos
    @ArtemKhodos Рік тому

    You are wizzards, guys!

  • @jafajarvis324
    @jafajarvis324 Рік тому +1

    New syntax looks like ktor framework

  • @bhanubhattarai13
    @bhanubhattarai13 6 місяців тому

    Phehe got me.

  • @aortizc82
    @aortizc82 Рік тому

    How come I never thought of the elevator music feature while compiling? 😂

  • @fResult
    @fResult Рік тому

    how can I get the `uao` command in the 5:19? (I tried looking for it in the Homebrew, but couldn't find it.)

    • @FeinesFabi
      @FeinesFabi 7 місяців тому

      google for: uao command - unzip your project and import to intellij automatically

    • @FeinesFabi
      @FeinesFabi 7 місяців тому

      google for: uao command - unzip your project and import to intellij automatically

  • @markmental6665
    @markmental6665 Рік тому

    I write kotlin in vim #forreal

    • @imakhlaqXD
      @imakhlaqXD 5 місяців тому

      Nahhh that's wild. I don't think vim even have kt LSP.

  • @BCareLife
    @BCareLife Рік тому +1

    Josh 😅😅😅

  • @oumardicko5593
    @oumardicko5593 Рік тому +10

    This video confirms just how much i hate spring boot and its magic. Kotlin gives us enough developer experience i don't need any more magic.

    • @TrungDũngNguyễn-v9c
      @TrungDũngNguyễn-v9c Рік тому +12

      Does that mean you don't understand the Springs logic under the hood?

    • @oumardicko5593
      @oumardicko5593 Рік тому

      @@TrungDũngNguyễn-v9c I am a go developer. I have used kotlin+ktor for some time and was pretty happy with it until I came to spring. It was a nightmare. The documentation is trash and outdated, too much abstraction and magic going on under the hood. For someone trying to build something quickly, I can tell you that it's a nightmare