I Discovered a Better Approach to NestJS Configuration

Sdílet
Vložit
  • čas přidán 22. 06. 2024
  • In this video, I'll demonstrate a new library that makes it easier to use configuration values inside application code.
    Here is the library repo for the detailed documentation
    github.com/it-gorillaz/configify
  • Věda a technologie

Komentáře • 9

  • @user-fc8xh7uo4c
    @user-fc8xh7uo4c Před 8 dny

    Very interesting!

  • @nabeelkausari
    @nabeelkausari Před měsícem

    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  Před měsícem

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

  • @anuragbhatt6178
    @anuragbhatt6178 Před 20 dny +1

    please upload more videos on nestjs

  • @MatthewDrooker
    @MatthewDrooker Před 3 dny

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

  • @user-fc8xh7uo4c
    @user-fc8xh7uo4c Před 8 dny

    Do you work in the UK?

  • @TheWalrus_45
    @TheWalrus_45 Před 3 dny

    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  Před dnem

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