Nest.js Crash Course #2 - Modules

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 28

  • @igorr4682
    @igorr4682 Před rokem +13

    This is Angular running on the server

  • @TannerBarcelos
    @TannerBarcelos Před rokem +11

    Nest feels like Django and Spring. Feels like a true, enterprise grade server framework for creating beasts of backends. I love it. Would I use it for spinning up smaller APIs if not using api routes in something like Next or Svelte? Probably not - express would make more sense. But if I was developing a project that would take weeks or months to do, something super big and I wanted to get experience designing and developing how big companies do, then I’d certainly use it.
    I’ve come across spring , express and Django so far in my career for backend related code - and I only expect Nest to grow in popularity

    • @user-re8lt2gy3g
      @user-re8lt2gy3g Před 11 měsíci

      Still lacks alot of things

    • @JohnCanCode
      @JohnCanCode Před 11 měsíci

      @@user-re8lt2gy3glike what? I’m planning on using it for a project soon.

    • @Luke.-cv9uv
      @Luke.-cv9uv Před 4 měsíci

      @@user-re8lt2gy3g like what?

  • @harenderbhandari5336
    @harenderbhandari5336 Před rokem +2

    😍 your tutorials are amazing. Love from india 🇮🇳

  • @jessiemoura9632
    @jessiemoura9632 Před rokem

    Thanks, Net Ninja! I loved this video. It will help me a lot with my studies.

  • @freitassousa
    @freitassousa Před rokem +1

    great videos, bro. Thanks for sharing...

  • @dannydevs
    @dannydevs Před rokem +1

    weird...I had to go into 'src' or else `nest g module ninjas` just failed silently.

  • @devitosolucoes7534
    @devitosolucoes7534 Před rokem

    Great video, thank you.
    I'm starting using nestJs right now for a CRM project and creating a module for each entity of the database, IDK if this is the correct approach but is a way to start.
    What I noticed, though, is that is a little bit verbose when I have to import all the dependencies from other module if I want to use it.
    Is there a workaround to this?

    • @rhys9957
      @rhys9957 Před rokem +2

      maybe don't create so many modules. modules should be collections of functionality not individual entities. a billing module for example could include entities for invoices, transactions, payment methods, etc.
      If every time i needed to work with billing i had to import invoices, transactions, payment methods, etc as modules it would be overly verbose and it would be my fault for over engineering

    • @devitosolucoes7534
      @devitosolucoes7534 Před rokem

      @@rhys9957 Thank you so much

  • @jahmiel1945
    @jahmiel1945 Před rokem +3

    @netninja we want new @React Course for 2023

  • @imkarimkarim_fa
    @imkarimkarim_fa Před 9 měsíci

    i think im in love :))

  • @eshwarnadh4494
    @eshwarnadh4494 Před 6 měsíci

    How is your terminal is giving you auto complete for commands?

  • @darshanajayarathna9396

    Superb!!!

  • @hamiltondarryl3129
    @hamiltondarryl3129 Před rokem

    Good work

  • @codedjango
    @codedjango Před rokem

    Please do vuetify3 tutorial....thanks in advance :)

  • @rahul-in8vb
    @rahul-in8vb Před rokem

    Nice bro

  • @milanvala7940
    @milanvala7940 Před rokem

    i think it looks like spring a lil' bit

  • @MrZiyak99
    @MrZiyak99 Před rokem +1

    tbh i feel like it's better to spend time learning another fast server language than nestjs

    • @sushantrajbanshi4508
      @sushantrajbanshi4508 Před rokem

      "time" that's the factor, using same language on both the front and the back end is going to save a lot of time for developers as well as enterprises. When it comes to speed, there are other ways a nest js backend can be sped up for specific services.

  • @Pareshbpatel
    @Pareshbpatel Před 7 měsíci

    {2024-01-23}