REST API - Explanation + Full Node.js Tutorial

preview_player
Показать описание

Github repo:
Рекомендации по теме
Комментарии
Автор

Dear Mr. Manfraio,

I rarely leave comments unless they are truly deserved.
Your teaching style, with its remarkable simplicity, stands out and contributes to high-quality content. I encourage you to consider creating more content; it could significantly boost your channel’s growth. 🎖🎖🎖🎖🏅

normagunderson
Автор

I started watching your "REST API authentication" video, but I saw you had a playlist so I decided to start with this video first. It's great that you put in so much effort to make such a high quality video, keep it up. Thanks a lot for your time!

manuelcastillo
Автор

Best Crash Course I have even seen, Please Add Full Mern stack project

mustafeabdirahman
Автор

Need more high quality videos from your channel man

dharsanr
Автор

That was really well done!

It's now 2:32 am for me so I started watching this vid at 1:30 am or so. I had no intention of watching the whole thing but it was so easy to follow along and understanding everything that I couldn't click away or close the laptop, lol.

I really appreciated the way you introduced each new concepts (such as validations, etc) by showing the code without them at first, and then demonstrating why we need them. I think that's part of the magic for me as once I see the WHY I need it, the HOW because much easier to absorb.

Good sir, I believe that if you can replicate this magic in your future videos then your channel is going to blow up and you'll get all the good things that come with that. Thank you for an awesome re-intro into Node.js and Rest APIs!

sie
Автор

Great content bro!

The best professional that I've had the honor to work with. 💣

Dignelson
Автор

greatjob looking forward for your video

samitshrestha
Автор

Amazing explanation!!

It would be immensely helpful for the community if you could consider creating a tutorial on building a complete, production-grade authentication system. This tutorial could cover essential features such as two-factor authentication, OTP verification, password reset functionality, and RBAC (Role-Based Access Control) with the ability to deactivate/activate users.


Additionally, it would be fantastic if the tutorial could include a feature where, upon a new user registration, the admin receives an in-app notification via WebSocket and an email notification. This comprehensive guide would be invaluable for learners who are looking to understand and implement these functionalities before diving into Next.js.

Your expertise and guidance in this area would undoubtedly benefit many in the developer community. Thank you for considering this suggestion, and I look forward to any valuable content you might create in the future.

OnlyJavascript
Автор

Thanks! Very useful and easy to understand video! However, in my opinion, the code displayed on screen needs to be increased a little bit. It would be much more comfortable for someone who wants to follow along.

SerhiyLevashov
Автор

33:26
In case we pass wrong data there will be empty array. Empty array is not falsy value in JS. Why this statement even work?

MrMark
Автор

In production application, payload data which is client sent to server is encrypted, a common man can't understand which data is sent as a key value pair, could you please explain how client payload data is handled more securely

Akash-xvsk