Node.js Ultimate Beginner’s Guide in 7 Easy Steps

Поделиться
HTML-код
  • Опубликовано: 20 май 2020
  • Why learn Node.js in 2020? Master the fundamentals of Node in 7 easy steps, then build a fullstack web app and deploy it to a cloud server. Follow along in the full article: fireship.io/courses/javascrip...
    1. What is Node?
    2. How do you install Node?
    3. Hello World
    4. Know the Runtime
    5. Events
    6. File System
    7. Modules
    8. Build & Deploy
    Node nodejs.org
    #nodejs #javascript #tutorial
    Install the quiz app 🤓
    iOS itunes.apple.com/us/app/fires...
    Android play.google.com/store/apps/de...
    Upgrade to Fireship PRO at fireship.io/pro
    Use code lORhwXd2 for 25% off your first payment.
    My VS Code Theme
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
  • НаукаНаука

Комментарии • 768

  • @Fireship
    @Fireship  4 года назад +893

    There’s a ton of hype around Deno right now (which is an awesome thing), but be careful jumping on the hottest new trend of the week. If you want to get shit done today, learn Node.

    • @dominikotocan1348
      @dominikotocan1348 4 года назад +41

      Not only today but at least for another year. People will start using Deno for new projects a bit here and there, but there will still be tons of existing Node projects and jobs, and tons of new Node projects. Most companies are not eager to start using something new, they wan't something that was tested in production countless of times and something they can count on, because their money depends on it. New developers tend to believe that some technology is popular because they see it everywhere on youtube, but that's not always the case. Spring Boot framework for Java can be found in almost every large company, yet it's rare to see tutorials on it and doesn't seem that popular.

    • @Fireship
      @Fireship  4 года назад +62

      @@dominikotocan1348 It needs to be 10x better than Node for companies to make an investment to change, right now its only slightly better.

    • @davidhusicka8440
      @davidhusicka8440 4 года назад +9

      Yes, hype is dangerous when it comes to new technology and the worst thing about new hyped technology is deployment. You cannot deploy deno, actixweb or rocket.rs (which are all amazing technologies) as easily as node. And this is not limited to JavaScript world. The same is with for example Godot engine which has no official support for Google AdSense.

    • @dominikotocan1348
      @dominikotocan1348 4 года назад +17

      @@Fireship True. But even if it was 10x better than node, companies would still wait a long time before using it. Some of them might start to use it for internal, non-critical projects that won't cause any trouble if they crash. But using new tech to build apps for clients that pay you is a dangerous game. Since deno is new, there is a possibility of it crashing in production with some obscure error that takes days, or even weeks to fix. No one wants to risk that kind of thing, clients are losing money because the app they use to do business is not working and companies are losing money and possibly a client. When both your and your client's business depends on the tech you use, using something that isn't properly tested, used and abused in production is a very bad idea.

    • @softwarelivre2389
      @softwarelivre2389 4 года назад +5

      @@dominikotocan1348 I believe deno's best use case right now is in simple automation scripts for data analytics, since native fetch and top level await just make things much better, and also because it is very easy to update (just run 'deno upgrade' and you're done) and native typescript support is just neat.

  • @MCroppered
    @MCroppered 4 года назад +1032

    Deno: gets released officially.
    job posts: need to have 2 years professional deno experience

    • @Spinikar
      @Spinikar 3 года назад +44

      12+ is more likely.

    • @soulninjadev
      @soulninjadev 3 года назад +13

      ehh its 10 years

    • @shivanshpatel4072
      @shivanshpatel4072 3 года назад

      😂😂😂

    • @puspamadak
      @puspamadak 2 года назад

      Lol

    • @rageofstate2695
      @rageofstate2695 2 года назад +9

      AT LEAST 2 years, but 5+ years of using Deno for building space-shuttle backends would make you an ideal candidate!

  • @abhishekshah11
    @abhishekshah11 4 года назад +1571

    "Show off your API to friends and family". I'm sure my mother would be stoked to see my new API :')

  • @brianevans4
    @brianevans4 3 года назад +628

    I love how quickly you move through content. It actually makes it bearable to watch. I can't stand the 37 minute videos where most of it is just waiting for the person to type what they've just said

    • @LionMister
      @LionMister 2 года назад +9

      yup. we've got controls , we can slow down or pause the video if we need to. following along with the written content makes it even more accessible.

    • @cedrics7374
      @cedrics7374 2 года назад +5

      Not only that, some videos are 1 hour long and basically provide only repetitive content. If you want to show how a mergeMap works, don't show me how you create a new module and routing so you can get on a separate page where you want to do your thing 😞

    • @rxtechandtrading
      @rxtechandtrading 2 года назад +16

      I hate how quickly he moves through it

    • @arsnakehert
      @arsnakehert 2 года назад +3

      I like to see the RUclips video playback speed controls as an accessibility feature for people with ADHD
      Lately after realizing I probably have ADHD (but not having gone to a doctor about it yet) I’ve found it to be extremely useful, it’s like I need a certain throughput of information to keep my attention focused on something, and accelerating video really helps me with that

    • @imapanda2434
      @imapanda2434 Год назад

      Yeah, if a video’s gonna be 37 minutes, it better be packed with engaging information. 3 minutes or less of fluff.

  • @arjunkashyap8896
    @arjunkashyap8896 4 года назад +883

    Your style of teaching is most unique. Its like entertaining and informative at the same time..

  • @ukaszfajger8841
    @ukaszfajger8841 4 года назад +227

    9:32 'If that's confusing to you, well all I can say is: Welcome to the JavaScript world' 😅 😆 haha exactly

    • @pakarpintu4917
      @pakarpintu4917 11 дней назад

      More confusing than Java streets 🤣

  • @maplestoryinchinese
    @maplestoryinchinese 4 года назад +393

    damn the quality of the content in this video is off the charts

  • @hermine4955
    @hermine4955 17 дней назад +2

    I watched this Video a year ago and it was so helpful. Today I rewatched this video and understood that I didn't understand a single thing back then.

  • @PatricioHondagneuRoig
    @PatricioHondagneuRoig 4 года назад +390

    Great video as always.
    By the way, I'm hiring a Deno developer with at least 5 years of experience.

    • @nerdiloo9863
      @nerdiloo9863 3 года назад +15

      lol

    • @dosomething99
      @dosomething99 2 года назад +2

      😂😂

    • @denis97romania
      @denis97romania 2 года назад +44

      I have 10, am I overqualified and will be instantly ghosted?

    • @KAZVorpal
      @KAZVorpal 2 года назад +27

      I've repeatedly gotten calls like that. I've had to say "technology X has only been around for two years, and for the first year it wasn't popular...NOBODY has five years of technology X"

    • @filmyguyyt
      @filmyguyyt Год назад

      Deno is new

  • @deathysmile
    @deathysmile 3 года назад +35

    You are amazing. don't stop with this. One of the few channels that are dense enough in information yet still you don't leave out crucial explanations (or make asaumptions of existing knowledge), and isn't annoyingly slow.
    Total beginner here and you are catapulting my skills by lightyears right now!!! Keep the pace!! HYYPE!!!!

  • @brandymedia
    @brandymedia 4 года назад +26

    Love how concise and to the point your videos are. I’ve been developing with node for a few months but reminding myself of the basics with videos like this is so helpful. Thank you. Love the emojis too. 👍🏻

  • @amitjoshi956
    @amitjoshi956 4 года назад +64

    Best part: "Congratulations! You're now a full-stack Cloud architect" 😆😆🤣🤣

  • @parsahosseini4241
    @parsahosseini4241 3 года назад +4

    Had forgotten node cause I haven't been coding in it for like a year, and somebody just called me yesterday for a node developer job position. That 16 minutes just refreshed all of it, now I can code in node confidently again.
    Thanks man👍

  • @huangjason6557
    @huangjason6557 Год назад +4

    I've spent some time on coding with node, just to do some simple stuff, and coming back to see video feels like a throwback of my coding problem log, which answer some of my question, much appreciated!

  • @hanac5586
    @hanac5586 Год назад +3

    I loved the quick pace, a lot of basic info in a such a short time. This is the first time I didn't have to manually increase the speed. Thanks!!

  • @PossumMedic
    @PossumMedic Год назад +40

    I love how quickly the info is presented! FINALLY tutorials I don't need to speed up!
    It's great to just get the basics so I can do what I need with them instead of building an entire app to learn a few features.

    • @MrMeeseeksPiano
      @MrMeeseeksPiano Год назад +1

      no need to speed up or understand anything either

    • @princeadigwe3764
      @princeadigwe3764 Год назад

      @@MrMeeseeksPiano whatt???

    • @MrMeeseeksPiano
      @MrMeeseeksPiano Год назад +4

      @@princeadigwe3764 simple, this video isn't for beginners, in fact, it isn't even a tutorial. It's more like a "curiosities" for people who already have a grasp of the basics.

    • @princeadigwe3764
      @princeadigwe3764 Год назад

      @@MrMeeseeksPiano plsss, are you conversant with nodejs. Could you point me in direction of resources to learn with. I've been scrolling through youtube and I haven't seen anything tangible *begging emoji here. I'm too lazy to find it*

    • @MrMeeseeksPiano
      @MrMeeseeksPiano Год назад

      @@princeadigwe3764 unfortunately I never really got around to node. It had been chosen as the framework for a project initially but got dropped. In any case, node seems to be a framework for javascript anyway, so you can't really skip steps. If you don't know javascript already, maybe you should start by there.

  • @zz3709
    @zz3709 3 года назад +3

    This was great! A nice quick summary of what the various pieces are and a brief understanding of how they fit in, before I delve into the details. Too often tutorials go straight into the details and I'm not yet sure what is needed that for so my brain doesn't know how to store/categorize that.

  • @owenizedd2830
    @owenizedd2830 4 года назад +91

    Your videos are absolutely stunning!
    They’re so helpful, you know you explain essential things with very concise explanations, I guess that makes your video shorter than most of other content creator, amazing, keep it up!

    • @DevsLikeUs
      @DevsLikeUs 3 года назад

      Agreed!

    • @Beny123
      @Beny123 2 года назад

      True . I actually watch them a few times as they are packed with information .

  • @abhiyudaibhakuni4957
    @abhiyudaibhakuni4957 4 года назад +2

    Great video buddy. Amazing job in making Node js seem so simple. Would love more videos like this on Node and full stack development.

  • @rodrigoyanez1100
    @rodrigoyanez1100 2 года назад +1

    By far you're the best code teacher in youtube, english isn't even my born language and i can understand concepts from u way way better and more clear rather than youtubers who speaks spanish lmao, thank a lot!

  • @michaeljfordham
    @michaeljfordham 4 года назад +3

    Another absolutely amazing video - thanks so much for putting in the effort to produce such great content!

  • @bernardolibertucio5483
    @bernardolibertucio5483 3 месяца назад +2

    This is EXTREMELY USEFUL. You explained better than 50 web pages, 5 YT tutorials and ChatGPT together, Thank You! :}

  • @ayushmishra8581
    @ayushmishra8581 4 года назад +2

    Teaching becomes very easy when you have a crystal clear idea about what your going to teach... ! Fireship is the best example of this.... Awesomely explained callback's and callback hell😎

  • @altSt0rm
    @altSt0rm 9 месяцев назад

    This is a programmer's beginner guide to Node.js . Perfect! Just what I was looking for.

  • @julelemaitre
    @julelemaitre 4 года назад

    Man, you're really good with these videos
    This one is the perfect start point for node

  • @duartelucas8129
    @duartelucas8129 2 года назад +2

    This channel is amazing. A framework about frameworks for people who want to frame their work and/or use frameworks!

  • @finlee98
    @finlee98 3 года назад +5

    I've been using python recently and I feel like my knowledge in nodejs is getting a little bit rusty, this is a really good refresher course.

  • @raghurrai
    @raghurrai 3 года назад +1

    LOVE your videos! An absolute joy to watch.

  • @devindesilva123
    @devindesilva123 4 года назад

    thank you for making these short snippet tutorial I love the content

  • @pkminime
    @pkminime 4 года назад +2

    Brilliant tutorial, brings together a lot of information in a very understandable way!

  • @croowwz
    @croowwz Год назад +1

    The way you explain the topic is very beautiful, so my mind needs someone to explain in this fast way

  • @hotakutsuki
    @hotakutsuki 4 года назад +2

    this guy is amazing. all your videos are so easy to understand, and practical..

  • @MoeElsadig
    @MoeElsadig 4 года назад +1

    I always find your videos enjoyable, even when it's a topic I already know the topic, cheers

  • @fieryscorpion
    @fieryscorpion 4 месяца назад

    Great video. Concise, clear and to the point! Thank you!

  • @redpie907
    @redpie907 Год назад +1

    I really love your videos, they helping a lot with just a few amount of information.

  • @AiguretDuren
    @AiguretDuren 3 года назад +2

    Good video! I recently played around with Deno and really enjoyed it. I like JavaScript and TypeScript both. One thing I'd really like to see is Node and Deno somehow fuse and take the best from both, provide options for things like native TypeScript, and so on.

  • @thriftykapila8420
    @thriftykapila8420 4 года назад +13

    Hi fireship, you are the best bro, make more structured content on node js, really looking for it. Love from India

  • @rafaelfigfigueiredo2988
    @rafaelfigfigueiredo2988 3 года назад +2

    hey thanks for making this video, I really struggled to learn Node.js this quarantine and when I saw this video,real late, I didn't bat a eye.
    Little did I know this was the one who got me interested in making node apps. You're the best!

  • @9403Andres
    @9403Andres 4 года назад +25

    That deployment in Gcloud blown my mind 🤯🤯

  • @letsbuildseries
    @letsbuildseries 3 года назад +1

    I've been coding for over 20 years and your video has been one of the better ways to learn, too bad you didn't exist years ago, maybe I could have gotten more out of Microsoft or IBM when I was younger and join as a developer upon being acquired.

  • @sokcheangprum3551
    @sokcheangprum3551 2 года назад

    Wow a fast explanation of Node plus how to do a hosting for another to check later on. Salute

  • @mariodiogo2596
    @mariodiogo2596 4 года назад

    Thank you,I'm starting learning Node.Js and your video came on right time

  • @xterminator2121
    @xterminator2121 3 года назад

    Great content!! Thank you for sharing, very easy to follow and very informative. Cheers!

  • @StEvUgnIn
    @StEvUgnIn 3 года назад +1

    These events are a quite interesting concept I saw in many libraries without understanding what they were doing.

  • @SridTech
    @SridTech 4 года назад +1

    Ever wondered that the outro made you feel like you achieved something great. I love the kick in it ❤️👌.

  • @codybishop7526
    @codybishop7526 3 года назад +2

    I just learned (finally) what a callback is. Thank you,

  • @yuvrajkukreja1248
    @yuvrajkukreja1248 Год назад +1

    this is the first time , i got understand almost every thing. in your web devlopment.... video(thanks👍👍)

  • @joshuaevans4301
    @joshuaevans4301 2 года назад +1

    I'm watching this to make sure it's good to share with a friend learning Node, and as soon as you mentioned NVM I knew this was fire. It's the only way to install Node as far as I am concerned, but it feels like it's still relatively unknown

  • @nkdreamer3300
    @nkdreamer3300 3 года назад +2

    This is my first time enjoying a coding tutorial

  • @martinsmeisters7645
    @martinsmeisters7645 3 года назад

    omg! i like your talking speed! it feels like i dont have to wait for something meaningful!

  • @Wenpen
    @Wenpen 4 года назад +1

    I just started learning node.js Thank god you made something like this

  • @SK-vg3mw
    @SK-vg3mw Год назад

    Very talented content creator! Thank you, your videos are awesome and very helpful!

  • @mannymorales7913
    @mannymorales7913 2 года назад +1

    Great video with awesome insights…thank you for sharing!

  • @subhasreem7808
    @subhasreem7808 3 года назад +1

    OMG ! THIS GUY CAN TEACH SO MUCH IN JUST 16 MINS. clear explanation of concepts though 👍

  • @technosoid2821
    @technosoid2821 3 года назад +2

    Very nicely explained, Thank you so much!

  • @sakshamkapoor5905
    @sakshamkapoor5905 4 года назад +16

    Damn Fireship is so on fire! Mad respect.

  • @yogeshdharya3857
    @yogeshdharya3857 11 месяцев назад

    Thanx for that background clapping sound at 4:25 . It actually motivated me ! 😇

  • @hichemfantar1965
    @hichemfantar1965 4 года назад +2

    Looking forward to more node js content keep it up!

  • @anmabr8470
    @anmabr8470 2 месяца назад

    This connected so many dots, thank you !

  • @subparmelon
    @subparmelon 3 года назад +2

    Really good content! I’ve been looking for something / someone to get me into Node, as I’m coming from a .NET background. Can’t wait to get into MERN. 🤙

  • @FriendlyDeveloper
    @FriendlyDeveloper 4 года назад +95

    Everyone : Perfect Tutorial doesn't exist!
    Fireship : HOLD MY BOTTLE

  • @anish9376
    @anish9376 2 года назад

    Whoever runs this channel I love u bro... Thankyou for all this amazing content

  • @chaiths7370
    @chaiths7370 4 года назад +1

    So much info in such a short video 🙏🏻

  • @Maldogle
    @Maldogle 4 года назад

    Your so amazing , about few minutes I understand almost nodejs

  • @mauro21523
    @mauro21523 Год назад +1

    Wow, I learnt more in 15 minutes, than 5 years in my University 🙀 congrats 👋👋👋!!!

  • @huytranhiepnguyen4132
    @huytranhiepnguyen4132 4 года назад

    this toturial is so useful. Your job is so amazing

  • @ahnafalnafis
    @ahnafalnafis Год назад +1

    One of the best crash course that I've ever seen ❤

  • @soulninjadev
    @soulninjadev 3 года назад

    I am sooo happy I found this channel!

  • @abdulghani786
    @abdulghani786 4 года назад +1

    Thank you, informative while and entertaining at same as always 😁🙌🏻

  • @mai-content4you
    @mai-content4you 4 года назад +45

    When you see 16:20 minutes of content from Fireship 🔥: I’m gonna be an expert at this sh*t!
    Thanks a lot for all those awesome videos bro!

  • @asmaakhalidy3775
    @asmaakhalidy3775 Год назад +1

    That was insightful, thank you 🙏!

  • @MrJatan90
    @MrJatan90 2 года назад +1

    awesome explanation, thanks so much mate!

  • @user-mo3cw6go7c
    @user-mo3cw6go7c 3 года назад

    Its amazing, i learn 3 curses of node on udemy and this short video.
    Make me understand

  • @pedromartindelcampogonzale9613
    @pedromartindelcampogonzale9613 2 года назад +2

    Wow you make it look so simple, amazing videos 😁👌

  • @panshak
    @panshak 2 года назад

    Your mode of teaching is second to none.

  • @nilavarasu4332
    @nilavarasu4332 10 месяцев назад

    Damnn the best short tutorial I've ever seen soo good!!

  • @omergronich778
    @omergronich778 4 года назад +2

    Awesome video. Would love to see a "unit tesing in 100s" kind of video from you.

  • @DigitalSwirls
    @DigitalSwirls 2 года назад

    Thank You! Amazing video. Great explenation.

  • @MrAbhay0007
    @MrAbhay0007 Год назад +1

    Perfect! We need some advanced Node.s video please.

  • @yajie7756
    @yajie7756 Год назад +1

    concise and clear, thanks!

  • @whistletoe
    @whistletoe 3 года назад +1

    Love the animation and pacing!

  • @mrashad_com
    @mrashad_com 2 года назад +1

    As always, a great job
    Thank you

  • @goodev
    @goodev 4 года назад +1

    Gr8 video! I'd be interested to see a deno intro + deploy with google cloud run. Cheers!

  • @latrechetaher6340
    @latrechetaher6340 4 года назад

    Thank u this video really helped me understand node a lot more

  • @sta_____rk
    @sta_____rk 4 года назад

    Wow. You have slowed down and reduced many of the meme glitches inside the video. Nice! That is a great move. Congrats and Thanks 👍

  • @Daniel-Deshaun
    @Daniel-Deshaun Год назад

    Oh my god this explains everything so eloquently thank you

  • @animebattles7367
    @animebattles7367 2 года назад +1

    Lol, you literally properly explained node js under 15 mins, a task that took other creators more than an hour.
    👍 nice job.

  • @oscarbarajas3610
    @oscarbarajas3610 4 года назад +1

    The selection of images, the speech and you personality make your videos so good. Im near to try your paid courses... Thanks for sharing knowledge man!

  • @venusha125
    @venusha125 2 года назад +1

    What a tutorial! Brilliant!

  • @user-rx5xu4fn8s
    @user-rx5xu4fn8s Год назад

    Wow! Very useful video! Thanks!🙏

  • @thriftykapila8420
    @thriftykapila8420 4 года назад +1

    You are the best, just a little request. Fireship,
    Kindly make a series for complete MERN stack web app. Also please teach Role based access control. and dashboard building...
    Lots of love, big time fan...

  • @krismatic_
    @krismatic_ Год назад

    Thank you Mr. Cory Butler for making this great content

  • @haraleyash196
    @haraleyash196 2 года назад +1

    Your videos are very informative and yet funny thanks ♥️🙏🌝

  • @rahulkumarlal
    @rahulkumarlal 4 года назад

    That's one of the best applause I have ever heard. Thanks

  • @Santiago-ky2fd
    @Santiago-ky2fd 4 года назад

    I ❤ your content! thanks for share you knowledge!

  • @chefboyrdee1
    @chefboyrdee1 Год назад

    honestly this was a great explanation

  • @siddhanasri9238
    @siddhanasri9238 3 года назад +3

    I thought I knew JS and then I went on to work on Java backend for 2 years... now I feel like a Fred Flintstone. Thanks Fireship for creating this vdo guide... opened my eyes 🔥

  • @chinmay9402
    @chinmay9402 2 года назад +1

    Such concise much appreciate

  • @user-oo9jp9qz6w
    @user-oo9jp9qz6w 5 месяцев назад

    Best Video, short but book of knowledge!

  • @randerins
    @randerins 4 года назад +1

    Amazing content, thanks a lot!