I Discovered a Better Approach to NestJS Configuration

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น •

  • @nabeelkausari
    @nabeelkausari 6 หลายเดือนก่อน +2

    Hey, I like your videos and watch it often as its released. They are super packed with valuable content and enjoy it a lot.

    • @TechVisionExplained
      @TechVisionExplained  6 หลายเดือนก่อน

      Thank you so much @nabeelkausari for your comment and support. Really glad to heart that my videos have been useful to you

  • @solomanter
    @solomanter 2 วันที่ผ่านมา

    Perfect, please continue to introduce new packages. Thanks!

  • @HorbaHotelOwner
    @HorbaHotelOwner 4 หลายเดือนก่อน +1

    I love your videos!
    Thanks to you, I started using Node.js with NestJS for the backend and React for the frontend.

  • @muhammadnomanjafar9206
    @muhammadnomanjafar9206 5 หลายเดือนก่อน

    I started learning nest js recently and love you content. I wish you create a complete course on nest architecture with microservices.

    • @TechVisionExplained
      @TechVisionExplained  5 หลายเดือนก่อน +1

      @muhammadnomanjafar9206 Hey really glad you enjoyed it. I literally just recorded a NestJS a 20 min Microservices crash course, I'll publish it either next week or the week after stay tuned

  • @mdminhazahamedrifat3282
    @mdminhazahamedrifat3282 หลายเดือนก่อน +1

    I would still use the custom zod-validator using config modules

  • @WadjidAssani
    @WadjidAssani 2 หลายเดือนก่อน

    After setting up the configify, is it possible to use variable from there in our code, and thanks for this video

  • @Shivam_Varshney13
    @Shivam_Varshney13 3 หลายเดือนก่อน

    This is good but, how do you manage multiple instances of a NestJS repository across two Kubernetes clusters, one running Crons and the other running APIs, where SOPs secrets are used for environment variables, and a flag is set to ensure only the Cron cluster runs jobs?

  • @MatthewDrooker
    @MatthewDrooker 5 หลายเดือนก่อน +1

    How can you add/use this in main.ts to set something like the PORT?

    • @taipanproduct5150
      @taipanproduct5150 2 หลายเดือนก่อน

      @Configuration()
      export class ApiConfig {
      @Value('APP_PORT', { parse: Number })
      PORT: number
      }
      //main.ts
      const apiConfig = app.get(ApiConfig)
      const port = apiConfig.PORT
      await app.listen(port)

  • @noname13345
    @noname13345 4 หลายเดือนก่อน +1

    Sounds like Lombok but for Nest

  • @izumiosana
    @izumiosana 4 หลายเดือนก่อน

    please make tutorial about DTO. I'm confused when to use DTO or use typescript interface when passing data between services.

  • @taipanproduct5150
    @taipanproduct5150 2 หลายเดือนก่อน

    Configify is great. But beware it does not support TS strict mode yet.

  • @DevChannel-b4i
    @DevChannel-b4i 5 หลายเดือนก่อน

    Very interesting!

  • @anuragbhatt6178
    @anuragbhatt6178 5 หลายเดือนก่อน +1

    please upload more videos on nestjs

  • @DevChannel-b4i
    @DevChannel-b4i 5 หลายเดือนก่อน

    Do you work in the UK?

  • @chambaderaphael8946
    @chambaderaphael8946 3 หลายเดือนก่อน

    C'est pas mal , mais tu trouveras le même genre de lib avec Zod en validation de paramètres, ce qui est qu'en même plus élégant ;-) . Merci de pour toutes tes vidéos tres instructives !

  • @TheWalrus_45
    @TheWalrus_45 5 หลายเดือนก่อน

    This seems cool and all but I think it's best to reduce the use of libraries that you have no control over, and secrets should be stored in a secrets manager.

    • @TechVisionExplained
      @TechVisionExplained  5 หลายเดือนก่อน

      100% agree, it's all about the context and constraints you have for your particular use case 👍

  • @pragithlakshan8241
    @pragithlakshan8241 4 หลายเดือนก่อน

  • @mAth4u657
    @mAth4u657 4 หลายเดือนก่อน

    Plzz sir can I contact you

    • @TechVisionExplained
      @TechVisionExplained  4 หลายเดือนก่อน +1

      Hello yes, you can ask your questions in the comments. I usually try to answer most comments