OMG! Super clear - good quality code! no starting in English with an English title and then moving to some Indian language with doors banging in the background. You got a new subscriber
Hey can you explain this, i have a question as we know, we can make many models and dao to store different data in a room database but when we want to save different list of data at runtime so how can we save it to same Room Database which having single dao interface and model class. let's take an example : if we have a notes application and in that we have categories like private, personal etc which we are creating at runtime. So how can i save all the categories of data in a one room database. Is is possible
is "next()" necessary in "User.model.js" line 23? Currently we don't have any middleware to pass it to so I didn't include it in my code and it works perfectly fine. Curious on the answer
@yoursTRULY Hey if I want to include forgot password in it, then how should i update that password, by declaring pre function in model or by just doing it in controllers?
One of d most simplest explanation on crypt so far.. did u also make a video to compare???
OMG! Super clear - good quality code! no starting in English with an English title and then moving to some Indian language with doors banging in the background. You got a new subscriber
Excellent video! I loved how you explained why you were doing everything as you were doing it
Hi, I have not seen devloper like you, who is fluent in working in android Devlopment and web development both. Keep going.
can i ask what font are you using in this video?
what is the font family of your vs code?
Finally worked, awesome explanation!! thank you :)
Subscribe like share
which color theme???
Thanks a lot man it worked 👍 for me
Bahut bahut dhanya baad
Hey can you explain this, i have a question as we know, we can make many models and dao to store different data in a room database but when we want to save different list of data at runtime so how can we save it to same Room Database which having single dao interface and model class.
let's take an example : if we have a notes application and in that we have categories like private, personal etc which we are creating at runtime. So how can i save all the categories of data in a one room database. Is is possible
How bcrypt for update? Not working with pre('save')
Cool video! Thanks!!
is "next()" necessary in "User.model.js" line 23? Currently we don't have any middleware to pass it to so I didn't include it in my code and it works perfectly fine. Curious on the answer
I guess it’s required but if it is working without it then also I suggest keeping it, since you may need to call the error handler in case necessary
@yoursTRULY Hey if I want to include forgot password in it, then how should i update that password, by declaring pre function in model or by just doing it in controllers?
ua-cam.com/video/72JYhSoVYPc/v-deo.html
Hey bro, how do you decrypt the password after you take it back to check if your user has provided the proper credentials?
you can't decrypt a hashe string.... you can only compare it!
Yup, I learnt that but forgot to come back and comment. Maybe I'll leave it here for others who might be having the same doubt. @@Henok-qn6nc
@@aadityakiran_s cool
why we need an async function ??
Since we’re using await inside that function
we need this simply for 1 reasone function must "wait" for response from our database
how to validate it again when user signs in?
It’s there is the tutorial series
"bcrypt is not defined" i am getting this error.
are you sure u installed bcrypt ?
How to decrypt bcrypt code?
Bcrypt is hashing algorithm, and it is only one way
How to decrypt it again?
you can't decrypt