NestJs - Best Practices + Implementations

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

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

  • @Weahl
    @Weahl 15 дней назад

    Thanks for the video!

  • @Naya-ss7vs
    @Naya-ss7vs 7 месяцев назад

    In all seriousness, your new technique helps us assimilate your content even better! Thank you for improving and working on yourself, this creator deserves so much more. Great job 🎉

    • @Computerix
      @Computerix  7 месяцев назад

      Thank you so much for this kind message !

  • @pateltanaka49
    @pateltanaka49 2 месяца назад

    much better understanding, big time, as someone whose using nestjs in production env also

  • @elisongonzalez7142
    @elisongonzalez7142 4 месяца назад

    estoy viendo tu contenido y es super genial, me esta ayudando mucho!

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

    succinct and valuable, thank you!

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

    Good content. I made some experiments about this Doing a custom exception when an error in dto validation occurs.
    I also experimented injecting the context of the Logger automatically for every service, interceptor, filter, etc.. there is so much more that can be done.

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

      @@gatogordo4131 Agreed! Good job experimenting.. practice makes perfect

    • @muhammadazeem-iz5mq
      @muhammadazeem-iz5mq Месяц назад

      but how to show error messages based on environments?
      in prodcution we canot show detailed messages. how to properly deal please help

  • @stormbreaker420
    @stormbreaker420 6 месяцев назад

    te amo hermano, mi respetos señor

  • @omarps6622
    @omarps6622 6 месяцев назад

    The best ever !

  • @hassanmhassan5500
    @hassanmhassan5500 6 месяцев назад

    what a great content bro!

  • @developer_anything
    @developer_anything 5 месяцев назад

    awesome 🎉🎉🎉

  • @muhammadazeem-iz5mq
    @muhammadazeem-iz5mq Месяц назад

    but how to show error messages based on environments?
    in prodcution we canot show detailed messages. how to properly deal please help

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

      @muhammadazeem-iz5mq I haven't done proper research to give you the best answer, but an easy solution would be to have a .env variable called "enviornment"
      and if it equals "production", inside your global error handler you remove the details from your error response, by simply checking the value of "environment"

  • @JureJukić
    @JureJukić 7 месяцев назад

    HI
    great video
    Can u make some video about elasicsearch or rabbitmq or loginin/tracing with jaeger with nestjs
    thanks

    • @Computerix
      @Computerix  7 месяцев назад

      Thank you for the suggestions

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

    Can you share me the source code of this video. Thank you so much