Це відео не доступне.
Перепрошуємо.

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

Поділитися
Вставка
  • Опубліковано 3 тра 2023
  • Recording brought to you by American Express. americanexpres...
    The combination of Spring and Kotlin is a winning combo for building modern, reactive, and productive servers. This talk will walk through how Spring & Kotlin fit together with coroutines, R2DBC, Testcontainers, and Kotlin/JS for the web UI. Come for Kotlin, stay for the ASCII art!
    This session is co-presented by Josh Long, Spring Developer Advocate at VMware and James Ward, Kotlin Product Manager at Google.
    #KotlinConf23 #kotlin #coroutines #KotlinConf

КОМЕНТАРІ • 19

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

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

  • @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 Рік тому +8

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

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

    Great video, thanks!

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

    Very cool stuff. 🔥

  • @bhanubhattarai13
    @bhanubhattarai13 2 місяці тому

    Phehe got me.

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

    You are wizzards, guys!

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

    New syntax looks like ktor framework

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

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

  • @user-kj4ju3zz8f
    @user-kj4ju3zz8f Рік тому +1

    Josh 😅😅😅

  • @fResult
    @fResult 8 місяців тому

    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 3 місяці тому

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

    • @FeinesFabi
      @FeinesFabi 3 місяці тому

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

  • @markmental6665
    @markmental6665 9 місяців тому

    I write kotlin in vim #forreal

    • @imakhlaqXD
      @imakhlaqXD 2 місяці тому

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

  • @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.

    • @user-zk1os9jq7v
      @user-zk1os9jq7v Рік тому +12

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

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

      @@user-zk1os9jq7v 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