Understanding TypeScript - 2022 Edition

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udemy course.

Don't limit the Usage of TypeScript to Angular

Reddemy may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udemy. Thank you for using these buttons to support Reddemy.

Taught by
Maximilian Schwarzmüller

Reddit Posts and Comments

0 posts • 10 mentions • top 10 shown below

r/javascript • comment
2 points • lesolorzanova

https://www.udemy.com/course/understanding-typescript/

r/Angular2 • comment
1 points • majufes

I find Maximilian Schwarzmuller the best tutor ever. His Angular course covers a lot of TS, but he’s done some course about TS as well: https://www.udemy.com/course/understanding-typescript/

r/javascript • comment
1 points • magenta_placenta

The point of typescript is to help catch mistakes early through a type system and to make javascript development more efficient. Typescript is not necessary, but adds a lot of value.

It's worth learning simply because you will find yourself working in it one day. Do your small hobby projects need it? No, but the sooner you start learning it, the better off you will be when it comes to future employment.

Understanding TypeScript - 2020 Edition by Maximilian Schwarzmüller is a good course to get you started. Wait for it to go no sale, though, just leave that page open in a browser tab and refresh it every day. Pick it up when it goes on sale for $10 or $15 - udemy courses go on sale all the time. You can also try purchasing it in incognito mode where you might see that $10 or $15 price.

r/Angular2 • comment
1 points • C0deBl0cker

Yeah, i'm planning to do the typescript course before jumping into the angular course so I can have typescript understanding. So you were mentioning this course covers everything angular related atleast the important topics so after completing this course would this help me be in a stage to build applications from scratch on my own?

At this point if you have to do your journey again, after javascript will you still be going with angular or will you go with react?

r/learnprogramming • comment
1 points • LuckystrikeFTW

It may be just me but I would skip going through a full course of JS and just go with a full course for typescript. I think a crash course to learn syntax and a bit of semantic is enough to go for typescript if your goal is to learn typescript fast.

Here is the typescript course that I used to learn it: https://www.udemy.com/course/understanding-typescript/

As you can see it gets updated when major changes happen and personally the style of teaching from Maximilian Schwarzmüller is great.

r/reactjs • comment
3 points • Sincjefe

No course is gonna teach you everything but the course I learn typescript was :https://www.udemy.com/course/understanding-typescript/

to get a better understand of typescript I read the book: effective typescript. Such a great book. to learn typescript with react you can use Ben award :

React typescript: https://youtu.be/Z5iWr6Srsj8 Generics with typescript: https://youtu.be/nViEqpgwxHE

But the way I learn generics with react was with tiny house react course. It’s a really long course I haven’t even finish it as yet but I have learned so much such as: graphql, Apollo and how to build a learn scale app.

r/reactjs • comment
1 points • tomcarter21

I really recommend courses from Stephen Grider and Sebastien Schwarmuller from udemy.

https://www.udemy.com/course/react-redux/

https://www.udemy.com/course/understanding-typescript/

r/learnjavascript • comment
1 points • up_yer_kilt

I’ve been programming javascript for 15 years and needed a refresher on React. IMO, Max’s course on Udemy is fantastic and cheap (~$20) with ~500 videos. He’s easy to follow and teaches you the older React first (ie. Components, redux, ...) then jumps into newer react (ie. Functional components, hooks, ...). He also shows you a wee bit of hosting using firebase. If OP plans on doing instructional videos, Max is a good showcase and he is quite simple, organized, friendly. After the course, I would suggest taking his typescript course (much better way to develop solid js practices and up your js professional game). After that, watch Ben Awad’s 14 hour YouTube video to create a Reddit clone. You will learn a lot of new, awesome libraries to use with React ORM database principles, node.js, etc. If you do all this, you are a master in no time.

https://www.udemy.com/course/react-the-complete-guide-incl-redux/

https://www.udemy.com/course/understanding-typescript/

https://youtu.be/I6ypD7qv3Z8

r/node • comment
1 points • Expiar

First of all, thank you for answering.

So until now I just completed courses. Those are the courses I finished:

https://www.udemy.com/course/the-complete-javascript-course/

In this course, I learned JavaScript fundamentals, data structures, functions, classes, asynchronous behavior, etc. It was 68 hours course.

​

Then I completed two Node.js Courses:

https://www.udemy.com/course/the-complete-nodejs-developer-course-2/

https://www.udemy.com/course/nodejs-express-mongodb-bootcamp/

​

In these courses, I learned Node.js and heavily Express and MongoDB.

I build 2 big projects with these topics. Express side, I created routes, route handlers, middlewares, and some related topics. MongoDB side, I created databases and models, relationships between models, CRUD operations, also some MongoDB middlewares.

​

Also, I finished two TypeScript courses:

https://www.udemy.com/course/understanding-typescript/

https://www.udemy.com/course/typescript-the-complete-developers-guide/

​

But the problem is that until now I just listen to teachers on these courses, I write codes with them, I take notes, I also finish code challenges in these courses. I only write codes with their guide. I don't know what to do next to become a really good back-end developer.