Never Write Firebase Functions the Same Again

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

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

  • @devraphe
    @devraphe 9 месяцев назад +5

    Who else misses when Dane used to give us really deep videos. Owe many thanks to this man in my flutter engineering career and Software engineering as a whole 💙

    • @FilledStacks
      @FilledStacks  9 месяцев назад

      I appreciate your kind words. I'm happy that I could help you in your software career

  • @mhmzdev
    @mhmzdev 9 месяцев назад

    You sometimes scare me, that I'm far behind
    And sometimes I fell in love with your testable code as well 😂

    • @FilledStacks
      @FilledStacks  9 месяцев назад +1

      Haha, no need to be scared. Practice and learning will get you far ahead in time.

  • @TheClaudio133
    @TheClaudio133 9 месяцев назад

    Once you get Clean Arch concepts, you never let it go kkkk very usefull, a quick recomendation is always ensure you have an interface controlling your implementations, calling your Service for Example it's amazing depending of interface.

    • @FilledStacks
      @FilledStacks  9 месяцев назад +1

      I've actually never used Clean Architecture. This is all based on the Single Responsibility principle from the SOLID principles.
      And yes, using an interface is great if you could have multiple implementations of it.
      I prefer using class directly (with dependency inversion) when I only have one implementation.

  • @chrisik100
    @chrisik100 9 месяцев назад

    New useful video! Nice!😃

    • @FilledStacks
      @FilledStacks  9 месяцев назад +1

      Thanks @chrisik100. I appreciate that. Happy that yoh liked it.