NestJS Guards

Поділитися
Вставка
  • Опубліковано 16 вер 2024
  • Support the Channel:
    Become a Member: www.youtube.co...
    Become a Patreon: / stuyy
    Buy me a Coffee: ko-fi.com/anson
    Donate on Streamlabs: streamlabs.com...
    Donate on PayPal: paypal.me/anso...
    Connect with me:
    Twitter: / ansonthedev
    Discord: / discord
    GitHub: github.com/stuyy
    Twitch: / stuy

КОМЕНТАРІ • 14

  • @hyperknight7284
    @hyperknight7284 8 місяців тому +2

    Anson ! I don't usually comment on youtube videos but I really like the content you are posting. Espically the Devops and Microservices stuff. It's ashame to see that you aren't at a million subscribers, but you are a great teacher and a super smart dude. Keep up the good work my guy, I am rooting for you

    • @ansonthedev
      @ansonthedev  8 місяців тому +1

      Much appreciated. Thank you very much. :)

    • @9_kicksfooty
      @9_kicksfooty 8 місяців тому

      ​@@ansonthedevi am currently doing your express tutorial, God bless you man

  • @trangmanh434
    @trangmanh434 8 місяців тому

    Hi Anson! Can you make series of using NestJS with MikroORM. I'm learning it but there are very few tutorial series

  • @omarh.soliman6814
    @omarh.soliman6814 8 місяців тому

    can you make series of using nestjs with typeORM like building Ecommerce Rest Api with typeORM

  • @dr-Jonas-Birch
    @dr-Jonas-Birch 8 місяців тому

    By the way, Anson. You inspired me to write my own Postman for the CLI. It's called bash-client on Npm, it's written in TS and I released it today. I'm not trying to promote it (you may delete this comment) but first I wanted to ask you: would you take a look at the code and say what you think? Best regards, Jonas

  • @wafiqhosain5713
    @wafiqhosain5713 8 місяців тому

    Hi anson, i've a question. There are many utube channel who creates fullstack_projects like (code_w/_antonio, jsmastery etc). And projects like twitch clone, microservice_based_backend projects. Can i add these projects in my portfolio including my own additional feature?

    • @ansonthedev
      @ansonthedev  8 місяців тому +1

      No you should not do that. You should build your own project from scratch, even the simplest one out there, like a to do list.

    • @dr-Jonas-Birch
      @dr-Jonas-Birch 8 місяців тому +1

      Excellent video. Looking forward to the Jwt. Happy Newyear's. JB

  • @hariomsharma1202
    @hariomsharma1202 7 місяців тому

    Hi Anson! Can you share which theme for VS Code you are using in this video?

  • @deepikamateti17
    @deepikamateti17 8 місяців тому

    Hi anson, really appreciate all the tutorials on nest, one question we need to implement jwt token verification by calling another jwt service in our Nest js service, among guards,middleware,interceptor which one should I use to validate jwt token for all routes? Thanks!

    • @ansonthedev
      @ansonthedev  8 місяців тому

      Guards should be responsible for doing that. Check out my JWT video with Nest.js to see an example!

    • @deepikamateti17
      @deepikamateti17 8 місяців тому

      @@ansonthedev Thank you !! Keep posting great tutorials 😃