I have started learning TypeScript and this is the perfect tutorial for me. I will love to see something more advanced with real world examples. Thanks for making this!
Clean as always. Now we need the main things on TypeScript for React and Next.js, like what we need to know if we want to swap from JSX to TSX, the syntax and changes, etc.
Pedro, your teaching method, simple examples and super understandable English (maybe because we are both Brazilian) make me understand much more easily than other tutorials, please don't stop producing this content! 🚀
Quick comment 1) Awesome video, straight to the point and tons of value thanks a lot 2) As a former Java developer, this is actually pretty hilarious to me. TypeScript is literally Java applied to JavaScript.. I have been using every concept in this video in my Java experience so that makes it very easy to learn for me as well which is great 👍 Looking forward to watch your next vid on React+TS
I was putting off TypeScript for a very long time because I mostly do one-off projects. JavaScript got the job done. I will soon be starting off contract based work with other devs too and even though they've not asked me whether I know TS or not, I just wanted to future proof myself and learn TS. Thanks a lot Pedro for these amazing and easily digestible videos. Great work and I'm gonna move next to your TS video for React. 🚀✨
thanks a lot for the very nice content as usual. I'm a bit disappointed with this one because I expected that it would be a real crash course but it's actually just a beginner course. Hoping that your next one w'll go deeper with typeof keyof mix of keyof typeof, pick, map etc.
Yeah, I get what you mean! I wanted to keep it under 1 hour so i tried to sprinkle some more advanced stuff like generics and such, but I could've definitely taught more. But my philosophy is also to learn the basics and start building stuff, the advanced stuff will be learned when you encounter a situation where you need it.
@@PedroTechnologies By your repply I just realize that we have requirements while you give us value for free 😆. And moreover I got a real good job as a react developer since 8month thanks to your videos and your junior content. So don't mind my last comment 😃 Thank you Pedro
@PedtroTech Instead of typing and running two separate commands tsc and then node tutorial.js, you can chain them into a single command sequence: tsc && node tutorial.js This would avoid few keystrokes
great video! Helped me a ton :) Can you tell me which theme are you using in VSC and which Prettier? I've installed the one with milions of downloads, but it's doing almost nothing. I see your shows you the errors when you hover, and also it also light up red. Thx in advance :)
Nahh I will review it, no need to pay. Great vid idea! Send me your resume through my email (pedro@pedrotech.co) with the subject following text as the subject: "Resume/Review". If you are willing to have your resume be part of a vid,
Hey Pedro , I wanted to tag your linkedIn to my post, as you have helped me to integrate enums with my project that I am working on, however i clicked the link to your linkedIn account and it shows a 404
I have started learning TypeScript and this is the perfect tutorial for me. I will love to see something more advanced with real world examples. Thanks for making this!
Clean as always. Now we need the main things on TypeScript for React and Next.js, like what we need to know if we want to swap from JSX to TSX, the syntax and changes, etc.
Working on it!
I looked over on lot of places to find a new course and lot of them are very old. 😀
Thanks for this SIMPLE & UPDATED typescript course.
Pedro, your teaching method, simple examples and super understandable English (maybe because we are both Brazilian) make me understand much more easily than other tutorials, please don't stop producing this content! 🚀
Happy to hear that!
Quick comment 1) Awesome video, straight to the point and tons of value thanks a lot
2) As a former Java developer, this is actually pretty hilarious to me.
TypeScript is literally Java applied to JavaScript.. I have been using every concept in this video in my Java experience so that makes it very easy to learn for me as well which is great 👍 Looking forward to watch your next vid on React+TS
Typescript Zero to Hero, detailed course material. ❤
I was putting off TypeScript for a very long time because I mostly do one-off projects. JavaScript got the job done.
I will soon be starting off contract based work with other devs too and even though they've not asked me whether I know TS or not, I just wanted to future proof myself and learn TS.
Thanks a lot Pedro for these amazing and easily digestible videos. Great work and I'm gonna move next to your TS video for React. 🚀✨
best tutorial ever very quick and crisp and it had covered a lot of topics ❤🔥❤🔥
mann his explanation is epic... kudos
Excellent tutorial, easy to understand. Thank you Pedro!
Thank you Pedro, what a tutorial!
Very concise and complete tutorial. Thanks!
Hi pedro, nice video!
Could you do a tutorial for intermediate/advanced TS?
Yess, lots of people are asking for it! I shall provide!
Thx really need this tutorial 🙏🏻
Do one for TypeScript in React and how to use TypeScript with Hooks and props
Wow.. you made me love TS
put my roadmap based on your videos, thanks a lot
Great content and helped me a lot , Thank you for amazing job sir, wish you all the best
Amazing tutorial, thank you
Very clear and instructive, got me subscribed directly ;)
Pedro your way of teaching in good!
thanks a lot for the very nice content as usual. I'm a bit disappointed with this one because I expected that it would be a real crash course but it's actually just a beginner course. Hoping that your next one w'll go deeper with typeof keyof mix of keyof typeof, pick, map etc.
Yeah, I get what you mean! I wanted to keep it under 1 hour so i tried to sprinkle some more advanced stuff like generics and such, but I could've definitely taught more. But my philosophy is also to learn the basics and start building stuff, the advanced stuff will be learned when you encounter a situation where you need it.
@@PedroTechnologies By your repply I just realize that we have requirements while you give us value for free 😆. And moreover I got a real good job as a react developer since 8month thanks to your videos and your junior content. So don't mind my last comment 😃
Thank you Pedro
Good approach
Thank you. This is awesome...
@PedtroTech
Instead of typing and running two separate commands tsc and then node tutorial.js, you can chain them into a single command sequence:
tsc && node tutorial.js
This would avoid few keystrokes
Thank you Pedro
Thanks!
Thank you so much!
Great work keep going forward... Keep going on tutorials on typescript in next js front-end and back end with redux toolkit
used your tutorial thank you.
Awesome video! Please what is the name of the theme you're using mate?
Waiting for this tutorial ❤
Hope you like it!
Very helpful video! Thanks a lot for👏
Make a video on TypeScript for React
Great video Pedro!
you are the best bro thank you for makes this video
What do you recommend for state containers on React or NextJS apps?
Thanks
Thank you so much!
I was waiting for it thank you Pedro 👍
Hope you enjoyed it!
Nice, you can make a refresh course for React? and maybe after one for next.js or some backend node.js/express
Thanks for this video❤❤
My pleasure 😊
great video! Helped me a ton :) Can you tell me which theme are you using in VSC and which Prettier? I've installed the one with milions of downloads, but it's doing almost nothing. I see your shows you the errors when you hover, and also it also light up red. Thx in advance :)
Thanks, man!❤
2024-11-20 02:04 PM
I LITTERALLY WANT TO LEARN TYPESCRIPT YESTERDAY
Yessss, Thanks for the video
Hope you enjoy it! Lmk if you have any feedback, positive or negative :)
Do you think assigning static type to a function returning object from API call is necessary??
37:08 what's the point of the string at right of each enum declared?
When I run the command node tutorial.ts in terminal, I get no output at all like yours does, anything im doing wrong?
Hey Pedro 😊❤
Hey!!
what's the difference between "any" and "generics" in this case then? 40:24
Can you tell me the name of the extension that shows suggestions when u write in terminal like "npm install -g typescript". It shows when u write -g.
i have a doubt if i complete this course i can move for react for typescript?
Hey Pedro, do you do resume/portfolio reviews? Wanted to know if I can send you my resume, will of course pay for the services.
Nahh I will review it, no need to pay. Great vid idea! Send me your resume through my email (pedro@pedrotech.co) with the subject following text as the subject: "Resume/Review". If you are willing to have your resume be part of a vid,
@@PedroTechnologies Would love that! Will send to you tonight.
please what vscode theme are you using
What is that theme?
Yeah great bro
why not use ts-node?
When type is obvious please don't use definitions. It's a TypeScript rule. The same with string etc.
let id: number = 5; is wrong.
Typescript is JavaScript
Hey Pedro , I wanted to tag your linkedIn to my post, as you have helped me to integrate enums with my project that I am working on, however i clicked the link to your linkedIn account and it shows a 404
Nice introduction to TypeScript. Thanks, Pedro
{2024-05-27}
Great content and helped me a lot , Thank you for amazing job sir, wish you all the best
Great content and helped me a lot , Thank you for amazing job sir, wish you all the best
Great content and helped me a lot , Thank you for amazing job sir, wish you all the best
Great content and helped me a lot , Thank you for amazing job sir, wish you all the best