NestJS Fundamentals - Providers tutorial

  Рет қаралды 12,970

Dave Gray

Dave Gray

Күн бұрын

Пікірлер: 44
@jhanmateo9583
@jhanmateo9583 4 ай бұрын
I'm a senior programmer and still learning from these tutorials. Thanks Dave!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 4 ай бұрын
Glad I could help!
@oladejiadeshina5654
@oladejiadeshina5654 5 ай бұрын
Thank you Dave for simplifying Nest to bit. God bless you for all you do sir 🙏
@syedmoazzannaveed1871
@syedmoazzannaveed1871 16 күн бұрын
The tutorials are absolutely amazing and they are easy to learn as going to the nestjs it really helped me alot while doing a project.
@rafaele.2857
@rafaele.2857 10 ай бұрын
mr. gray, thank you so much for providing such high quality free content for everyone. You've helped me understand everything I know about javascript, node.js and react. Currently, I am still a student, but I will be forever grateful for your amazing work. I am studying nestjs through the docs for a project and I got surprised when I saw that you started a new series. Anyways, thank you so much!
@shouryasinghrathore2727
@shouryasinghrathore2727 10 ай бұрын
Thank you so much, sir, for this Nest.js series. You explain everything in a very simple way. I have a request: if possible, could you build a project in upcoming videos, like a blog app or something similar? This would help us understand best practices and how things work in Nest.js
@JonBrookes
@JonBrookes 10 ай бұрын
this is well cool, so nice to see such clean code and explanations
@yassin_tbk
@yassin_tbk 10 ай бұрын
Thanks for all ❤
@SaRaSa2012
@SaRaSa2012 6 ай бұрын
Super clear! Thanks for the effort you put in this tutorials
@DaveGrayTeachesCode
@DaveGrayTeachesCode 6 ай бұрын
You're very welcome!
@nirajdeshmukh7514
@nirajdeshmukh7514 10 ай бұрын
Thank you so much for this tutorial! I love it
@sherlocksummer6284
@sherlocksummer6284 5 ай бұрын
Thank you
@konfcyus4865
@konfcyus4865 10 ай бұрын
Thanks for the series.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 10 ай бұрын
Thank you for the support!
@glennbullock3778
@glennbullock3778 5 ай бұрын
Splitting hairs, but why iterate all users to update one user. You're doing a findOne at the end anyway. Cheers. Great stuff.
@umman000
@umman000 10 ай бұрын
Thanks❤ I always want learn nest.js.But I can't find good resources. I hope this course will be perject.
@belkocik
@belkocik 10 ай бұрын
Are you planning to cover microservices?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 10 ай бұрын
Maybe a separate playlist from this one. Focused on the basics & a REST API here.
@ogunacg3387
@ogunacg3387 10 ай бұрын
I really love your videos,I was just wondering what your plan for this video series is, I mean, just showing the capabilities of nest.js or making a project with it?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 10 ай бұрын
Thank you! The goal is to build a full functioning Rest API with standard features. Not a deep dive but not glossing over everything either. Foundational knowledge.
@Frankitoact
@Frankitoact 10 ай бұрын
Thankssss Dave!! This is great! Is it going to be a long course, like Nodejs Course? Thanks a lot!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 10 ай бұрын
Not too long.
@blaqhakym
@blaqhakym 10 ай бұрын
I do not care for the length of the tutorial, although I really care for your wellbeing. I'm just trying to say that whatever length of videos this needs to be in order to be in the same standard of quality as the others, while still maintaining your wellbeing, I'm down for it 😊. I love you man
@self2008self
@self2008self 10 ай бұрын
Thank you
@gisssk9236
@gisssk9236 10 ай бұрын
i'm looking for part4 sir this is so good for beginner !
@DaveGrayTeachesCode
@DaveGrayTeachesCode 10 ай бұрын
Coming soon
@MuhammadAwaisArif
@MuhammadAwaisArif 10 ай бұрын
waiting @@DaveGrayTeachesCode
@MuhammadAwaisArif
@MuhammadAwaisArif 10 ай бұрын
When the next chapter coming? I'm on an internship and now learning backend. I started from you but after today I'll have search some other channel because you haven't uploaded the whole course. Please release videos as soon as possible. I'm heavily relying on you.
@Saldymedis
@Saldymedis 8 ай бұрын
Cool 👍
@fabr0
@fabr0 2 ай бұрын
Thanks Dave, only one thing, I had to tweak the update decorator a little bit within the decorator, cause it wouldn't update, it returned the same unchanged user. I'll leave it below in case anyone gets the same trouble const user = this.users.find((user) => user.id === id); if (user) { Object.assign(user, updatedUser); } return user;
@saadabbasi2395
@saadabbasi2395 7 күн бұрын
Wow that is crystal clear. I've learnt a lot thank you🥰
@shakapaker
@shakapaker 10 ай бұрын
Would be interesting to see explanation of solid patterns in context of NestJS, how to handle business errors with filters, business logic only in services etc.
@YounesKechiche-v2f
@YounesKechiche-v2f 10 ай бұрын
Hi Dave, just a question, how the data of a new user persist between request ? If i do findAll after created a new user, it appears and i need to understand how please
@DaveGrayTeachesCode
@DaveGrayTeachesCode 10 ай бұрын
A new user is added to the users array property with .push() in this example. This part isn't specific to NestJS. I recommend my JavaScript playlist before learning a framework.
@RezaNikravesh-p6t
@RezaNikravesh-p6t 10 ай бұрын
Thanks Dave. Can't wait for next videos❤
@TravinskiyVladislav
@TravinskiyVladislav 10 ай бұрын
Thanks
@junedsetiawan
@junedsetiawan 10 ай бұрын
Thanks Dave! Great video,Will there be a playlist for nest js microservice implementation?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 10 ай бұрын
Maybe a separate playlist from this one. Focused on the basics & a REST API here.
@7doors847
@7doors847 10 ай бұрын
Awesome series so far! 🤘
@saeedkhazalvand4821
@saeedkhazalvand4821 10 ай бұрын
Hello Dear Dave , Huge thanks for your videos , I asked you before in comments in another videos , but I think you were busy , couldn't see that. in node , I encounter a problem in mongo dB part that I can't connect it together cause some factor are deprecated . ❤❤❤
@DaveGrayTeachesCode
@DaveGrayTeachesCode 10 ай бұрын
It could be a good discussion on my Discord. Link to join is in the description of each video.
@iUmerFarooq
@iUmerFarooq 10 ай бұрын
can't wait for upcoming tutorial❤ Please also cover authentication, authorization, session, auth etc
@DaveGrayTeachesCode
@DaveGrayTeachesCode 10 ай бұрын
Auth is a big topic. Might make another good short playlist on its own.
@iUmerFarooq
@iUmerFarooq 10 ай бұрын
@@DaveGrayTeachesCode The series is still going, If possible add that too or make another series.
NestJS DTO Schemas, Validation & Pipes Tutorial
29:48
Dave Gray
Рет қаралды 16 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 823 М.
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 6 МЛН
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 53 МЛН
Brawl Stars Edit😈📕
00:15
Kan Andrey
Рет қаралды 55 МЛН
NextJS Parallel Routes Explained with a Simple Example
14:04
Dave Gray
Рет қаралды 12 М.
Next.js Template vs Layout with Page Transition Animations
17:19
Learn NestJS Microservices in 20 Minutes
20:34
Tech Vision
Рет қаралды 11 М.
Dependency Injection Explained in 7 Minutes
7:11
ArjanCodes
Рет қаралды 59 М.
Web Developer Roadmap (2024) - Everything is Changing
25:02
ByteGrad
Рет қаралды 383 М.
Nest.js | Middleware, Pipes & Interceptors Explained By Example
33:39
NestJS Tutorial For Beginners - Learn NestJS
51:49
PedroTech
Рет қаралды 14 М.
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 6 МЛН