The 1st answer is wrong so I didn't watch further.. 1st of all Node Js is not a programming language it's a Javascript runtime environment. Pls make sure you're making right content cause 1000s of people are relying on this video. And it's quite bad that you come up with false info.. 🙏🏻✋🏻
👋 Guys everyday we upload in depth tutorial on your requested topic/technology so kindly SUBSCRIBE to our channel👉( bit.ly/Intellipaat ) & also share with your connections on social media to help them grow in their career.🙂
Performance, flexibility, scalability, real time abilities, efficiency, ease-of-use, time & space complexity, robust, reliable, minimalism, fast, and you are good to go.
@@lordsnow-vg6ek Through Nodejs we can run the javascript on our server or on all the machines other then browser..maybe that's why it is called run time environment
Great Tutorial as I am beginner in Node Js so have one doubt in Video below thing is mentioned :- "There are two types of API functions. They are as follows: Synchronous APIs: Used for non-blocking functions Asynchronous APIs: Used for blocking functions" Is not Synchronous for blocking and Asynchronous for non blocking ?
Questions are good but I am not happy with the explanations . sorry to say .but you have used many technical words which become over flow . please use simple words so that we can understand clearly . We prefer videos instead of blog to avoid such typical word's.
8:02 guys, he's making wrong statements like synchronous means blocking, Asyn means non-blocking which is generally used in node.js but in video vise-versa ...intellipaat literally felt like shit u guys are doing a lot of efforts to make videos but with wrong information.
What they said is correct you didn't understood the English . They wanted to say that async api are used where there is blocking code and sync where there is non blocking code.
You've actually got that reversed! Synchronous APIs are the ones that block, meaning your program waits for the function to finish before moving on. Asynchronous APIs, on the other hand, let your program keep running while the function works in the background.
On #5 you said angular can do everything node can do this really confusing me ... can angular do serverside things like connecting db without exposing db credentials
Hi Yusuf, Kindly be informed that Angular runs into the browser, and its context is limited to that. If you need to connect to a database, you need to use some backend technologies, like express and node js.
Too much fast, difficult to understand properly , also you need to give some examples on it so beginners can clearly learn from basics. information is great but the way of teaching has to be improved. and also you provide wrong information on blocking and non-blocking. please correct this Thank you
Thank you so much for appreciating the content. Your feedback motivates us to make more such content. Unfortunately, we don't share the source code or presentation deck with anyone. Although, if you wish to learn from Industry Experts and IIT Faculty, do fill out this form and we will reach out to you. Have a great day! . Google Form: forms.gle/XWy7MtQPrHkgq7Pt7
Guys, what else do you want to learn from Intellipaat? Comment down below and let us know so we can create more such tutorials for you.
Aws and azure sir
It will be thankful to you
@@Mehtre108 Please watch aws here: th-cam.com/video/cJLJrLlZ8no/w-d-xo.html
And azure here: th-cam.com/video/0bNFkI_0jhc/w-d-xo.html
@@Mehtre108 Welcome.
What is DevOps? And tutorials to learn it from scratch
Que #7. Answer is wrong
Synchronous, Blocking functions
Asynchronous, Non-blocking functions
yes...
Yes, correct
You're right brother, he is confused I think 😁
I left the video there only.. lot of other small mistakes as well. And on top of it, the guy is elaborating same with confidence!!
well now we all know, where not to learn from
The 1st answer is wrong so I didn't watch further.. 1st of all Node Js is not a programming language it's a Javascript runtime environment. Pls make sure you're making right content cause 1000s of people are relying on this video. And it's quite bad that you come up with false info..
🙏🏻✋🏻
you are right.
Exactly! We'll be laughed at interview if we mention it's a programming language.
the way they have explained event loop interviewer gonna throw me out. :(
👋 Guys everyday we upload in depth tutorial on your requested topic/technology so kindly SUBSCRIBE to our channel👉( bit.ly/Intellipaat ) & also share with your connections on social media to help them grow in their career.🙂
8:00 => synchronous Api - blocking, Async - non blocking
Performance, flexibility, scalability, real time abilities, efficiency, ease-of-use, time & space complexity, robust, reliable, minimalism, fast, and you are good to go.
Thanks for watching😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
It is not a language ... it's just javaScript runtime environment... JavaScript is a language...
What is run time environment
@@lordsnow-vg6ek Through Nodejs we can run the javascript on our server or on all the machines other then browser..maybe that's why it is called run time environment
HERE, Run time environment means tha we can run js code outside the browser with the help of V8. NODEJS IS A RUNTIME ENVIRONMENT
it was quite informative, but it would be better if you would provide examples as well along with each answer, thanks :)
Thank you Nasir for your feedback. We will work on that. Please stay tuned to Intellipaat😊
In this video, you are explaining Synchronous API = non-blocking code and Asynchronous api = blocking code, Is is correct information??
No, it's not correct info. Non-blocking is async and blocking operations are synchronous. nodejs.org/en/docs/guides/blocking-vs-non-blocking/
no it is not correct it is oposite
Asynchronous - non blocking API
Single Threaded, means synchronous processing, it uses event loop to achieve asynchronous architecture.
Do like, share & subscribe to our channel to get updates on upcoming videos.
@@Intellipaat First provide proper information and then ask for subscribers
😂😂😂
Great Tutorial as I am beginner in Node Js so have one doubt
in Video below thing is mentioned :-
"There are two types of API functions. They are as follows:
Synchronous APIs: Used for non-blocking functions
Asynchronous APIs: Used for blocking functions"
Is not Synchronous for blocking and Asynchronous for non blocking ?
you are correct indeed.
This is not the only incorrect answer in this video.
I would say dont rely on anything he said
It would be better if you provide code example also so that we can know how and where to use these things
@braVo singh Sure! We'll do it soon. Meanwhile, Do like, share & subscribe to our channel to get updates on upcoming videos.
if node.js is good for small to mid-sized applications, how is that accounting for scalablility?
If you wish to get Personal support, fill out this form and we will reach out to you. Have a great day!
.
Google Form: forms.gle/XWy7MtQPrHkgq7Pt7
Questions are good but I am not happy with the explanations . sorry to say .but you have used many technical words which become over flow . please use simple words so that we can understand clearly . We prefer videos instead of blog to avoid such typical word's.
Noted. I will pass on your suggestion to our content team.
Great Information .Please Make Complete Tutorials On NodE Js
Sure we will upload soon.
It's not great, most of it is wrong
#20: how about nest framework?!
8:02 guys, he's making wrong statements like synchronous means blocking, Asyn means non-blocking which is generally used in node.js but in video vise-versa ...intellipaat literally felt like shit u guys are doing a lot of efforts to make videos but with wrong information.
What they said is correct you didn't understood the English . They wanted to say that async api are used where there is blocking code and sync where there is non blocking code.
Synchronous is a blocking architecture,
are you sure that Synchronous APIS is used for non blocking functions and Asynchronous APIS are used for blocking?
You've actually got that reversed! Synchronous APIs are the ones that block, meaning your program waits for the function to finish before moving on. Asynchronous APIs, on the other hand, let your program keep running while the function works in the background.
Thanks for the video..
@InDiA nA jOnEs Most welcome 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
You got it bro ❤️
On #5 you said angular can do everything node can do this really confusing me ... can angular do serverside things like connecting db without exposing db credentials
Hi Yusuf, Kindly be informed that Angular runs into the browser, and its context is limited to that. If you need to connect to a database, you need to use some backend technologies, like express and node js.
Thanks bro
@107 Priyanka Pandey Most welcome 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
Too much fast, difficult to understand properly , also you need to give some examples on it so beginners can clearly learn from basics. information is great but the way of teaching has to be improved. and also you provide wrong information on blocking and non-blocking. please correct this
Thank you
Thank You for your Feedback. Do like, share & subscribe to our channel to get updates on upcoming videos.
@@Intellipaat I don't think that you are taking it seriously
Can you please share the pdf which was used for explanation ?
Sure! Please share your e-mail ID so that we can share the required files @AkashBhat
Nodejs isn't a scripting language 😂
QWESTION NUMBER 7 => ANSWER IS WRONG
Q7 is the wrong answer.
Give me this pdf of ans?
Thank you so much for appreciating the content. Your feedback motivates us to make more such content. Unfortunately, we don't share the source code or presentation deck with anyone. Although, if you wish to learn from Industry Experts and IIT Faculty, do fill out this form and we will reach out to you. Have a great day!
.
Google Form: forms.gle/XWy7MtQPrHkgq7Pt7
Question 7 answers are swapped it
Thank you all for your active participation. SUBSCRIBE to Intellipaat to find out the right answer.
2 nd one
Wohoo. :)
First one to like the video
:)
you have made easy concept so much jargons...🥲
@Momin Wani Glad you liked it 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.