Learn Nest.js from Scratch by building an API

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

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

  • @giarc1988
    @giarc1988 3 ปีที่แล้ว +133

    I am 2 mins into this but I wanted to say that the whole reason I'm watching this and not the other NestJS videos on TH-cam is because of you Max. I have learned so much that has helped me in my career from your videos, and I've paid for several of your courses on Udemy. You are absolutely wonderful, thank you for all you do.

  • @mdhasanuzzaman1546
    @mdhasanuzzaman1546 ปีที่แล้ว +14

    Maximilian is always a rock-star teacher. I have understood a lot more in this short 1 hours video than in other 20 hours courses of different guides.
    I expect full course about Nest.JS from you.
    Thanks you so much

  • @flagoon
    @flagoon 4 ปีที่แล้ว +23

    This was exactly what I was looking for. I started learning Nest to create some simple APIs for my frontend and I found it very intimidating. Thanks to this tutorial so much stuff became easier. Thank you!

  • @gustavopaiva6714
    @gustavopaiva6714 5 ปีที่แล้ว +315

    please, NestJS Udemy course.

    • @academind
      @academind  5 ปีที่แล้ว +49

      Got no plans right now, but I won't rule it out :)

    • @Dan-qd9cf
      @Dan-qd9cf 5 ปีที่แล้ว +2

      Was waiting for a Udemy course on this, but guess it won't happen any time soon.

    • @Ollinho12
      @Ollinho12 5 ปีที่แล้ว

      @@academind What are you working on at the moment big man?

    • @alxizr
      @alxizr 5 ปีที่แล้ว

      @@academind thank you for the video! would love if you make a complete course of nest js with angular and mongodb.

    • @amitmalviya6314
      @amitmalviya6314 5 ปีที่แล้ว +3

      @@academind if you have no plans to make a course just make 5 - 10 videos on it.. Which is really helpful for us.

  • @DesignfulDev
    @DesignfulDev 3 ปีที่แล้ว +21

    I see some people asking it already, so I'll just add to the choir: Please make a full-length NestJS Udemy course!

  • @eimdev
    @eimdev 5 ปีที่แล้ว +8

    I got your angular 8, and other course update from Packt with no additional cost, Thanks a lot. I believe not much content creator can do such a thing as you did. planning to buy another course from you.

    • @academind
      @academind  5 ปีที่แล้ว +2

      Thank you so much! I'm very happy that you're enjoying the course!

  • @DEEPAKKUMAR-ik2mz
    @DEEPAKKUMAR-ik2mz 3 ปีที่แล้ว +1

    The instructor is Awesome I started my carer learning from him and yet again after 3 years i am learning from him.
    ❤️❤️❤️

  • @ChrisWilson-zp9yu
    @ChrisWilson-zp9yu 4 หลายเดือนก่อน

    i LOVE hearing the success stories from Max's students. I too was teaching myself how to code, and back in 2018 I had finished Max's original Angular course, which helped to get my first developer job. I've been developing software since then and I am forever grateful to Max!!!!!!!!!!!! Happy coding all!

  • @georgemikelis7991
    @georgemikelis7991 2 ปีที่แล้ว +1

    Hello Max, I just want to say a big thank you. I bought your "Angular - The complete guide" Udemy course 3 years ago and it help me land my first job as a developer. Ever since, whenever I want to buy a course to learn somehting new, I first check if you have a course about it. I have bought 6 courses in Udemy created by you. Now I wanted to get into Nest js and at first I was disapointed I didn't find any Academind Nest Js course in Udemy but then I found out that you have these two great, concise, and on-point courses in youtube for free! Man really, I should make you a statue! Anyways I just wanted to express how gratefull I am. Keep up the excelent work!

  • @gauravpore6503
    @gauravpore6503 2 ปีที่แล้ว +1

    I mainly work with Django framework, but wanted to learn about Nest js. This is very comprehensive video with clean explanation and what someone who is new needs. Thanks much Max! Cheers!

  • @neucoas
    @neucoas 5 ปีที่แล้ว +3

    I used Nest.js a bit at work and I really enjoyed it. You did a great job Max, keep it up!

    • @academind
      @academind  5 ปีที่แล้ว

      Thanks so much! :)

  • @ahmedzribi7134
    @ahmedzribi7134 4 ปีที่แล้ว +5

    In the Update, you could use the map() array method instead of finding by index and replacing based on the index. Also in the Delete, you could use the filter() array method.

    • @yashpj2262
      @yashpj2262 ปีที่แล้ว

      how to check if the id we get in params is present in the array ??

  • @KevinMachielsen1992
    @KevinMachielsen1992 2 ปีที่แล้ว

    Super explanation! very simple en straightforward tutorial.
    A small style tip for anyone reading this:
    When an API sends a 200 (ok) message without a body it is actually a good practice to send a 204 (no content)
    Also, maybe for the post (create) send a 201 (created) message instead
    An easy way to do this in nest.js is to simply add:
    @HttpCode(204)
    or
    @HttpCode(201)
    to the decorator

  • @2011sandeepraj
    @2011sandeepraj 3 ปีที่แล้ว +1

    At 25:00 , May be Worth mentioning that After setting text/html as the header type, response type does show as that in the chrome debugger but if you notice on the served up page on browser there are still quotes around "name". Thats because its a json string. Return type of the method in the controller is still json, its just that browser displays it as a json string.

  • @DeanMcCoy
    @DeanMcCoy 5 ปีที่แล้ว +23

    Great video! Especially with the examples. I'm looking forward to more videos on Nest.js

  • @Nexjsdeveloper
    @Nexjsdeveloper 3 ปีที่แล้ว

    never seen tutorial good like this. i understood working with modularity in NestJS

  • @Dan-rm6jz
    @Dan-rm6jz 4 ปีที่แล้ว +7

    This was excellent. You explained every concept you introduced very well, and made it easy to understand. Thanks!

  • @jswithbros189
    @jswithbros189 4 ปีที่แล้ว +5

    Hey max, It would be really great if you could us guide further including architectural setup for a project, authentication, file upload, validations etc. It will be our pleasure learning from such a guide.
    Talking about this video, your explanation is better than anyone worldwide . Thanks for this video :)

  • @kakhabervk9405
    @kakhabervk9405 2 ปีที่แล้ว

    This is more than "A Thorough Introduction" as shown title on website. Thank you!

  • @Raghad-mz8el
    @Raghad-mz8el 4 ปีที่แล้ว

    GOD BLESS YOU I'd been intimidated by everything web dev despite having a solid base in java and taking a whole web dev bootcamp on udemy, it was still all jumble to me. I've connected all the dots I can't believe how it all makes sense! THANK YOU so much for explaining everything this way.

  • @sahibsingh1221
    @sahibsingh1221 3 ปีที่แล้ว

    I am completely new to this, And I am wondering how can someone explain a totally new concept in so much a simple and nice way. Thank you for your efforts.

  • @feel-it-11
    @feel-it-11 4 ปีที่แล้ว +5

    You're awesome.. You tought me Angular, React, MEAN and now Nest.js .. looks like i have to start wishing you on the teachers day. :P

  • @quimeymata8884
    @quimeymata8884 ปีที่แล้ว

    Thank you so much for your content! I'm about to start a new job, and they use NestJS and MongoDB, so this video and the next one, which I'm about to watch, are pure gold.

  • @rehan5383
    @rehan5383 ปีที่แล้ว

    Already a paid student of this great teacher, very simplified to the point discussion covert every crash things. highly recommended.

  • @muhammadbilal6865
    @muhammadbilal6865 ปีที่แล้ว

    Every tutorial made by Academind by this teacher is the one that is really the one i can trust will work and will teach me so much. Its so great and excellent work done by Academind and this sir. Really appreciatable the way things are explained and step by step way. Thats the thing I wanted always. I have tried other videos on Nest JS but this is very begginer friendly. I also watched React Native and other tutorials of him. Really Amazing teacher.

  • @TheWdaimee
    @TheWdaimee 4 ปีที่แล้ว +3

    This was a great video! Really understood how to use Nest.js and looking forward to implementing it into future projects! Thank you!

  • @aakashthakur1415
    @aakashthakur1415 5 ปีที่แล้ว +16

    Anxiously waiting for the second part - connecting with MongoDB :)

    • @adrianmadalindinu
      @adrianmadalindinu 4 ปีที่แล้ว

      docs.nestjs.com/techniques/mongodb#connection

  • @KiffinGish
    @KiffinGish 5 ปีที่แล้ว +1

    Excellent overview, thanks! Really impressed how elegant this framework is and just as importantly so fun to use.

    • @academind
      @academind  5 ปีที่แล้ว

      Thank you Kiffin :)

  • @shreyasdeshpande6653
    @shreyasdeshpande6653 4 ปีที่แล้ว

    Thank you very much for this tutorial. I was stuck with NestJS, horribly. I got to know not only my mistakes, but also a great inside out of this framework. Thanks once again 🙂🙂

  • @elmirmahmudov6215
    @elmirmahmudov6215 4 ปีที่แล้ว

    thanks man! great tutorial.
    Note: we can use `nest g module products` for creating modules easily

  • @garrrrrrrry6596
    @garrrrrrrry6596 5 ปีที่แล้ว

    I was just figuring out how to start with Nest.js, and you save my life as always!!! Thanks!

  • @syntaxerorr
    @syntaxerorr 4 ปีที่แล้ว

    Nestjs has the best documentation I've ever come into in a node framework.

  • @satoshinakamoto4768
    @satoshinakamoto4768 2 ปีที่แล้ว

    Great content. Areas of development: explain why you do things before you do them. You tend to do things and hope we follow along but it leaves me anxious and confused until I figure out what you're doing.

  • @miago4155
    @miago4155 5 ปีที่แล้ว +1

    Thank you for your class. I appreciate your work.
    I would love it if you could create more courses about NestJS.
    I've already worked through your entire Angular and Node courses and learned a lot.

    • @academind
      @academind  5 ปีที่แล้ว

      Thanks Mia, to be honest I do not plan to create a NestJS course in the near future though :/

    • @miago4155
      @miago4155 5 ปีที่แล้ว

      @@academind That's very sad, I like your way of teaching very much.
      I had the hope for a course from you, because I think NestJS fits perfectly to Angular and your Angular course is the best you can find on Udemy.
      Fortunately in your Node course I was able to gain a lot of knowledge about what I can adapt to Nest.
      Thank you very much for your great work and I am looking forward to many more interesting courses and videos from you.

  • @maxiequa567
    @maxiequa567 5 ปีที่แล้ว +5

    Awesome as always Max! +1 for GraphQL after Mongo.

  • @donikastoqnova1734
    @donikastoqnova1734 ปีที่แล้ว

    Thanks Maks. Again everything is so easear to understand with you on board.

  • @fixer8173
    @fixer8173 5 ปีที่แล้ว

    I've started creating an app with inversify + koa + typescript today, was a little bit disappointed with lack of libraries/docs how to use them together, of course there is inversify-koa-utils, but seeing this and seeing how well documented this library is makes me try it out anyway and see how it works.

  • @sakthivignesh5519
    @sakthivignesh5519 ปีที่แล้ว

    I don’t give fake comments like this video is superb i have search nearly 40 video but this is worth because it can be understand he is telling the meaning for everyline eventhough this my first time for the backend 😊 but last 10 min is terrible

  • @akioumars
    @akioumars 5 ปีที่แล้ว +1

    Another coolest video from Max. You are outstanding Max. I learned a lot about Nest JS and so excited to see your next videos. Thanks for sharing your knowledge with us. You are great.

    • @academind
      @academind  5 ปีที่แล้ว

      Thank you very much for your support Amir!

  • @jsinnerx
    @jsinnerx 5 ปีที่แล้ว +3

    It's very useful tool. Nest.js is a very good framework, with a lot of features such as IoC (Dependency Injection), ORMs integration with TypeORM, GraphQL Integra and many others. But, its documentation should improve a lot. There are many things that are not so clear.

    • @CUINANFR
      @CUINANFR 5 ปีที่แล้ว

      Can you suggest some well documented js backend framework ?

    • @jsinnerx
      @jsinnerx 5 ปีที่แล้ว

      @@CUINANFR Actually yes, Loopback 4

    • @CUINANFR
      @CUINANFR 5 ปีที่แล้ว

      @@jsinnerxIt is very hard to find a complete tutorial for loopback 4. It seems like nobody is using it. And things like build in authorization is still not finished yet.

    • @jsinnerx
      @jsinnerx 5 ปีที่แล้ว

      @@CUINANFR you're wrong. First, it's IBM who is backing up that project. Nobody is using it? XD IBM is nobody. Second, Loopback has a lot of year in the market of node.js if you don't know it uhmmm you don't have many years using node, Third, you have asked me for well documented framework not for tutorials, the tutorials are made by popularity, Nest.js has a lot of popularity now because it shares the same logic of Angular and it isn't something bad it's actually pretty good, but without documentation. To finish it, if you don't have the knowledge to implement an authorization and authentication in an language with all the libraries we have in NPM right now you are not a so good developer. And yes, I have a complete REST API made using Nest.js and other project using Loopback.js 4, both using JWT for AAA feature.

    • @jsinnerx
      @jsinnerx 5 ปีที่แล้ว

      @@CUINANFR on the other hands, the frameworks are tools, avoid to fall in love of something in this world dude, every time -and more usually in Javascript world- there's raising something new and something better, just take it, learn it and use it. If you don't understand that, if you don't feel comfortable with that, you are going to be a very poor and frustrated professional having a complaining here in TH-cam because somebody is doing an actual comment about Nest.js and that same person is opening your eyes and it's showing you other Typescript frameworks with, I think, better approches indeed, just like Loopback or even TS.ed. Take my suggestion into account.

  • @NaserPapi-x7z
    @NaserPapi-x7z 3 หลายเดือนก่อน

    Amazing Job Max. As a mtter of fact you know how to teach like a professional.

  • @GeckoMemory
    @GeckoMemory 4 ปีที่แล้ว

    Hi Max, first of all thank you for your courses. I really love them! Please do a complete course on NestJS, I would definetly buy it!! Grüße aus dem hohen Norden 🙋🏼‍♂️

    • @academind
      @academind  4 ปีที่แล้ว +1

      Thanks a lot for your awesome feedback, got no plans on a NestJS course at the moment though. Viele Grüße aus München :)

  • @adeyemosamuel2966
    @adeyemosamuel2966 5 ปีที่แล้ว +26

    You are blessed.

  • @catsultan949
    @catsultan949 5 ปีที่แล้ว +1

    btw you can make postman dark mode by clicking the wrench on the top left corner then going to themes, you're eyes will thank you

  • @MrHamncheez
    @MrHamncheez 4 ปีที่แล้ว +12

    Max is worth his weight in gold. How many of us has six figure salaries because of this beautiful man

  • @MrDroy13
    @MrDroy13 5 ปีที่แล้ว

    I am really impressed and looking forward to working with Nest.js. It looks pretty intuitive and well structured.

    • @academind
      @academind  5 ปีที่แล้ว

      Thank you :)

  • @klilaayed503
    @klilaayed503 5 ปีที่แล้ว +1

    I think you should build your own learning platform instead posting in udemy because you such a great instructor thanks Max for all you doing for us.

  • @Nageswararao93
    @Nageswararao93 5 ปีที่แล้ว +1

    I was just looking for Nestjs, and then I got this video. Thank you sooo much, awesome stuff. Can you please make video for production deployment with TypeORM?

  • @gavinmurambadoro
    @gavinmurambadoro 3 ปีที่แล้ว

    Thanks Max. You never disappoint with your delivery. Right what I needed...

  • @shubhamchaurasia3640
    @shubhamchaurasia3640 8 หลายเดือนก่อน

    Thank you for simplifying the understanding of this framework; it's incredibly beneficial :)

  • @_rachid
    @_rachid 4 ปีที่แล้ว

    Thank you ! God bless you dear Maximilian.

  • @rupaksinghchauhan7235
    @rupaksinghchauhan7235 2 ปีที่แล้ว

    You are really the best instructor.👏👏

  • @hamedshahri118
    @hamedshahri118 ปีที่แล้ว

    Hi dear Max, it was excellent, thanks very much. Iwas Zero in NESTJS, but this video was as gift for me.... 😍😍😍😍

  • @paulmalys
    @paulmalys 4 ปีที่แล้ว

    Tip, use Date.now() for the ids in this kind of example apps. Thx for the video.

  • @tunghaotu8652
    @tunghaotu8652 2 ปีที่แล้ว

    This is a really good tutorial. All the detail and why is answers clearly. Thanks for such a good video

  • @bhaidar
    @bhaidar 5 ปีที่แล้ว +1

    Great video as usual.
    Can you please prepare a video showing how to build a public website with Nest.js MVC and how to have features like forms to be submitted, file uploads, etc.

  • @ДмитрийКузьмин-ш2с
    @ДмитрийКузьмин-ш2с 3 ปีที่แล้ว

    Nothing to say, just - BRAVO! Thx a lot, man)

  • @sankatsiddhartha2649
    @sankatsiddhartha2649 3 ปีที่แล้ว

    Sir, i have learned Angular , Ts , css, dockef from your uemy courses and started my career. You are very crucial part of my career please make a udemy course for Nestjs i want to boost my knowledge further

  • @muhsinac8063
    @muhsinac8063 3 ปีที่แล้ว

    Thank you for the video. Its really good. ( you can use VS Code extension 'Thunder Client' instead of postman. Its good . you can avoid switching between the apps that way )

  • @sarathradhakrishnan2135
    @sarathradhakrishnan2135 3 ปีที่แล้ว

    Your tutorials are good as gold, and this one is no exception.

  • @modibosanogo3491
    @modibosanogo3491 4 ปีที่แล้ว

    A great job,Max!!! The good thing about your teaching is that your explain the concept of the topics you address.:-)

  • @Shehani-h8c
    @Shehani-h8c 6 หลายเดือนก่อน

    Crystal clear and totally understandable. Thanks a million ❤

  • @tonksonk951
    @tonksonk951 4 ปีที่แล้ว

    Checkmate, I was storing all the products from this tutorial in MongoDB the whole time 😏.
    On a real note, amazing tutorial! Thanks for making this, the framework looks amazing and this gave me some much needed practice with Typescript decorators and of course NestJS.

  • @rebelmachine88
    @rebelmachine88 5 ปีที่แล้ว +7

    Oh wow, thanks Max I was just looking for this kind of video. I'm really interested in connecting this with React or Angular... or maybe even Svelte?? :)

  • @dewaleolaoye
    @dewaleolaoye 4 ปีที่แล้ว +1

    Great, got me started with Nesjs. Thanks Max.

  • @hazara-encyclopedia
    @hazara-encyclopedia 2 ปีที่แล้ว

    Thank you for the great introductory video. If you could make a complete course, that would get more purchase than the Angular course. I am quite sure.

  • @dhanushkakumarage1889
    @dhanushkakumarage1889 5 ปีที่แล้ว +7

    Angular + Spring + Hibernate ==> NestJS + TypeORM

  • @chiragathwani4110
    @chiragathwani4110 ปีที่แล้ว

    Somewhere in the middle I got lost as I have zero knowledge of Angular but overall it was beneficial.

  • @twist8250
    @twist8250 ปีที่แล้ว

    Very helpful and greatly explained with good example, thank you

  •  4 ปีที่แล้ว

    Thanks Max. Your way of teaching inspires me to upload tutorial videos in spanish.

  • @vugar892
    @vugar892 4 ปีที่แล้ว

    Maximilian is instructor which I like his video before I watch it :) Thanks for awesome lecture.

  • @suki5593
    @suki5593 5 ปีที่แล้ว +1

    Cool to see a video about Nestjs from you

    • @academind
      @academind  5 ปีที่แล้ว +1

      I'm glad you're liking it! :)

  • @harshtyagi6756
    @harshtyagi6756 2 ปีที่แล้ว

    hey max, you always teach us a lot with very short and good code. thanks a lot for this vedio. I had learnt angular from you through udemy before 1 year ago. keep working god bless you

  • @batumanav
    @batumanav ปีที่แล้ว

    Thank you, it is super straightforward.

  • @genogaming1015
    @genogaming1015 3 ปีที่แล้ว +1

    Trust me, he is one of the best teacher !!

    • @PenguinCrayon269
      @PenguinCrayon269 3 ปีที่แล้ว

      considering that this video is years old. is this tutorial still relevant?

    • @genogaming1015
      @genogaming1015 3 ปีที่แล้ว

      @@PenguinCrayon269 I think so, nestJs have not got old yet

    • @PenguinCrayon269
      @PenguinCrayon269 3 ปีที่แล้ว

      @@genogaming1015 i mean are there any update on nest that makes this tutorial outdated?

    • @genogaming1015
      @genogaming1015 3 ปีที่แล้ว

      @@PenguinCrayon269 Probably not, this is still one of the best tutorial

  • @pavanbhat5573
    @pavanbhat5573 ปีที่แล้ว

    What an Amazing Video!! Thank you Max

  • @rafeemuhammad8828
    @rafeemuhammad8828 4 ปีที่แล้ว

    Awesome Max. I have learned Nest.js in one day with you. Thanks

  • @ol1175
    @ol1175 2 ปีที่แล้ว +1

    Max thanks a lot, would be nice to have a complete Nest js course with Auth,Pipes etc in Udemy

  • @PatchFact
    @PatchFact 4 ปีที่แล้ว

    Fantastic video, made getting started on Nest so much easier. Awesome work!

  • @ZapOKill
    @ZapOKill 4 ปีที่แล้ว

    Congratulations, you successfully replicated the documentation!

  • @romanromanenko9520
    @romanromanenko9520 3 ปีที่แล้ว +2

    Cool! Pretty clean and understandable! Nothing extra 👍
    Thank you a lot!

  • @stephengatana9474
    @stephengatana9474 5 ปีที่แล้ว

    Thank you, I requested for this on twitter and here it is.

  • @ArrakeenHD
    @ArrakeenHD 4 ปีที่แล้ว

    Overall excellent video, I got started with NestJS for a personal project, just to do without Symfony for the backend.
    On the other hand, please, do not recommend the use of sudo in front of NPM, it is not recommended and it should NEVER be a solution.

  • @FahadBhuyian
    @FahadBhuyian 2 ปีที่แล้ว

    thank you for explaining everything so well.

  • @josegraca4257
    @josegraca4257 2 ปีที่แล้ว

    Such a good video! Congratulations and Thank you sooo much!

  • @stannone7272
    @stannone7272 5 ปีที่แล้ว +3

    this framework is going to be huuuuuge! awesome

    • @Looneytune
      @Looneytune 5 ปีที่แล้ว +1

      Because it's also inspired by Spring.

  • @api-first
    @api-first 4 ปีที่แล้ว

    This was a very cool and concise video. Straight to the point! Well done!

  • @richie-bonilla
    @richie-bonilla 4 ปีที่แล้ว

    GREAT WALKTHROUGH! Thank you!!

  • @zzznavarrete
    @zzznavarrete 4 ปีที่แล้ว

    Thank you! It was a very good video exploring the fundamentals of NestJS

  • @TBG-Youtube
    @TBG-Youtube 4 ปีที่แล้ว

    Thank for for this awesome tutorial/course ! Nest is really awesome and convenient, and you helped a lot !

  • @aliimran7051
    @aliimran7051 ปีที่แล้ว

    As usual, another amazing and a really helpful content. Thanks 😉

  • @foxkashima
    @foxkashima ปีที่แล้ว

    Awesome guide as always :) Thanks very helpful.

  • @ShlomiSegal
    @ShlomiSegal 2 ปีที่แล้ว

    Great clear tutorial - thank you so much

  • @sonofdarvin
    @sonofdarvin 2 ปีที่แล้ว

    Hey man, besten Dank für dein Video! Hat mir sehr geholfen.

  • @soumithtejgajelli2890
    @soumithtejgajelli2890 3 ปีที่แล้ว

    Excellent lecture...!Also please make a video on connecting Nestjs to graphql

  • @michakowalewski5409
    @michakowalewski5409 5 ปีที่แล้ว +1

    As always - great video! Thank you!

  • @PawirodinomoM
    @PawirodinomoM 5 ปีที่แล้ว +2

    Awesome video as always! Looking forward to the next ones. ^_^

  • @عبدالقادرعبدالرحمنعبدالله
    @عبدالقادرعبدالرحمنعبدالله 3 ปีที่แล้ว +3

    Max, thank you so much.
    Your courses are very useful and helpful.
    Is this now available as full course on Udemy or somewhere else by Max ?

  • @naveenrana3144
    @naveenrana3144 2 ปีที่แล้ว

    Thanks Max, you were always very helpful, this was also great

  • @The_SSS
    @The_SSS 3 ปีที่แล้ว

    Wow Thank you so much for this amazing tutorial!