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

Kotlin Design Patterns and Best Practices | Talking Kotlin

Поділитися
Вставка
  • Опубліковано 3 сер 2022
  • We chat with Alexey about Kotlin Design Patterns and Best Practices and his recently released book, "Kotlin Design Patterns and Best Practices."
    Discount for the "Kotlin Design Patterns and Best Practices" book!
    Discount code: 25ALEXEY
    Start-end date: 27th July - 25th Aug
    Discount on: Print and eBook.
    Applicable on Packtpub.com website (www.packtpub.c....
    KotlinConf'23 - kotlinconf.com/
    KotlinConf'23 Workshops - kotlinconf.com...

КОМЕНТАРІ • 29

  • @Kotlin
    @Kotlin  2 роки тому +4

    Discount for the "Kotlin Design Patterns and Best Practices" book!
    Discount code: 25ALEXEY
    Start-end date: 27th July - 25th Aug
    Discount on: Print and eBook.
    Applicable on Packtpub.com website (www.packtpub.com/)

  • @Talaria.School
    @Talaria.School 2 роки тому +4

    Thanks to the whole team and guests for this great content.

  • @yannick4252
    @yannick4252 2 роки тому +11

    Did you use coroutines for cutting video? Because video and audio is asynchronous.

  • @VincentFree
    @VincentFree 2 роки тому +6

    Great episode! Again great work Alexey!

  • @thebatu
    @thebatu 2 роки тому +9

    I brought this book 😊

  • @luiscarbonel1991
    @luiscarbonel1991 2 роки тому +4

    I start reading the book. Thanks for the Vert.x example. it is also good

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

    BROTHER, YOU ARE THE BEST!!! You oooh really helped me!! THANK YOU VERY MUCH!

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

    Pretty good book, that teaches the bases of Kotlin as well as the most useful patterns. It's more suited to people with a background in Java.
    I agree with the author that the pattern should be mentionned in the documentation and NOT necessarily in the name of the class. Because the pattern is just ONE particular implementation of a concept, it's NOT the concept itself. For example the car concept is understanble by everyone. So the class shouldn't be FourWheelsPassengerVehicleDecorator, it should be Car. Car is in fact the abstraction. The fact that it has been implemented as a decorator to the FourWheelsVehicle is just an implementation detail.
    In general, I found that the author is very pragmatic and draws his knowledge out of extensive experience.

  • @Poisonedyouth79
    @Poisonedyouth79 2 роки тому +3

    Thank you very much ❤️

  • @DerSarco
    @DerSarco 2 роки тому

    I bought that book!, is still pending to read because i have others to read first. I'm so excited to start read that book :D.

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

    Thank you, it works perfect!

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

    this interview had me tense omg

  • @danield8021
    @danield8021 2 роки тому +1

    I am just new to programming so kotlin will be my first language, can you suggest any course for people with no programming experience and what does it require to build pure and secured android app apart from kotlin.

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

    Categorizing software by the design patterns it uses reminds me of a joke about a secretary who classified and filed all the correspondence under "M" for "Mister/Mr" or "Mrs". She could find them...all.

  • @mhdanwar
    @mhdanwar 2 роки тому +3

    waiting to here some awesome news about KMM

    • @Kotlin
      @Kotlin  2 роки тому +15

      There will be very good news very soon. Stay tuned!

    • @prasanpani
      @prasanpani 2 роки тому +2

      @@Kotlin Cant wait 😍

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

    You could make a basic template to start with every ti you start a new .

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

    Alexey mentioned that Android already uses the Flyweight Pattern, does he mean RecyclerView in particular or something else more general to do with the Android Runtime?

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

    Very helpful

  • @this-is-bioman
    @this-is-bioman 2 роки тому +2

    There is not a single line of code shown is this video! How so?

    • @pxnx
      @pxnx 2 роки тому +3

      It's a talk about top level things and his book :)

    • @Kotlin
      @Kotlin  2 роки тому +3

      Not every video needs a line of code 😉

    • @pxnx
      @pxnx 2 роки тому +1

      @@Kotlin Videos need content, and this one has enough content for a good video :D
      I also hoped that there will be really practical tips, like do's and don't's - recommended by the official team ;)

    • @pxnx
      @pxnx 2 роки тому +1

      I sometimes feel insecure when it comes to the right way of doing things. Coding is like art or philosophy, with too many possibilities.

    • @pxnx
      @pxnx 2 роки тому +1

      A little talk with David Hermann about Kobweb (built on top of Compose Web) might also be neat🐣

  • @jopadjr
    @jopadjr 2 роки тому

    164th...Thanks

  • @Amejonah
    @Amejonah 2 роки тому

    why do I have a déjà vu with design patterns