Managing Complexity With Ktor | Garth Gilmour

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 8

  • @SIMULATAN
    @SIMULATAN 3 месяца назад +4

    Incredible presentation! I can see why Garth's a developer advocate

  • @hinocenciopaulo
    @hinocenciopaulo 4 месяца назад +11

    Amazing talk. I am totally sold that the Ktor is the way. Thank you JetBrains team.❤

    • @_hudeifa23
      @_hudeifa23 4 месяца назад +1

      i am newbie to mobile dev is it better than retrofit and in what spaces please ?

    • @vengateshm2122
      @vengateshm2122 3 месяца назад

      @@_hudeifa23 Retrofit written in java and has support for coroutines. On the other hand Ktor client written in kotlin and has inbuilt support of coroutines.

  • @__J____ff
    @__J____ff 4 месяца назад +11

    please guys solve this logging mess, I dont want to have to include slf4j related xmls or dependencies, just make it work out of the box ........ with a kotlin idiomatic enum to configure it or something !!

    • @SIMULATAN
      @SIMULATAN 3 месяца назад

      you can use slf4j-simple if you want something bare-bones. i doubt they'll ever implement something like this simply because you won't really find a single production application that doesn't use SLF4j.

  • @avwie132
    @avwie132 4 месяца назад +1

    Placing a SL4J jar on the classpath enables logging though ;)

    • @powerli5694
      @powerli5694 Месяц назад

      No, SL4J is just a faced jar, it doesn't include logging implementation.