TypeScript Crash Course 2021 | The Basics From Scratch!

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024

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

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

    Use Promo Code "STACKR" for 20% off (first 200 people)
    PaperMoon resume templates that pass ATS filters and more
    papermoontech.com/pmcsrtk/codestackr

  • @jennie.q3438
    @jennie.q3438 3 года назад +12

    I've watched several videos explaining TS basic concepts, this one is the easiest to grasp. Thanks a lot and looking forward to further videos on using TS with React and Node :)

  • @iUmerFarooq
    @iUmerFarooq 3 года назад +9

    I just complete the Typescript course from other channels And you come up with this tremendous course 😉
    Thank you ❤

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

    Really good lightweight, easy going 40+ min tutorial, and will recommend. Good one bro.

  • @IkraamDev
    @IkraamDev 3 года назад +6

    I was thinking about learning TypeScript. Thank you!

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

    Typescript always gave me a fear of understanding but you made it overcome it with a lot of simplification. thanks!

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

    Thank you for making this video more useful.
    Learned concepts of TS.
    Love this video and subscribed.

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

    This one of the best typescript course I've found on youtube

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

    Best TS tutorial so far, It would be even better if you add a part 2 for this video (to include some advanced topics, too) also probably a video for TS in React.

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

    Coming from C/C++, Java, OOPs background, Typescript just feels like home! Thank you!

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

    You're good at what you do... I can recommend this to new joiners at the place I work.

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

    Was waiting for this so much !! Thx

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

    Awesome sir looking forward to go get advance training from you

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

    This was insane. Thank you so much.

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

    Awesome introduction. I look at TS as applying c# typing to JS.

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

    Sorry if this is a stupid question but in Classes and Interfaces
    since we're defining the type as string and number in the Interface, why do we need to repeat that in the Class?
    I thought that "Class implements interface" would be something like "extends"?

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

    Thank you!

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

    I like this :). Thank you for sharing on how to use Typescript for HTML Elements.

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

    if you don't like typing tsc again and again just type in terminal tsc -w this will watch your ts file

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

    Thank you! It was awesome

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

    Splendid!

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

    Thank you for this. These catch-up videos are invaluable.
    Coming back to JS every now and then from other (type-safe) languages, it still baffles and frustrates me as to why _modern_ Javascript (or, rather, ES) isn't type-safe by default.
    JS still feels like a junk, toy language, full of terrible design decisions. Most of which could have been fixed in modern standards. It's not like JS's problems aren't well known.
    The fact that we need tools like TypeScript says it all.
    And yet people keep defending JS, and hand-waving away all its flaws. It's like they never learned what a well designed programming language is supposed to look like, and so think that JS is some kind of best practice. Inertia can be a terrible thing...

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

    thank you it was great and quick ❤️

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

    Perfect timing sir. ❤️

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

    Bro if I one day become a front-end dev, it'll be partly because of u ^^

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

      😊 I wish you the best!

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

    Exactly the video I needed

  • @viniciusm.m.7822
    @viniciusm.m.7822 3 года назад +1

    Thanks, bro!

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

    This is really really helpful
    Thank you

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

    I was literally waiting for this course
    Edit: first lol

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

    Please make videos on Using React with TypeScript

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

    Awesome crash course...keep up the good work Sir

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

    great tutorial! thanks! on 24:43 what's the plugin that you used when you turn " to ` instantly on both opening and ending?

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

      It's called "Template String Converter"

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

    What theme are you using? I like the way the cursor.blinks!

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

      My theme :) marketplace.visualstudio.com/items?itemName=codestackr.codestackr-theme

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

      @@codeSTACKr thanks, I will check it out! Great video BTW 👌

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

    I really miss your useful videos which have a huge amount of knowledge.

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

    Thanks for the tutorial. What VS Code theme are you using?

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

      Thanks! Mine :) codeSTACKr Theme

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

    Thanks!
    Volume is low though.

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

    Let's learn TypeScript in STACKr style!
    BTW I have made a PR for the theme to improve somethings in TS

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

      Yes, I need to take a look at that. Thanks!

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

    I always wanted to learn more about typecript.
    Eventhough, I wish syntax is more like C# or Java.

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

    ❤️

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

    King of RUclips...

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

    so typescript yield at us a lot....
    Just joking great course. It's helped me a lot, to know TypeScript as I am new to JavaScript and want to learn TypeScript.
    Thank you

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

    Thank you !!!

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

    Hi,
    Really good vid, I started TS recently and your explanation has clearly help me to better understanding of this superset of JS.
    Thank a lot for your work ! 🙃

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

    Hi
    Could you please share your VS code settings

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

    what is the use of defer ?

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

    14:00

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

    typescript with react! Jest with react!

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

    Great tutorial, thank you. But where is indian accent?

  • @VK-yk7sx
    @VK-yk7sx 3 года назад

    CodeSTACKr Squad ❤️

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

    your voice puts me to sleep XD