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!
@shanumittal4592Күн бұрын
Knowledgeable tutorial. Thanks Pedro. 👌👍
@nanaa82922 ай бұрын
Thanks!
@PedroTechnologiesАй бұрын
Thank you so much!
@alexvass5 ай бұрын
Thanks
@PedroTechnologies4 ай бұрын
Thank you so much!
@marwantraiki34997 ай бұрын
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.
@PedroTechnologies7 ай бұрын
Working on it!
@rodofs7 ай бұрын
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! 🚀
@PedroTechnologies7 ай бұрын
Happy to hear that!
@Suresh06-w5w7 күн бұрын
Nice tutorial 👍🏻
@ImHansana1234 ай бұрын
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.
@tinny776 ай бұрын
37:08 what's the point of the string at right of each enum declared?
@AndakimoProductionsАй бұрын
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
@HaifengZhu-pn3uq26 күн бұрын
very clear
@namanjoshi50893 ай бұрын
mann his explanation is epic... kudos
@konynunez3 ай бұрын
Excellent tutorial, easy to understand. Thank you Pedro!
@ead55906 ай бұрын
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. 🚀✨
@tonsantos217 ай бұрын
Very concise and complete tutorial. Thanks!
@adminpower71547 ай бұрын
Thx really need this tutorial 🙏🏻 Do one for TypeScript in React and how to use TypeScript with Hooks and props
@georgebassey39113 ай бұрын
Thank you Pedro, what a tutorial!
@henyadose7 ай бұрын
Waiting for this tutorial ❤
@PedroTechnologies7 ай бұрын
Hope you like it!
@rekeo10647 ай бұрын
Hi pedro, nice video! Could you do a tutorial for intermediate/advanced TS?
@PedroTechnologies7 ай бұрын
Yess, lots of people are asking for it! I shall provide!
@aaadesh6 ай бұрын
Typescript Zero to Hero, detailed course material. ❤
@saiharshapingali75772 ай бұрын
best tutorial ever very quick and crisp and it had covered a lot of topics ❤🔥❤🔥
@AhmedEu3 ай бұрын
Wow.. you made me love TS
@SunriseF-o4i3 ай бұрын
Great content and helped me a lot , Thank you for amazing job sir, wish you all the best
@BaselMohab4 ай бұрын
Amazing tutorial, thank you
@augamage3 ай бұрын
Thank you. This is awesome...
@WO0Odzy5 ай бұрын
Very clear and instructive, got me subscribed directly ;)
@lokeshkavisth7 ай бұрын
Thanks for this video❤❤
@PedroTechnologies7 ай бұрын
My pleasure 😊
@jovanvukomanovic15277 ай бұрын
Great video Pedro!
@MrCoder-u9y7 ай бұрын
Pedro your way of teaching in good!
@alireza54304 ай бұрын
put my roadmap based on your videos, thanks a lot
@bastienv62337 ай бұрын
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.
@PedroTechnologies7 ай бұрын
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.
@bastienv62337 ай бұрын
@@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
@daeralbra5 ай бұрын
Good approach
@billy-russ006 ай бұрын
what's the difference between "any" and "generics" in this case then? 40:24
@smnomad92767 ай бұрын
Awesome video! Please what is the name of the theme you're using mate?
@044m.kishor97 ай бұрын
you are the best bro thank you for makes this video
@moizahsan93836 ай бұрын
Thank you Pedro
@haiderjaafer81647 ай бұрын
Great work keep going forward... Keep going on tutorials on typescript in next js front-end and back end with redux toolkit
@pallavipatil82705 ай бұрын
Very helpful video! Thanks a lot for👏
@EmmanuelAwuzie5 ай бұрын
used your tutorial thank you.
@nexusrkyt46127 ай бұрын
I was waiting for it thank you Pedro 👍
@PedroTechnologies7 ай бұрын
Hope you enjoyed it!
@Jael__7 ай бұрын
I LITTERALLY WANT TO LEARN TYPESCRIPT YESTERDAY Yessss, Thanks for the video
@PedroTechnologies7 ай бұрын
Hope you enjoy it! Lmk if you have any feedback, positive or negative :)
@andresaliba7 ай бұрын
What do you recommend for state containers on React or NextJS apps?
@Venom-hb6mb7 ай бұрын
Nice, you can make a refresh course for React? and maybe after one for next.js or some backend node.js/express
@nilachalsethi53867 ай бұрын
Make a video on TypeScript for React
@SkyrimBeastКүн бұрын
Just throwing this out there about the use of any in Typescript. If your website is on Netlify, using any will cause an error in its build process. Example below: export interface Card { title:any; }
@kpavan44 ай бұрын
@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
@Papu-px5pc3 ай бұрын
Do you think assigning static type to a function returning object from API call is necessary??
@afaqahmad89187 ай бұрын
Hey Pedro 😊❤
@PedroTechnologies7 ай бұрын
Hey!!
@shillengodАй бұрын
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 :)
@minswanpyae65943 ай бұрын
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.
@Syed1Ай бұрын
When I run the command node tutorial.ts in terminal, I get no output at all like yours does, anything im doing wrong?
@godofwar82627 ай бұрын
Yeah great bro
@AnweshAdhikariАй бұрын
Thanks, man!❤ 2024-11-20 02:04 PM
@mitch16687 ай бұрын
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.
@PedroTechnologies7 ай бұрын
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,
@mitch16687 ай бұрын
@@PedroTechnologies Would love that! Will send to you tonight.
@PARTHIPRASATH6 ай бұрын
i have a doubt if i complete this course i can move for react for typescript?
@daniel-fi7be7 ай бұрын
please what vscode theme are you using
@losmandev5 ай бұрын
why not use ts-node?
@asustufa15157 ай бұрын
What is that theme?
@ovocado99656 ай бұрын
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.
@Chuntech3 ай бұрын
Typescript is JavaScript
@welldiscerned75407 ай бұрын
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
@Pareshbpatel7 ай бұрын
Nice introduction to TypeScript. Thanks, Pedro {2024-05-27}
@SunriseF-o4i3 ай бұрын
Great content and helped me a lot , Thank you for amazing job sir, wish you all the best
@SunriseF-o4i3 ай бұрын
Great content and helped me a lot , Thank you for amazing job sir, wish you all the best
@SunriseF-o4i3 ай бұрын
Great content and helped me a lot , Thank you for amazing job sir, wish you all the best
@SunriseF-o4i3 ай бұрын
Great content and helped me a lot , Thank you for amazing job sir, wish you all the best