Composition vs Inheritance? You’ll understand it. Build your own web framework? You’ll do it. Typescript with React/Redux? It’s here!
This is the best course online for mastering Typescript.
Every other course online teaches you the basic syntax and features of Typescript, but only this course will show you how to apply Typescript on real projects, instructing you how to build large, successful projects through example.
Typescript is a ‘super–set’ of Javascript. That means that if you already know Javascript, you are ready to take this course. Typescript adds in several important features to Javascript, including a type system. This type system is designed to help you catch errors during development, rather than when you are running your code. That means you’ll be twice as productive by catching bugs earlier in development. But besides the type system, Typescript also provides several tools for structuring large codebases and writing truly reusable code.
Mastering Typescript by reading the documentation alone is challenging. Although you might know what a ‘typed array’ or an ‘interface’ is, the documentation (and other courses!) don’t show you where to use this features, or how to use them effectively. The goal of this course is to help you understand why each feature of Typescript exists, and exactly where to use them.
Instructor Details
Courses : 24
Specification: Typescript: The Complete Developer’s Guide
|
47 reviews for Typescript: The Complete Developer’s Guide
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 24.5 hours |
Year | 2022 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$84.99 $14.99
Philip Damra –
This course suffers from uneven pacing and too many examples that stray too far from the principles they’re supposed to be teaching. The most blatant example is where the instructor uses an example of a sorting algorithm to explain the concepts of interfaces and inheritance. The problem is that, first of all, the instructor spends a bunch of time telling us that the code we’re following along with is NOT the proper way to do things. Why are you wasting my time? Then, he proceeds to refactor the code several times using a simple example of sorting an array of numbers. After this, he shows us an implementation of an extremely complex algorithim of a link list to illustrate that they have the same interface. Why not just use an example of case sensitive sorting of strings for instance? Then, he completely abandons the concept of interfaces, refactoring the example to use inheritance. At this point I just got annoyed. I’m trying to learn about TypeScript, not OOP, not Linked Lists. Hopefully one of the other courses will be more direct and focused.
Alejandra Rocha –
Stephen and even some fellow students really do an amazing job of teaching us important details about TypeScript/JavaScript.
Martin Kristensson –
Highly recommend this course for any developer who wants to learn more about typescript both in the front end and back end usage. For express, react and redux part, you do need to get a bit familiar with them, otherwise it could be a bit hard to follow.
Victor Faria –
Editor setup was nice
Manoj Pathania –
Great Instructor, Clear instructions. What else we need?
Artyom –
I think is a good experience install prettier as the vendor of project. Plugin in IDE is bad practice
Mohammad Asadi –
Stephen teaches in perfect way.
Mihai Tudor Popescu –
It helps me understand TypeScript better and hopefully get better at my work
KeDai Belajar –
Highly recommend course for any developer who wants to learn more about typescript. Deep explanations, and OOP concept as a bonus
J.H. Broomans Warenaar –
Pesoonlijk vind ik het te kort door de bocht om iet af doen met ‘do a little troubleshooting here’.
Julien Troll –
very clear as usual
Jan Jongkees –
Very thorough. If possible leave out constant intro’s and extro’s.
Nicol s Carre o Hinojosa –
Good work!
Jingxi liao –
awesome!!
Randy Carlisle –
I really enjoy the examples given to explain the use.
Dev Team –
Everything is very clear and I was able to follow all of the steps.
Emma Morrison –
We use typescript at work, and while I had the basics, I needed an understanding of more advanced typescript concepts. The way Steven teaches these is really in depth and helps to understand when to use these concepts and why. If you want to learn how to use typescript effectively, this is a great course to start with.
Rinor Sadiku –
As exprected from Stephen Grider!
Steve Corbin –
This guy sound like he knows his stuff
Chirag Patel –
best course to learn typescript. I have around 25+ various courses in Udemy for react, nodejs, javascript, typescript etc.. all the courses are from best instructors. but i can say Stephen is best of the best.. whenever i want to learn new stuff i look for course from Stephen..
Thomas –
If you’re an absolute beginner with a little JS knowlege, this course is definately for you. It contains a lot of valuable knowlege and is very well presented. If you have already have knowledge of other programming languages / frameworks and you just want to learn typescript, this course will be a huge waste of time, since it’s target audience is as said beginners. Anyways, for beginners, this course is awesome. You’ll learn a lot in many different aspects.
Tom Brown –
It is giving me an in depth understanding of TypeScript. A decent knowledge of JavaScript is assumed but I have been working with JavaScript for a while and now want to learn TypeScript so the course is a good match for me.
Eric Princen –
This course was more valuable than I anticipated. Stephen’s courses are all great, but I found this one particularly useful for the React / Redux app I’m currently working on and it’s likely I’ll port the current PHP api back end to Express now. Typescript manages all the things I am feeling the pain of PHP missing. I recommend this course to anyone serious about writing modern web applications. And I recommend all of Stephen’s courses. I’ve lost count of the ones I’ve done.
Pedro Alvarez –
There is a lot to learn from this course.
Daniel Arausi –
very detailed explanations, Stephen Grider is a prolific teacher. I would definitely recommend this course to anyone looking to learn not just the syntax involved with typescript but practical design patterns used in real world projects.
Eugene Slastnikov –
It is a really useful course. I recommend it for beginners/middle level JS developers as it has a lot of excellent code examples and good practices. Thanks to Stephen for this incredible job!
Afsun Khammadli –
Great! I like your environment setup except the theme Solarized Light. I use Minimal Dark. 🙂
Alisher –
I believe this course has all you need to get started with TypeScript !
Pietro Cascione –
Great Course that goes really indepth on every aspect.
Julio Leiva –
Great teacher and awesome contents.
Rick Dawson –
Very thorough
Harjaap Dhillon –
incredible in depth content
Carlos Martinez –
a few videos in, liking the level of detail and general vibe so far
Trieu Dinh –
So far, the instructor does a great job of explaining different typescript subjects really well. I have not gotten to the project yet, but I am looking forward to it.
Joaquim MEDA –
Excellente formation TypeScript.
Phila Madondo –
Awesome course on Typescript! Very well structured material and concepts clearly explained.
Pankaj Sharma –
Really amazing course if you want to learn typescript.
Andrew Walker –
Yes a good match, already have a little js experience so able to follow easily. Course feels like it flows well and it’s good having the ‘what to expect’ sessions that explain the reasons behind how and why it’s being taught the way it is. Cheers.
brahim O uzhan YILMAZ –
Great course as always and as expected from Stephen Grider. He is the best programming teacher i’ve ever seen.
Nitz –
Stephen is a great teacher! detailed and real world examples. thankyou!
C J –
Grider once again offering a very thorough, clear, and concise course. When I decided I wanted to learn TS, and saw Grider had a couple courses on the subject, it was an instant buy. I do wish the course was updated to reflect Hooks, Contexts and more Function based components since the React community has largely moved away from Class based Functions. I’m starting to go over his React and Typescript: Build a Portfolio Project course now, so hopefully that is covered there.
Manoj Ramakrishnapillai –
Good!
Ross Maguire –
Always such a thorough and clear teacher. Thanks, Stephen!
Sarah Makai –
Very helpful
Yuanpeng Zheng –
Vert detailed & clear explaination
Marcelo Soffredi –
At the beginning, I thought the course went off the rails with a lot of large projects reviewing things that have nothing to do with TypeScript. But pretty soon everything started to make a lot of sense with a complete walk through the different options plus a practical example on when to use them that I could easily retain through my learning experience. I definitely recommend this course end to end.
Josh Baker –
Dude is a stud amazing teacher.