What are/were your go-to resources for learning TypeScript?
Zubair Mohsin

Zubair Mohsin @zubairmohsin33

About: Full Stack Laravel Developer

Location:
Lahore, Pakistan
Joined:
Mar 4, 2019

What are/were your go-to resources for learning TypeScript?

Publish Date: Sep 14 '20
42 25

Cover image generated via blogcover.

Comments 25 total

  • Andrew Baisden
    Andrew BaisdenSep 14, 2020

    I am using this course right now by Maximilian Schwarzmüller its awesome udemy.com/course/understanding-typ...

    • Zubair Mohsin
      Zubair Mohsin Sep 14, 2020

      Thank you. I will check it out. To my surprise, its not on sale on Udemy 😂

      • Andrew Baisden
        Andrew BaisdenSep 14, 2020

        I just checked its on sale now so assuming you read this message in time maybe you can get it 😉 5 hours left.

        • Zubair Mohsin
          Zubair Mohsin Sep 14, 2020

          Udemy sales work on region base, I think. It's not on sale here.

  • Alexandru-Dan Pop
    Alexandru-Dan PopSep 14, 2020

    I think most things are out in the open. More from a React perspective, learning TS can be done following the advice from this article:

  • Anzhari Purnomo
    Anzhari PurnomoSep 14, 2020

    I am a 80% backend and 20% frontend dev, and my first journey into Typescript was from developing React frontend.Then, I brushed up the basic using this free course from Scrimba. Nowadays I am exploring Nest JS and learning more in depth Typescript with stronger typing and dependency injection.

    • Zubair Mohsin
      Zubair Mohsin Sep 14, 2020

      Thanks for sharing this course and good luck with your learning 🙏🏼

    • Andrew Baisden
      Andrew BaisdenSep 14, 2020

      I just learned how to use Node with TypeScript in an Udemy course. The teacher mentioned NestJS as an alternative to Express. It looks similar to Express I might try it in the future. So much to learn.

      • Anzhari Purnomo
        Anzhari PurnomoSep 15, 2020

        In a sense, Nest JS is actually quite different than Express, although Nest JS is built on top of Express.

        The one thing that really trip me up is how opinionated Nest JS is compared to Express, especially their dependency injection pattern. But after awhile, it will feel natural and you would be thankful to have structures in the code.

  • Abhigyan
    AbhigyanSep 14, 2020

    Documentation and @benawad .

  • Ron Newcomb
    Ron NewcombSep 14, 2020

    I just used the official Typescript website. Every once in a while I had a specific question but StackOverflow always had my back. :)

    • Zubair Mohsin
      Zubair Mohsin Sep 14, 2020

      I must admit that TypeScript handbook on website is really well written 👌

  • Avinash
    AvinashSep 15, 2020

    This typescript exercise has helped me a lot.

  • Meat Boy
    Meat BoySep 15, 2020

    Docs ;)

  • Mitch Stanley
    Mitch StanleySep 15, 2020

    I really enjoyed executeprogram.com. The JS courses are good, too.

    • Zubair Mohsin
      Zubair Mohsin Sep 15, 2020

      It's an interesting approach to learn step by step. Thanks for sharing this :)

  • Nathaniel
    NathanielSep 15, 2020

    read the documentation and build something yourself is the best way to do it I believe.

    • Eric Sundquist
      Eric SundquistSep 15, 2020

      The TS documentation is surprisingly good.

      • Zubair Mohsin
        Zubair Mohsin Sep 15, 2020

        Couldn't agree more. Handbook is amazing 👌

  • Michel Balamou
    Michel BalamouSep 15, 2020

    I learned typescript by learning NodeJS. I learned it using this udemy course and from the official ts documentation. The best way to retain what you learned is by coding a project, which I did by making a backend for my custom iOS app.

  • Brian Barbour
    Brian BarbourSep 15, 2020

    Changed my files to be .ts. Cried about the errors and red squigglies. Fixed them one by one. Learned typescript in the process.

  • Naeem
    NaeemSep 20, 2020

    Learn TypeScript: The Complete Course for Beginners by a Netflix engineer Patrick Desjardins is a great place to start for beginners.

Add comment