I find myself very comfortable whenever I study with Dev Ed's tutorials. I like the way he conveys his knowledge.
@santiagosinatra2 жыл бұрын
I was just going to type something similar, i have watched tons of videos about node and just with this one I have finally understood in the first 7 minutes how modules work, and he didn't even focused on that for too long but the way he explained it made it very clear to me. 😃
@Thanveershah5 жыл бұрын
Would love to see a React and Node js video , Integrating them.
@mikealejandro39383 жыл бұрын
HELL YEAAAAAAAAAAAH!
@Alite4daday2 жыл бұрын
Angular is where it’s at!
@osusara5 жыл бұрын
Hey Dev, I should say that, these are the best tutorials I've ever seen on the internet. So clear, well structured, not boring at all. Few weeks ago I was so broken because as a IT student, I wasn't able create a proper web site, I can only HTML, CSS not even JS. But your videos proved that these are not so hard. These videos inspired me. You know what. Now I'm addicted to React. I even tried Rect-Native my own, because I have that much confidence now. All these because of you. Once again thank you very much for giving me a hope. Keep it up. Also Dev Ed is the only channel I turned on the notification. Not even Pewd ;)
@terraflops2 жыл бұрын
seriously the 1st 10 minutes has been the best ! no other KZbinr i have seen explain Nodejs so clear and helpful. Thanks Ed !
@karangujrati6793 жыл бұрын
Watched 3 other videos on NodeJS and couldn't understand much. Watched just one video of Dev Ed and NodeJs started to make sense now! Amazing video!
@smithscarborough3 жыл бұрын
Dude! You are such a gifted teacher and lifesaver. The bootcamp I'm in blew through BE so fast, this and your related videos really help me to fill in the gaps. Thank you thank you!!!
@JohnDoe-dz5wu5 жыл бұрын
I just learned node.js in 40 mins (including the API part), wtf? This is great! Gotta dive into theory now.
@theharrypeter_xd12375 жыл бұрын
Nice magic trick at the beginning🤣🤣
@_.sunnyraj._4 жыл бұрын
HAHAHHAHHA
@tadeh13 жыл бұрын
This was a really great introduction to Node. I just wanted a basic rundown of how it all comes together and the typical operations you would use. I'm glad I found your channel. Subscribed!
@byronnyayiera13933 жыл бұрын
Watching in 2021 and so far you've given the best basic tutorial 👋👋👋
@maheshtamang61583 жыл бұрын
you literally are the best teacher there is in web dev community. i tried learning node js from other youtuber too but couldn't understand what they were saying at all. but after watching this video i''m crystal clear about all the things you taught! thankyou so much Ed.
@justinhans4 жыл бұрын
5:30 FYI If you write const name = 'Dev Ed'. name isn't stored on the window object. This only applies to var, not const/let.
@killersiggy3 жыл бұрын
So with module.exports you can also have multiple functions inside. It’s something like module.exports = { Name1: function(parms){}, Name2:function(parms){},... } Then you can reference it like const name_funcs = require(file); name_funcs.Name1(parms); Not sure if he gets to this or not just saw him showing exporting for one function
@ahaemiruchifoodandfusion30344 жыл бұрын
I love your teaching style. And also the smile on your face makes the topic much more easier
@sounak20095 жыл бұрын
Love your work Edwin. Would love to see a Houdini trick with a mern stack tutorial. 😜
@zainablawal972 жыл бұрын
Dude be my man!!!. It was an awesome tutorial by the way. Only that the http pre built-in module isn't that clear yet.
@aimeej21913 жыл бұрын
I just finished a class in this and I felt very defeated. Someone shared this video after and it taught me everything I should have learned in that class. I really appreciate this.
@osusara5 жыл бұрын
I Would love to see a fully functional React System, maybe MERN.
@jeremyasirwaad60293 жыл бұрын
Your The Best Tutor So Far in KZbin.
@lucastavares2065 жыл бұрын
If you ever make a course or something like that , let us know. I like the way you teach things. Keep up
@mehmetemin54045 жыл бұрын
Great explanation Ed, i'm waiting to see the Express tutorial
@aduonye4 жыл бұрын
Thanks for this tutorial. It helped me grasp the concept and by the way: You are a good teacher.
@victorolorunda19343 жыл бұрын
This is an awesome instructional material. I love the build up; You started from the simpler and basic concepts and built up from there. I loved you definition of what node is; that entirely captures it well.
@sherifsalah55635 жыл бұрын
Best crash course EVER. Could you please do a MERN stack tutorial!
@codespector19893 жыл бұрын
Thanks a lot , this is theeeee best ever node video I have ever seen for begginners
@KylePrinsloo5 жыл бұрын
Great tutorial Ed :) if anyone has any questions about my freelancing bundle, I'd be happy to answer
@user679jk74 жыл бұрын
OMG I have watched lots of video and this is definitely the best one! Thank you so much.
@12likea5 жыл бұрын
Hey there, first of all. I really enjoy the way you explain everything, it helped me a lot! I wonder if you ever put out a "All-In-One" course for creating one or several websites? I would sign-in without any hasitation! Is there anything planed?
@romitmohane48913 жыл бұрын
Understanding node helps in react development too!
@marcindomanski56545 жыл бұрын
5:58 - check this in browser. You may use var instead.
@romulonavas20424 жыл бұрын
You make complicated things look so simple! And my wish to study and learn more rises! Thanks Dev Ed!
@chrisdietrich1533 Жыл бұрын
you are such a fun person!
@Romeo-vt8hq4 жыл бұрын
Before I thought that Brad Traversy is the best but after his node js crash course I was left bewildered so decided to check other tutorials. I enjoy the way Ed explains everything, it becomes much clearer. Thanks bro
@nayeemuddin77454 жыл бұрын
got confident to go the next step . Thank sir a tons.
@alexanderthreee3 жыл бұрын
As usual a fun to watch, easily understandable and fun dev ed tutorial!
@SimPwear845 жыл бұрын
Starting to become one of my favourite channel. Great stuff!!
@bhavinshah42575 жыл бұрын
A very quality content we are getting here for free. Thank you so much for providing 1000$ course. +1 🤘✌️👌👍
@aryansoni574 жыл бұрын
please don't give him ideas
@bhavinshah42574 жыл бұрын
@@aryansoni57 why?
@JulioCesar94825 жыл бұрын
I would love to see more about Node js, and maybe a project using js in front and back-end. Nice video!
@developedbyed5 жыл бұрын
Coming!
@protopan77222 жыл бұрын
Hey Ed please make a Node js course! I will sure buy it
@ankurkumargoell2 жыл бұрын
I have no knowledge of Node but this video clears basic of node development.
@developedbyed5 жыл бұрын
Have you used node before?
@theharrypeter_xd12375 жыл бұрын
No
@elabinnovations5 жыл бұрын
Yup Trying to make small project with node.js, express, pug and firebase. But, I can't go without any video 😫
@45410475 жыл бұрын
Cool video. I would of suggest to show how you debug this code in VSCode/Chrome. Its important..
@codingwithkenny64923 жыл бұрын
Wow this was very helpful! Thank you so much! This cleared up so much confusion I had about Node.js before watching this amazing explanation!!
@gicharu5 жыл бұрын
Great, short precise and covers the most important stuff.
@kapilbaraskar915 жыл бұрын
The quality, content, and depth in concepts are great. Thank you for providing this course. One Request: can you please make a video on not event handlers.
@maksymyankivskyy24195 жыл бұрын
Thank you Ed i am actually study for become web developer you explained much better node JS than my teacher THANK YOU VERY MUTCH !
@all_about__today5 жыл бұрын
Someone's gonna get B- grade if their teacher were to find out
@denniszenanywhere5 жыл бұрын
this is good. What does "require" really do? Is it just short requirement And what did you say in 40:57. You don't have to _____?
@lushu24372 жыл бұрын
Hey Ed, really nice video! Have been a fan of your tutorials for two years. However, I have to say there is something wrong with this video. At 5:40, when you const name=" Dev Ed", it is actually not attached to the window object. Only "var" can do that. As I tried in my browser console, if I use "const", window.name is just undefined. Same situation for the arrow function.
@nellison5 жыл бұрын
The biggest reason why I always watch him is I just love he's great content I was I could subscibe again to this magical channel!
@adarshpandey29785 жыл бұрын
You are awesome man! I can't begin to explain how much importance you hold for me in my journey to become a full stack developer. Thank you so so much! Lots of love from India
@nutryada38435 жыл бұрын
Thank you so much for your tutorials! So I can say, that many people from Russia see U, because we have not good channels for developers/studing etc...unfortunately. And U really help us. Maybe I did many mistakes in sentenses but I really wanted to say TANKS.
@compassft3 жыл бұрын
12:52 ...that syntax with a ${__filename} doesn't work for me...
@elabinnovations5 жыл бұрын
*I love all your tutorials* 💕 Can you upload a tutorial about simple project with node.js, express, pug and firebase?
@tusharsahu81765 жыл бұрын
I really like the effort you make here. It is so much helpful! Thanks a lot!
@tawfek.m77225 жыл бұрын
I always like your video before i watch it because i know it's the best
@douglassilva46155 жыл бұрын
Dude, you're awesome. Thank you for the great content :D
@hocineabdellatifhouari32635 жыл бұрын
nice video, really liked your simplicity, however I noticed when you typed lorem and suddenly the text wrapped up in a nice way, I suppose you r using a keyboard shortcut or some extension, may I know how you did it? and thanks.
@vazhaatskureli17012 жыл бұрын
Thanks for a fun and interesting course 💜💜💜 you are the best 💜
@agustinfernandezbellezza94005 жыл бұрын
men 4 real, i dont get why dont you have following you and liking you at least everybody learning all the things you cover.... jajaj amazing men, thank you for giving this videos men!
@facu55635 жыл бұрын
Great video Ed, thanks! Definitely will waite for the Express tutorial Cheers
@victorolorunda19343 жыл бұрын
Thanks Ed. You produce very helpful contents.
@franexmo81-4 жыл бұрын
Awesome tutorial. It's great to learn and have fun at the same time
@compassft3 жыл бұрын
Can someone kindly explain me which is the advantage to declare an arrow function as a constant? Thank you!
@techcamp20234 жыл бұрын
hi Ed, in my case the require is not defined, although I am applying exactly like your code.
@sippy4203 жыл бұрын
good course, I really liked it, and as a new coder it reallly helped me out.
@zairakhan17345 жыл бұрын
Hi! Ed please make a video on media query
@socialnfarming45305 жыл бұрын
Hi bro..it's really very helpfull what are you are teaching will it be the same in companies too like for two experience people doing ..
@aleedhillon4 жыл бұрын
I watched it at 1.5 speed and it was quick and awesome node learning experience.
@yousefm92975 жыл бұрын
thanks for the awesome video, what is the Mic you're using if you don't mind sharing the name
@Gikkeoi2 жыл бұрын
Tbh I don’t see why learning this is useful, but now I understand what it does. Other tutorials just show you the commands and I couldn’t understand what they were doing at all or the reason
@thanveershah47585 жыл бұрын
Can you make a video on React Native ? All the current available videos are outdated
@wilsonfaustino5 жыл бұрын
I love your channel. I'm learning a lot here. If you could, I would be very gratefull if you make a Node CHOKIDAR tutorial. Greetings from Brazil.
@jag8313 жыл бұрын
How come I wasn't trained in NodeJS, it's amazing! Thanks Ed! (I'm totally confused by the last 2 minutes of the video but it's fine)
@neozoan5 жыл бұрын
Your performance at the start was awesome
@dsqaurecoding5 жыл бұрын
Thanks a lot Ed, I want to ask how do you make this interesting thumbnail for videos , these are awesome
@jamolov_xoja Жыл бұрын
the best video ever
@kitrodriguez9924 жыл бұрын
I watched this whole tutorial and I found it pretty useful for coding discord bots. :) Thanks Dev :D
@justinsiegel23575 жыл бұрын
How would I use this to serve an html page that also has a script tag with reference to a JavaScript file?
@khibarrassul15825 жыл бұрын
Ed, when are we going to get some Vue material,? soon please!
@prsion19255 жыл бұрын
38:17 =You are the best of the world!!!
@bank_coder5 жыл бұрын
I LOVE YOUR WORK BROOOO
@jianingwang85094 жыл бұрын
This tutorial and explaination is sososo awesome!! Thank you!1
@saikumarreddyatluri33325 жыл бұрын
Can please make tutorials on socket.io
@internap6275 жыл бұрын
The bell was hit. Thanks for the great content.
@lukasluftlaufer10932 жыл бұрын
That was amazing. Thanks Ed :)
@linettevarghesekoshy21704 жыл бұрын
When i run js file i'm getting a error like this : Error: Cannot find module 'C:\Users\admin'\add.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Function.Module.runMain (internal/modules/cjs/loader.js:831:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3) What should i do?
@remax1105 жыл бұрын
I love your positive energy and your videos.
@lucastavares2065 жыл бұрын
I got one question. With node we can do anything relate do back-end that other languages are capable of ? I'm into simple things like a login on a website or app
@developedbyed5 жыл бұрын
Yes, ofcourse
@Deadmode3 жыл бұрын
You are a legend Edders
@MasterZiomekPL5 жыл бұрын
What's the difference between require and import?
@developedbyed5 жыл бұрын
Import is the newer ES6 syntax. It will be supported soon in node as well!
@MasterZiomekPL5 жыл бұрын
@@developedbyed But when I write react code I always use import not require. Is that not node.js anymore?
@developedbyed5 жыл бұрын
@@MasterZiomekPL In react you have Babel which just transpiles your code. You can use babel with node as well and use import.
@MasterZiomekPL5 жыл бұрын
@@developedbyed OOOH Explains alot! Thanks! :D
@RoyCuenca5 жыл бұрын
ohhh wowww! this is so marvelous master! very thxs... i hope more of this big material!
@maplestoryinchinese5 жыл бұрын
Keep up the great content !
@murillomfs5 жыл бұрын
What about a Next.js video? how to deploy websites made with react and still being SEO friendly? One more time, awesome content and metodology. Big fan!
@Jimmy-zw9ve4 жыл бұрын
23:58 great metaphor
@juanpablocastiglionidupin74392 жыл бұрын
Excellent crash course!
@davidetoso784 жыл бұрын
Thanks ed... Great tutorial👍👍👍🙏🙏🙏
@harshitsrivastava99032 жыл бұрын
Thanks! Very Helpful.
@mohithp87002 жыл бұрын
ed: version might change me: watching it in 2022
@Hashimhamza0075 жыл бұрын
The intro was really cool
@muhammadusmankhan67615 жыл бұрын
I just came back because I thought I forget to like your video......but I already Liked it...