i have been using node for 4 months and i did not know so much ! these are the best most up-to-date node tutorials on the web right now! I feel my competence with node increasing a lot from video to video.
Thank you, sir! I love learning from you. Your clear, and thoughtful, explanations are exactly what beginners need. Seeing how to build a node.js express app from the very beginning in small digestible chunks like these, expressed in such a rational and objective manner, makes learning so easy. Thank you, thank you, thank you for your thorough and concise tutorials. Really great job, friend. I'm in awe of your awesomeness.
very clear tutorials. I really enjoyed these videos. You explained each topic very well, and each video has its own take away points. Can't wait to finish this series and move on to more advanced topics! Thank you so much!! I started with mean.js on github, and it was just way too much to handle. I like your approach much better.
Thank you so much, your videos are great, just there is some problem at the end of this video, you are using post method there but it redirects to get method, you can check its URL with value 10. Thanks a lot for your leanings.
I'm having a problem with the handlebars and I can't find the solution. This is the message I'm getting on the console when the req.redirect() is executed: "Handlebars: Access has been denied to resolve the property "status" because it is not an "own property" of its parent."
How to use get request for array suppose I have object {id:1,title:xyz,type:[type1,type2] I want to get by type which contain array how I can do these ??
Thank you for the great videos. They are very clear and so helpful. I do have a query though, I need to make an external API call to receive JSON data and render it in the browser and I have no idea how I should go about it. Help with this would be highly appreciated. You can even direct me to a course of yours which can help me with this.
You should find some helpful videos on my channel. For example my currently running series about Laravel + Vue.js / Angular. No matter if you use these languages/ frameworks or not, the techniques shown there might be helpful to you.
Hi Max, in the form action, you had to hard code the URL. Is there a method to name the routes and then pass it so that if anything changes, it only needs to be changed in the routes file? Also the anonymous functions that we write in the router.get(), wouldn't it be better to define those in a separate file (like we do in Laravel Controllers) ?
Hi Abhimanyu, you could certainly outsource the code into controllers/ separate files and I agree that this makes it much easier to work with in bigger projects. Regarding the absolute routes: Natively, you can't name them.
Hello, I’ve been NodeJS developer for the past few years. I would like to ask if Server Side rendering will slow down nodeJS ? I’m using Client Side rendering currently. Thanks.
Hi sir, nice tutorials, but i have an issue on 4:22 video time, when i run project, i got an error, Error: Failed to lookup view "error" in views directory ........ Kindly tell me the solution.
I have created a chat application on server that support node js .. now I want to use that chat application in any website that I want.. how I can do that? or pass a request to that customer service chat application? thanks for the videos
Hi Ahmed, you could expose API endpoints (= routes) with your chat app. This app would basically be a service other apps/ web pages could then implement by sending requests to those endpoints.
I think this articles might give you a good start on how to create such a service. The important thing to understand, is, that this service will hold all your business logic and the connecting apps will hold the user interfaces. cwbuecheler.com/web/tutorials/2014/restful-web-app-node-express-mongodb/ scotch.io/tutorials/build-a-restful-api-using-node-and-express-4 devcenter.heroku.com/articles/mean-apps-restful-api
Please tell me where i can learn more about client side AJAX calls to the server so i can implement domain locks using Post. Meine Meinung nach ist, Du bist ein genie lehrer. Sehr Beeindruckend. Subscribed
Thanks so much, happy to hear you're liking it! You should be able to find some decent AJAX tutorials via Google but I also got some series on this channel (e.g. Angular/ Vue + Laravel) where I also have some videos on making Http requests.
router.get('/test', function(...)); //retive all test router.get('/test:id' function(...)); //retrive test of specific id how to retrive test of specific type using get request like retrive all test of type='abc'
i have been using node for 4 months and i did not know so much ! these are the best most up-to-date node tutorials on the web right now! I feel my competence with node increasing a lot from video to video.
Wow, amazing to hear that, many, many thanks!
Thank you, sir! I love learning from you. Your clear, and thoughtful, explanations are exactly what beginners need. Seeing how to build a node.js express app from the very beginning in small digestible chunks like these, expressed in such a rational and objective manner, makes learning so easy. Thank you, thank you, thank you for your thorough and concise tutorials. Really great job, friend. I'm in awe of your awesomeness.
That's really great to hear, thanks a lot for your amazing feedback!
Mindspace You’re most welcome, good sir. You greatly deserve it for providing all of us with such useful tutorials.
By far one of the best explanations for this concept I have seen.
Awesome to read that Corey, thank you!
I think you are one of best instructor on youtube. Thanks
Wow, really amazing to hear that - thanks so much Zamir!
What a fantastic represention of request and response it's amazing and I loved it
The best tutorials i've evere found! Thanks a lot.
Thanks for your amazing feedback Alex, I'm happy you're liking it!
Fast and straight to the point, you are doing excellent work here my friend, thank you!
Many thanks for your amazing comment Paulo and thank YOU for your support!
One of the best node.js & express tutorials. Thx.
So awesome to read comments like that, thank you so much!
You could never remove the fun we had ... great video series ! Thanks man !!!
That's so awesome to read, thank YOU for your comment Mag!
after watched this course i have got a web developer job!!!! thank you so much
Wow, congratulations that's awesome!
Excellent and simple video. Very easy to understand what's being done
+Sukumar Honkote Great to hear that, thank you!
very clear tutorials. I really enjoyed these videos. You explained each topic very well, and each video has its own take away points. Can't wait to finish this series and move on to more advanced topics! Thank you so much!!
I started with mean.js on github, and it was just way too much to handle. I like your approach much better.
Thanks so much, awesome to hear you enjoyed it :)
You are the man. Thanks for taking the time to do these videos. So useful!
+Ezra Fermanis
Thank you! :)
i always enjoy learning with you
...
Very happy to read that, thank you for your comment!
Amazing tutorial. You are a god-send
Thank you for making this series!
Thank YOU for your support :)
These are absolutely fantastic. THANK YOU!
+Conor Kenney
Great to hear that, thank you Conor!
i loved the way you explain things
This guy is an amazing teacher! #bigup
Can you please give an update tutorial for 2020 and going forward? Thank you!
Excellent videos! Thank you for sharing your time, efforts, and character.
Nice work ! ,thank you ❤❤❤ little things changed after ES20 but still a very helpful video .
Thank you so much, your videos are great, just there is some problem at the end of this video, you are using post method there but it redirects to get method, you can check its URL with value 10. Thanks a lot for your leanings.
Your tutorials are the best
YOU are the best Rafael, thanks so much for your great feedback!
I'm having a problem with the handlebars and I can't find the solution. This is the message I'm getting on the console when the req.redirect() is executed:
"Handlebars: Access has been denied to resolve the property "status" because it is not an "own property" of its parent."
Thank you very much, your tutorial rocks!
Thanks so much Arnaud!
Thanks for such important information)
How to use get request for array suppose I have object {id:1,title:xyz,type:[type1,type2] I want to get by type which contain array how I can do these ??
did you use jade or handlebars in further tutorials including shopping cart
Thanks for share the video, Do you have something about CRUD on node.js, apache and php please ?
in the index.hbs file the | {{ title}}| where the title has been fetched.
ty this video help me to uderstand better node js
Great to read that, thank you very much for your comment!
nice tutorial, easy and simple :)
So useful! Thank you sir.
Happy to hear that Miodrag! :)
Great vid! Curious, what plugin are you using that's creating a neon highlight around your brackets as your typing?
Its was excellent tutorial .....Thanks man...
Awesome to read that, thanks a lot!
Really nice videos and excellent explanations....Thank you so much sir :)
Thank you very much for your awesome feedback Yoga!
Thank you for the great videos. They are very clear and so helpful. I do have a query though, I need to make an external API call to receive JSON data and render it in the browser and I have no idea how I should go about it. Help with this would be highly appreciated. You can even direct me to a course of yours which can help me with this.
You should find some helpful videos on my channel. For example my currently running series about Laravel + Vue.js / Angular. No matter if you use these languages/ frameworks or not, the techniques shown there might be helpful to you.
amazing tutor
how would i use this with a template engine such as handlbars, app.get works fine but router.get doesnt with a template engine??
thanks for your videos!!
Can’t find your video on http nodes
Hi Max, in the form action, you had to hard code the URL. Is there a method to name the routes and then pass it so that if anything changes, it only needs to be changed in the routes file? Also the anonymous functions that we write in the router.get(), wouldn't it be better to define those in a separate file (like we do in Laravel Controllers) ?
Hi Abhimanyu,
you could certainly outsource the code into controllers/ separate files and I agree that this makes it much easier to work with in bigger projects.
Regarding the absolute routes: Natively, you can't name them.
Hello, I’ve been NodeJS developer for the past few years. I would like to ask if Server Side rendering will slow down nodeJS ? I’m using Client Side rendering currently. Thanks.
How do you get the colour theme for handlebars?
Hi sir, nice tutorials, but i have an issue on 4:22 video time, when i run project, i got an error,
Error: Failed to lookup view "error" in views directory ........
Kindly tell me the solution.
I have got the same error. In my case I put the test.hbs in the folder views/layouts,. Once I move the file into the folder views, it worked.
With this perfection and simplicity, you might even be able to teach coding to Trump. :) Awesomeness all over.
Haha, don't know if I could do it in 140 characters though ;) Thanks for your great feedback!
thanks for your videos. ..
Thank you!
i like your videos
Can I find this course on Udemy? Thanks
How to access remote server through express
I have created a chat application on server that support node js .. now I want to use that chat application in any website that I want.. how I can do that? or pass a request to that customer service chat application?
thanks for the videos
Hi Ahmed,
you could expose API endpoints (= routes) with your chat app. This app would basically be a service other apps/ web pages could then implement by sending requests to those endpoints.
Can you provide me with video like or an article or anything? it may change my life really :D
or just tell me what should I search for and should i change in the chat application code or the hosting website that will host it?
I think this articles might give you a good start on how to create such a service.
The important thing to understand, is, that this service will hold all your business logic and the connecting apps will hold the user interfaces.
cwbuecheler.com/web/tutorials/2014/restful-web-app-node-express-mongodb/
scotch.io/tutorials/build-a-restful-api-using-node-and-express-4
devcenter.heroku.com/articles/mean-apps-restful-api
So I must learn about RESTful API and MEAN right?
Please tell me where i can learn more about client side AJAX calls to the server so i can implement domain locks using Post. Meine Meinung nach ist, Du bist ein genie lehrer. Sehr Beeindruckend. Subscribed
Thanks so much, happy to hear you're liking it! You should be able to find some decent AJAX tutorials via Google but I also got some series on this channel (e.g. Angular/ Vue + Laravel) where I also have some videos on making Http requests.
please make a video on using Fetch API from client in lieu with express for fetching JSON tokens it would really help me.
Hello Sir,
When you enter 10 and press submit, at same click event if I want to close only that window page, how to to that?
Thank you,
Archana
use link according to your requirments
How to access the full playlist?
I think the easiest way is here on our website: academind.com/learn/node-js/the-basics/get-and-post-requests
for example you use the word "id" too much, so I took some time to understand it. But it was excellent!
Many thanks for your feedback - I constantly try to improve :)
He looks like the tall guy from FROZEN!!! lol
router.get('/test', function(...)); //retive all test
router.get('/test:id' function(...)); //retrive test of specific id
how to retrive test of specific type using get request like retrive all test of type='abc'
Thanks
thanks!
thanks a lot
Your voice is very low, a good tutorial video
Happy to read that you like the video Shahid! The video is a bit older, audio and video quality improved in the more recent videos :)
Learn to write sweet code over here at SweetCode. I'm aiming to make my tutorials very basic and easy to follow for beginners.
thanks :)
thanks for help
btw. nice haircut :)
+pelepele123456
Thank you and thank you :)
Четко братуха
Used translate pt-br
Are you German?
Yes I am.
spam
So useful! Thank you sir.
That's great to hear, many thanks for the great feedback! :)
Mindspace HI, how to return a data to html ?
for example:
HTML AJAX POST -> route (node.js) -> calculates numbers -> retrun its numbers to ajax
You would use the res.json(dataObject); method for that. Check out my NodeJS + Angular 2 video (on this channel) to see some example for that.
thanks a lot ! You're the better ! +1 fan