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

  • @vigovlugt
    @vigovlugt 2 года назад +2397

    Programming isn't about what you know; it's about making the command line look cool

  • @mykalimba
    @mykalimba 2 года назад +667

    Programming isn't about what you know; it's about how fast you can clone the repo and cheat the contest by peeking the source code.

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

      TBH, thinking outside of the box is a good skill for a programmer too

    • @codexed-i
      @codexed-i 2 года назад +2

      UR INSANE GUY

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

      Or just unpgk

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

      copied?

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

      @@parzh thinking outside of the box is just the way you manipulate the cloned repo source code to build your own

  • @ALXG
    @ALXG 2 года назад +683

    Programming isn't about what you know; it's about how fast you stackoverflow

  • @christianpayne522
    @christianpayne522 2 года назад +167

    The only reason I got all questions right the first time was because I watch this channel. Keep up the good work Jeff!

  • @robhartle1849
    @robhartle1849 2 года назад +266

    Fireship: NEVER fails to fulfill a promise. ❤️

    • @Vicer_Exciser
      @Vicer_Exciser 2 года назад +24

      As long as you don’t mind awaiting it

    • @avetisdn7849
      @avetisdn7849 2 года назад +11

      Yeah. Or like "never reject to resolve a promise"

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

      Haha, glad others found the joke here.

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

      Even async ones

  • @rishabkoul6222
    @rishabkoul6222 2 года назад +66

    Programming isn't about what you know; it's about making the command line look cool You literally made me upgrade my node js to do this

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

      @Nimstad guess I was not smart enough 😅

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

      Lmao

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

      Make sure all your other projects are working

  • @Mr.Andrew.
    @Mr.Andrew. 2 года назад +12

    One of the coolest parts of watching you over the past couple of years is seeing your progress. Amazing really!

  • @CleverProgrammer
    @CleverProgrammer 2 года назад +15

    YOOOO THIS VIDEO IS SICK!!! I was looking to build my own command line tool. Thank you!!!

  • @PhilipAlexanderHassialis
    @PhilipAlexanderHassialis 2 года назад +11

    Oi! My packages aren't useless! Stellar job as usual Jeff, your videos are always a joy.

  • @Bell_420
    @Bell_420 8 месяцев назад +2

    2 min in and I learned like 5 things a 5 hour tutorial didn't tell me, 2 more min in and ive leraned 5 more things. Love this channle

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

    i like this one a lot! the lesson was bite-sized and has an easy-access interactive game. you've obviously been putting a lot of thought into these latest videos!

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

    This is the most useful tutorial I've seen for this topic! Thank you so so much for your work!

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

    This is really cool! I followed along to make a little smart contract invocation tool, my first console app. Works a charm and looks awesome thanks to you!

  • @lauralegerofficial
    @lauralegerofficial 2 года назад +7

    Another video from my favorite RUclipsr.
    Your videos have helped me so much, thank you Fireship.

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

      I can't believe I got noticed by Fireship! Also somehow when I edited this comment I lost the little highlight from fireship.

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

      Programming isn't about what you know; it's about making the command line look cool

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

      @@lauralegerofficial I guess it's possible that RUclips automatically removes the heart if you edit the comment. I imagine a lot of people would abuse it otherwise.

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

      @@lauralegerofficial lol get rekt

  • @adam-the-dev
    @adam-the-dev 2 года назад +86

    By the way, the built-in "util" dependency lets you "promisify" callback functions.
    const sleep = require("util").promisify(setTimeout);
    ...
    await sleep(2000);

    • @TheJobCompany
      @TheJobCompany 2 года назад +11

      also left-pad left pads a string, btw

    • @FC-ei6kw
      @FC-ei6kw 2 года назад +7

      Better to use the setTimeout function from timers/promises.

    • @yuzuru1848
      @yuzuru1848 2 года назад +8

      you cannot use top-level-await outside modules
      import { setTimeout as sleep } from "timers/promises"
      await sleep(2000)

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

      Hmm, but you still don't have a built-in promise-like sleep function, you still need to declare it...

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

      @@HuntingKingYT It is built-in, just not global.

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

    Imagine building all of it without any packages. That would be a nice and informative video to watch.

  • @marwan.v1511
    @marwan.v1511 2 года назад +1

    First of all, that was a super cool and amazing video.
    second, you just gave me an idea that I'm going to do right now.
    BEST Channel, keep it up

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

    I love this video - I'm new to JS and seeing you break down all these useful packages is super cool! Thanks :)

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

    I actually have encountered so many useful videos from you, that I decided to subscribe. Thank you, sir.

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

    Every video of yours I watch makes me want to replicate all the cool JS libraries you show in the languages I know.

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

    I know java script just about as well as I know Chinese and I couldn't tell you a single Chinese word to save my life. This video was a mostly irrelevant autoplay, yet I watched the entire video. Watched partially because I've always been fascinated by the seemingly limitless potential of code but also because I was genuinely impressed by the presentation.

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

    I had the idea to build a small cli game using node for a role I'm applying, this helped me immensely, thanks!

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

    Had my PC open to repo of CLI tool our company ships, need to rewrite the whole and this video pops up on my feed. awesome 😎.
    thanks for great content.

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

    Another great video as always. Really looking forward to the full Prisma tutorial

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

    I remember when I created my first cli at 12 yrs old, 25 years ago. Had no internet, no tutorial. Just wanted to make an rpg with what I knew of programming at the time.

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

    Programming isn't about what you know; it's about making the command line look cool.
    Though I'm late, but this quiz is really nice. I love your videos and they have been helping me with motivation to code. Thanks Fireship

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

    The amount of content you are posting, i am liking it.

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

    You are pumping out content. Love it!

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

    Dude you're a coding beast on a another level in terms of your creativity, content and short & sweet presentations without having showing your face as yet

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

      Watch RUclips tutorials, find problems then google solutions until you lose your mind and you go to sleep, you wake up and you have an incredibly simple solution in mind that you somehow missed staring at the screen for hours.
      Coding is mostly just staring at the screen wondering why it doesn't work, the rest of it is starting at the screen wondering why it does work.

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

    Dude I've been working with javascript for 8 years and I just now learned that string literals in javascript insert line breaks... my mind is blown.

  • @lord-sive
    @lord-sive 2 года назад +1

    Programming isn't about what you know; it's about improving technology

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

    Is it just me or does this video get BETTER each time?

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

    Your sense of humor is amazing...

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

    Legend of the Red Dragon was one of the best command line/BBS door games ever made.

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

    Much awaited topic. Thank you sir.

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

    This guys videos are so good atm!

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

    Good project. Observation: minute 3:03, use setTimeout(ms), from 'timers/promises'.

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

    It's amazing how colors speak to me even in CLI :D

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

    Programming isn't about what you know; it's about making the command line look cool
    I think i wasn't the fastest XD
    That was funny :D

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

    This video was awaited asynchronously!

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

    wow i was shocked seeing you used node for this, this is really awesome

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

    2:11 the "Hi mom" hurts a lot now. Take care fireship we are very proud of you.

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

    Any update on when you'll be covering Lua? I saw somewhere it's on your to-do list, it's the language that first got me into programming so am quite excited for that one! :D

  • @ab.3800
    @ab.3800 2 года назад

    I did stuff like this learning perl but with the actual terminal escape codes, that was a fun exercise lol

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

    bruh, you have a strong command on programming. Great work again. 👍

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

    This is crazy. I just simply built this using FP with Python, then proceed to build it with OOP and this just got recommended? Crazy.

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

    Programming isn't about what you know; it's about making the command line look cool
    🔥🔥🔥

  • @Ardens.
    @Ardens. 2 года назад

    What do you use to screen record? The resolution is so crisp!

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

    ASCII art will always be nice, what ever year it is :D and damn it, failed on fifth question, so close to a milion! :D

  • @maximood-tired
    @maximood-tired 2 года назад

    thank you bro this is exactly what i need right now

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

    Programming isn't about what you know; it's about making the command line look cool
    I might be late, but I'm proud I made it to the end :)

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

    Finished the Quiz 🎊

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

    Programming isn't about what you know; it's about making the command line look cool!

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

    This is awesome Jeff!!

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

    As always, learnt a lot in a very short time, Thanks

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

    "the one thing that makes developer
    different than the common people out there
    is the command line" - thanks for saying this 😎

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

    Also, it would be interesting to see short video about cli theme engines, like oh my posh and so forth

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

    Brooo, I can't believe I showed up in your video! I'm not sure how I was the first comment for the colors.js sitation either, that was some crazy random timing for how big of a thread that turned into 😅

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

    Great tutorial! Straight to the point!

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

    Programming isn't about what you know; it's about making the editor look cool

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

    Programming isn't about what you know; it's about making the command line look cool
    And it's absolutely true

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

    awesome video i used chalk all the time but didn't know there was a package for gradient

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

    Very good sir, you are JavaScript expert

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

    Programming isn't about what you know; it's about making the command like look cool.

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

    In just 6:24 min. you explained too much useful tools/libs, thank you very much

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

    Programming isn’t about what you know; it’s about making he command line look cool

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

    I was looking for lists like the ones you can create with 'Inquirer'. Thank you.

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

    It freaking amazing to have your bug in the news.

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

    You should encrypt/hash the result string from the source code next time!

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

    I learned alot of things,
    thanks man!

  • @webdecodedwithfahad4414
    @webdecodedwithfahad4414 2 года назад +8

    Programming isn't about learning , it's about learning from fireship 😍

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

    If were to do it now can I still get a hoodie, or was that a limited time thing?

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

    Programming isn't about what tou know; it's about making the command line look cool

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

    Awsome video. I cant wait to build something.

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

    U R best programming channel in youtube

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

    BRUH THIS CONTENT IS SO GOOD

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

    Although I'm not js developer, your content is amazing educational and entertaining at the same time
    Great video!

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

    Programming isn't about what you know; it's about making the command line look cool (with the help of stack overflow)

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

    JS has becoming the new Python with so many packages!!!!

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

    literally 90% of the comments: Programming isn't about what you know; it's about making the command line look cool , me : ;-;

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

    "To publish all your useless packages" 😂 . I love this channel, laugh every video.

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

    Super useful :)

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

    `Programming isn't about what you know; it's about making the command line look cool`

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

    a better way of doing it is instead of having separate question functions for the questions is having one with some parameters, for example: one for the question, one for an array of options, then one for the index in the array to specify which one is the correct one. That was how I did it. (You could also have an array of indexes if you have multiple correct answers)
    DRY

  • @mirohradsky
    @mirohradsky 2 года назад +20

    Programming isn't about what you know; it's about making the command line look cool

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

    Programming isn't about what you know; it's about making the command line look cool!

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

    Programming isn't about what you know; it's about making the command line look cool

  • @dgcp354
    @dgcp354 2 года назад +11

    Programming isn't about what you know; it's about making the command line look cool

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

    Programming isn't about what you know; it's about making the command line look cool

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

    Programming isn't about what you know; it's about making the command line look cool

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

    Programming isn't about what you know; it's about making the command line look cool

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

    Programming isn't about what you know; it's about making the command line look cool

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

    Programming isn't about what you know; it's about making the command line look cool

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

    Programming isn't about what you know; it's about making the command line look cool

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

    Programming isn't about what you know; it's about making the command line look cool

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

    Programming isn’t about what you know; it’s about making the command line look cool

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

    Programming isn't about what you know; it's about making the command line look cool

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

    Programming isn't about what you know; it's about making the command line look cool

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

    Programming isn’t about what you know; it’s about making the command line look cool

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

    Programming isn't about what you know; it's about making the command line look cool