Grow with the Flow: How Kotlin Flow Became a Game Changer for our Business | Urs Peter

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 15

  • @gabrielfreitas4270
    @gabrielfreitas4270 Před měsícem +2

    32:57 "this is actually where the hot flow, which we haven't talked about yet, could
    play a crucial and COOL role" - I see what you did there Urs

  • @avwie132
    @avwie132 Před měsícem +10

    Nice talk. But the ChatGPT image gens in every talk with spelling errors are starting to grate on me 😅

  • @TemLetom
    @TemLetom Před měsícem +3

    Really cool concept and a very clean presentation. Thank you!

  • @WilliamArslett
    @WilliamArslett Před 18 dny +1

    hey is there a repository with the code from this demo?

  • @marcm3623
    @marcm3623 Před měsícem

    8:00 to 9:30 roter Faden um Events zu erklären.
    7:20 routing

  • @moosi__
    @moosi__ Před měsícem

    Really awesome talk and great showcase for combining different technologies. Trying this out was a lot of fun 😊

  • @EricDeWildt
    @EricDeWildt Před měsícem +1

    This was awesome!

  • @mysuperemecy
    @mysuperemecy Před měsícem +1

    The best talk

  • @devopsthinh
    @devopsthinh Před měsícem

    Great talk, thanks, from Vietnam😉😊

  • @thirstypooch
    @thirstypooch Před měsícem

    thanks for the upload

  • @KevinMeneses
    @KevinMeneses Před měsícem +1

    Tried to return a flow from an api using spring as in the video, but just didn't work... Also I was able to do it with ktor but not so straightforward

    • @TheAndreArtus
      @TheAndreArtus Před měsícem +2

      Do you have kotlinx-coroutines-core and kotlinx-coroutines-reactor in your (Spring app) dependencies ?

    • @KevinMeneses
      @KevinMeneses Před měsícem +1

      @@TheAndreArtus I'll try that, will be back

    • @TheAndreArtus
      @TheAndreArtus Před 23 dny

      @@KevinMeneses Any joy?

    • @ChrisAthanas
      @ChrisAthanas Před 11 hodinami +2

      The KotlinX RPC handles the SSE much easier than this
      I have a demo on my GH for KMP