I hope you continue. I have not found anyone better than you in explaining and simplifying concepts. Even though before watching your lessons I read the documentation, but you always add something new for me, whether I did not understand it sufficiently or neglected to understand it.
@Computerix11 ай бұрын
I'm really happy I'm able to help! And I'm confident you'll enjoy the multitenancy and best practices videos after the series :)
@omarps662211 ай бұрын
@@Computerix Very excited to get there, I'm sure I'll see something great 💫
@quang.luu.17910 ай бұрын
Hei I love the way you make the chapters out of the video. Really easy to follow.
@Computerix10 ай бұрын
I'm glad !
@algorfernand2483 Жыл бұрын
I have really loved this series, I would love it more if you continued on testing.
@Computerix Жыл бұрын
Thank you! I'm confident you will enjoy the rest of the series, inluding multitenancy and caching with redis :)
@juliusngwu Жыл бұрын
You are a born teacher. Thank you
@Computerix Жыл бұрын
Thanks !
@brytebee1 Жыл бұрын
I couldn't resist commenting😏You're an amazing creator. Thanks for this content/video.
@Computerix Жыл бұрын
Thank you!
@lclkn6 ай бұрын
thank you very much!
@bmxandcode Жыл бұрын
thanks for this video, I have a question, at the minute 17:40 when you show the error message, how do I get these errors messages in the HttpExceptionsFilter
@bmxandcode Жыл бұрын
at find it, at the exception.response object, thanks
@Computerix Жыл бұрын
If you want more details about the custom http exception filter, feel free to watch this episode kzbin.info/www/bejne/d4jUoppvedmhmZY :))
@MohamedSaqr Жыл бұрын
Thanks. Excellent explanations for the pipes.🙏🙏 I have a question: When should I use DTOs or JOI schema?
@Computerix Жыл бұрын
Thanks for the comment ! It comes down to personal preference. Using DTOs is more strongly typed and can provide better integration with NestJS, it not only provide validation for the request payload (if you are using the class-validator class with it of course), but also helps you by setting constraints on the data you transfer (typescript would complain if you try to send a Person object instead of a Produt object for example) .It's always better to use specific types for your data rather than "any" for example. If you are familiar with Joi and know it well, you can use it to provide complex validation to your request payload. I personally go with Joi for my validation because I am used to creating complex validation with different conditions using it. BUT, I also use DTOs (without the class-validator) to specify types and add constraints in my code (typescript would complain if I do not respect the DTOs when passing data from one place to another). If you haven't used Joi much before, I recommend you go with DTO + class-validator. If you're comfortable with Joi and have used it for complex validation with different conditions (not just basic types..) and would like to use it, then go for it to validate the request +use DTOs as well (for typescript) without the class-validator. But it really is a personal choice at the end of the day :) I hope this helps!
@MohamedSaqr Жыл бұрын
@@Computerix Thanks for the detailed response; I will go with DTO + class-validator. When anytime I need complex validation, I will use JOI. Thanks for your help
@badralwattar57998 ай бұрын
Thank you for the videos 🫶🏻. Could you please use postman’s dark theme? ☠️