NestJS DTO Schemas, Validation & Pipes Tutorial

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

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

  • @rushingwp
    @rushingwp 9 месяцев назад +6

    It is difficult to me to believe that you provide these rich in quality tutorials for free. Cheers, Dave.

  • @konfcyus4865
    @konfcyus4865 Год назад

    Thanks for the series.

  • @JonBrookes
    @JonBrookes Год назад +2

    If I didnt know what DTO was I certainly do now, thanks Dave, this is another brilliant video
    your explanations of setting up strong types makes the job a breezed

  • @kirillzlobin7135
    @kirillzlobin7135 Год назад +1

    So nicely explained without overcomplicating stuff

  • @paulthomas1052
    @paulthomas1052 Год назад +2

    Great series. I'm new to nestJS and have found these recent videos really useful. Thanks so much !

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

    It's incredible to explain such complex things in so easy way! Awesome! Thank you 👍👍👍

  • @overrevvv
    @overrevvv Год назад

    Thank you for putting so much time and effort into this amazing playlist.

  • @aaaajuuu8653
    @aaaajuuu8653 Год назад

    Hey Dave, thanks for the new Nest.js series. I actually just recently started learning Nest.js and its a big benefit for me having some actual examples from you.
    Thanks for that and i am looking forward to the next videos! :)

  • @moathdw910
    @moathdw910 Год назад

    The best series I am LOVING this series thank you for your efforts Dave! I love Nestjs it's my main framework now

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

    great tutorials! so clean and easy to understand. thank you!

  • @surajjha5623
    @surajjha5623 Год назад

    I really loved this nest js series. Thanks a lot sir.

  • @abdulziz5253
    @abdulziz5253 Год назад

    I cant wait more for the next videos!

  • @viniciusmassari5503
    @viniciusmassari5503 Год назад +1

    I'm really impressed how nestjs handles so much thing for us with a few lines of code.

  • @ЕкатеринаРыкова-г8т

    Great job! Thank you!

  • @szczepanrydzewski8179
    @szczepanrydzewski8179 Год назад

    Great video as always!

  • @gururajmoger8649
    @gururajmoger8649 Год назад

    Please continue sir 🙏

  • @mdabdullahmamun333
    @mdabdullahmamun333 7 дней назад

    really your explanation is beginner friendly.

  • @krishnawaske9798
    @krishnawaske9798 8 месяцев назад

    Woaahhhh!!
    Been using NestJs for few time now.
    But learnt something new today. Thankyou

  • @TravinskiyVladislav
    @TravinskiyVladislav Год назад

    Thank you, Dave

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

    Great tutorial series on NestJS. I can easily move on from "ExpressJS" to "NestJS".
    I wanted to know the icon theme, that you are using in vscode.

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

    Great tutorial series, Dave!
    For roles validation, I believe, it could be handled better. Assume there are no users for a valid role like ADMIN, this will throw "User Role not found"

  • @girishgirijan9900
    @girishgirijan9900 8 месяцев назад

    Thanks

  • @mrbilchalan
    @mrbilchalan Год назад +3

    I have learned access token and refresh token technique from your Mern tutorial. Now, I am concerned about csrf token. The access and refresh token are all about authentication and authorization. I heard, when you send any form to server, try to validate csrf token also. My question is, is it necessary to use csrf token to be validate after applying your access token and refresh token technique. If it is then how to send and receive and validate it. Please consider to discuss it. Thank you.

    • @grant_vine
      @grant_vine Год назад

      CSRF is more relevant to Cross Site (I.e. separate domain/url) requests as a form of point in time trust validation between two remote parties, so more applicable to auth styles where you are redirected to an auth service that is separate from your app. Access to secure domain cookies wouldn’t work in that case - however, if your front end and your API are all served from the same domain (or domain suffix but that isn’t as secure on a cookie level) then CSRF isn’t really relevant as both that api and front end can actually read that cookie as they are on the same domain - hence no need for an out of band trust verification.

  • @kirillzlobin7135
    @kirillzlobin7135 Год назад

    This is very helpful

  • @theybecameus
    @theybecameus Год назад

    thanks david❤

  • @Peter-ck1qg
    @Peter-ck1qg Год назад

    Nice tutorial.
    Can we get a tutorial on microservices with express and nest after this series?

  • @danielouattara3857
    @danielouattara3857 Год назад

    Hello Dave, Happy New Year! I wish you the best !
    Thank you for your teaching. It's great to learn with you
    Maybe that this is not the right place to ask... I find that if I make a "patch request" with an empty json object OR a json object with anything else than what describe in the "UpdateUserDto" class then it works. I know that there is the "extends PartialType(CreateUserDto)" on UpdateUserDto, meaning optional.
    Here my question: is there a way to model UpdateUserDto by saying: optional Yes ! but only among "name", "email" , "role" ?

  • @codernerd7076
    @codernerd7076 Год назад

    Oh no last video at comment time, home we soon get the next part, would be interested in a Nest.js API with a Next.js frontend project as well!

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

    Thank you for the great tutorial. Do I understand right we have separate *.dto files due to convention one class per file instead to have one file users.dto.ts with all related classes?

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

      Yes, this is the standard structure from the documentation.

  • @moho-z5x
    @moho-z5x Год назад

    Can you explain me about hls in node js and front end i think this is so important

  • @adrien437
    @adrien437 Год назад

    hi, are you going to make a tutorial about jwt authentication for nest?

  • @kirillzlobin7135
    @kirillzlobin7135 Год назад

    Who knows how often videos are released for this Nest JS playlist?)
    Waiting for the next one...

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Год назад +2

      Just released the next one 1 minute ago. The release schedule has been every week but I took one week off for Thanksgiving.

  • @dinaludagedara5203
    @dinaludagedara5203 23 дня назад

    awesome

  • @mikoajkaleta6856
    @mikoajkaleta6856 Год назад

    waiting for more episodes

  • @BrechtGijbels
    @BrechtGijbels 8 месяцев назад

    Is there also a way to avoid the repetition of the roles in the method findAll within the file users.controller.ts? I was hoping it would be possible to use them from a DTO file, as they are defined there.

  • @hasibrifat-p6v
    @hasibrifat-p6v 11 месяцев назад

    can u share the name of
    icon extentions of your vs code??

  • @codernerd7076
    @codernerd7076 Год назад

    Would it not better to use Zod for validation?

  • @thomaslefebvre5866
    @thomaslefebvre5866 Год назад

    isn't it better to use implements instead of extends ?

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

    Hello, I am new to nestjs, can you explain why @nestjs/mapped-types will be install in devDependencies but not dependencies, thank you

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

      All types are truly dev dependencies. Types are tools for a developer and are removed when JS is compiled.

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

      @@DaveGrayTeachesCode thank you, i never coded typescript before, so any dependencies that related to typescript should be dev dependencies, is it right

  • @artyomtaranenko2267
    @artyomtaranenko2267 Год назад

    Nestjs-zod looks better, smaller. What r u think about this?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Год назад

      I haven't looked at it although I know you can use Zod with NestJS.

  • @Shriramkrishnhari
    @Shriramkrishnhari Год назад

    👍

  • @fikreteliyev2266
    @fikreteliyev2266 Год назад

    Hi
    Access token save in httponly cookie and refresh in redis
    This is possible?

  • @ZlatkoIliev-s4j
    @ZlatkoIliev-s4j Год назад +1

    Hey Dave, whats going on with this course? It's been almost 2 weeks since last video. Are you planning to continue on the series?!?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Год назад

      Yes, new video tomorrow. To find out what's been going on, check out my community post on my channel.

  • @NadineMarinaRufRuna
    @NadineMarinaRufRuna Год назад

    smone who wants to give assistsance ? stuck with media querys...

  • @artyomtaranenko2267
    @artyomtaranenko2267 Год назад

    We need drizzle-orm)

  • @asadmehboob1300
    @asadmehboob1300 Год назад

    Drizzle ORM