how is he still in school at the recording of this video? he's a freaking genius!
@apeiron44093 жыл бұрын
nice tutorial! Want to watch more typescript video!
@PedroTechnologies3 жыл бұрын
Plan on making more! Thank you!
@AsinHonore6 ай бұрын
Thanks a lot 🙏we really appreciate your videos
@mdmoinmoin88882 жыл бұрын
Thank you so much this was the only video that helped me.
@milanthakur4975 Жыл бұрын
❤
@juanpabloarroyave91563 жыл бұрын
Thank youuuu, i start learn typescript
@Landon_Hughes3 жыл бұрын
This is a great getting started with TypeScript guide! Thanks!!
@davidlin85892 жыл бұрын
Does it need the webpack to support the outdir and the outfile variable? It doesn't show this error message - "error TS6082: Only 'amd' and 'system' modules are supported alongside --outFile." ?
@teosurch Жыл бұрын
Thank you so much for your help!
@YOitsBA2 жыл бұрын
When you install specific types for things like express, do you import them from the type package? Or are they merged in with the regular package?
@prajwalmore7554 Жыл бұрын
Thanks man. very heplful
@adventurer23952 жыл бұрын
Great job explaining the concepts as you go along! Are you Brazilian?
@Matter7432 жыл бұрын
if we create new folder in src let's say controller folder then to I have to change the config file or it will automatically create folder inside the build
@mohammedmehdi1940 Жыл бұрын
i love ur videos
@mateidragutu10013 жыл бұрын
thanks man for this vid, it would be cool if you can make more like a simple blog react+node all typescript.
@PedroTechnologies3 жыл бұрын
Glad you liked it! Yeah, tbh I think that the best project to teach the bascis of something is a todo-list. I never wanted to make a video on it because there are already many great videos on a todolist in react. Im thinking maybe I can make one in typescript, cause it will teach a lot of how it works in a full project.
@mateidragutu10013 жыл бұрын
@@PedroTechnologies like you said its way more common a todo list, but a simple blog is, in my opinion, the best option cuz it have post, get, maybe delete methods and a front end(react) and a backend(node).
@adetonwaayodeji98152 жыл бұрын
I love you man
@maciejmyslinski78203 жыл бұрын
In case if I want to handle some view engine, then where should I place public folder (js, css,imgs)? It should be inside or outside src?
@developer_zino2 жыл бұрын
Thanks, this is very nice👌
@siva_geddada Жыл бұрын
For 1 file it's fine. in the project, we have more than one file, right? how compile all the files at a time
@marcscherzer Жыл бұрын
How would you import { Request, Response } from 'express' in CommonJS syntax?
@hijuliansosa3 жыл бұрын
Thanks, it's really useful!
@vikasni953 жыл бұрын
Hello frnd plz make video on how to use aws for react and nodejs developer,, happy to see tht video..
@prasanthmanimaran51583 жыл бұрын
Hey brother, is it complex to install typescript in an existing nodeJS project with 7-9 npm dependencies (e.g. bcrypt, mysql, multer, etc)? Thank you so much
@tonyhaddad71533 жыл бұрын
Amazing bro!
@PedroTechnologies3 жыл бұрын
Glad you like it!
@siamekanto3 жыл бұрын
What theme are you using on VS Code?
@PedroTechnologies3 жыл бұрын
I believe I was using palenight!
@charleschannel1839 Жыл бұрын
great video
@raphaelbudin60532 жыл бұрын
Você fala inglês muito bem cara, parabéns !
@ThColinPereira3 жыл бұрын
Thanks for the amazing video
@komicproductions38872 жыл бұрын
I think you shouldn’t need to use sudo to install npm packages. If that’s the case probably you need to fix your permissions.
@tegaogheneovo58813 жыл бұрын
thank you
@PedroTechnologies3 жыл бұрын
Thank you for watching!
@lfnkf Жыл бұрын
Seu ingles eh muito bom
@PedroTechnologies Жыл бұрын
Obrigado! Eu tive o privilégio de aprender inglês ao mesmo tempo em que eu aprendi português.
@kumaramresh79053 жыл бұрын
i didn't understood build command what is -p flag and why you put a '.' there?
@flaviokonti55223 жыл бұрын
So check typescript docs compiler options, its all there
@davidagyakwa2883 жыл бұрын
what about importing other typescript files
@PedroTechnologies3 жыл бұрын
What do you mean? Like importing typescript packages?
@henriquefr45432 жыл бұрын
Você fala inglês muito bem mano, até me enganou aqui kkkk, só fui me ligar que era brasileiro quando vi o nome no terminal.
@mdjahidulislam92053 жыл бұрын
'ts-node' is not recognized as an internal or external command, operable program or batch file.
@zeroj74922 жыл бұрын
I also got the same error.so instead of using ts-node package I installed ts-node-dev package in project folder and then in package.json file I used "start":"tsnd ./src/index.ts" instead of "node ./src/index.ts"..and it worked.do the same
@mdjahidulislam92052 жыл бұрын
@@zeroj7492 npm 7 and 8 has this issue with nodemon.
@parhamsaeednia3 жыл бұрын
What was the purpose of installing ts-node? you didn't use it!
@moatazemad6667 ай бұрын
thanks for tutorial but i have some notes you need to explain more because you shortcut things
@tarcisiosouza5417 Жыл бұрын
Show!
@sureshadhi98473 жыл бұрын
👌🤩😍
@linhnhat4036 Жыл бұрын
I was change file tsconfig.json.
@keduslejiyared87013 жыл бұрын
3rd
@recreando39663 жыл бұрын
don't upload node_module to github it's bad practice