Thank you very much, bro. Really hats off to your hard work, commitment and patience. Definitely one day your channel will become a great success and learning path for so many enthusiasts like me. Though I'm working as a junior MEAN stack developer, I'm learning a lot about these technologies in depth like architecture and best practices.
@ARCTutorials4 жыл бұрын
Thank you so much 😀 You made my day buddy!! Thanks for your kind words and encouragement.
@amanuellebassi72944 жыл бұрын
Thank you so much, Sridhar. It is enlighening!
@ARCTutorials4 жыл бұрын
Thank you so much buddy
@themysteryman-e2j4 жыл бұрын
A small suggestion, I think It is better to implement a centralized error handling mechanism in node js for a solid architecture design. Please try this may be in later projects or videos.
@ARCTutorials4 жыл бұрын
hi varaprasad. Yes I will refactor and implement centralized errors in next few tutorials.
@nunavathrajendarrajendar8699 Жыл бұрын
MongooseError: Model.prototype.save() no longer accepts a callback => please resolve this problem
@awonderingspirit2563 Жыл бұрын
I also ran into the same problem? any solution?
@rathangrajpal14633 жыл бұрын
Hello sir, how can we add data to an existing collection?
@Jerryb821 Жыл бұрын
I cannot proceed further as I get errors in create operation. I'm stuck here. help me
@Jerryb821 Жыл бұрын
cannot call the save method. looks like save method no longer available
@JUNGELMAN2012 Жыл бұрын
This episode and previous are confusing prior episodes that covered the same topic of connecting to DB with Mongoose. You need to share the end code so we can check.
@crazyfellow1200 Жыл бұрын
For those who are facing problem with save() use this code newStudent.save(). then(()=>{ res.send(newStudent); }) .catch(err=>{ console.log(err); })