This video is everything a KZbin video should be. It throws some shade at other KZbinrs, features a bird crashing into your window, and maintains an overall relaxed demeanor. Good job.
@akramkamolov69612 жыл бұрын
He is actually a hilarious teacher and in the beginning he is lowkey critisizing other youtubers 😂 love that
@nicholasmaniccia10052 жыл бұрын
There is something about services like restaurants and private teachers that have an aversion to doing the silly dumb things that make large crowds think something is good but have no effect on the service, they are usually the people who pour time into the actually important details and therefore become hidden gems.
@arsnakehert Жыл бұрын
I don't think he's criticizing other KZbinrs so much as he's lamenting the reality of KZbin where those silly-looking thumbnails simply tend to get more views
@DruSerkes2 жыл бұрын
Between the bird in the window, and the shade for other youtubers, you almost can overlook the fact that Colt consistently cranks out the best instruction on KZbin for this stuff
@ssumit1962 жыл бұрын
My Brain cells multiply automatically, while hearing Colt's voice.
@jellyfish17722 жыл бұрын
Same🔥
@jaybarls8 ай бұрын
Great tutorial as always, makes combining these technologies really approachable! Loved the satire of YT thumbnails too :p Just a note though for Windows users having trouble with the "dev" script (who haven't yet reached that part of the video where Colt covers this - I like to code along and pause/ensure everything works as expected!) - you won't be able to run both nodemon and tsc -w concurrently with just the '&' operator. Instead you can install a library like concurrently: npm install -D concurrently And then update your package.json script like so: "dev": "concurrently \"tsc -w\" \"nodemon dist/index.js\"" Now running with 'npm run dev' will start your server as expected, as well as TS in watch mode.
@EpistemicFomo10 ай бұрын
I used your bootcamp on Udemy to learn web development and now came across this video here! Amazing explanation as always and the best teacher ever! Thank you :)
@pim8268 Жыл бұрын
This is an outstanding teacher. I graduated from his Bootcamp on Springboard. I like that he's seams humble. Always putting himself in the shoes of his students.
@williamowusu77783 ай бұрын
Thanks a lot. I am coming from watching your express js course and I can say I have really learnt a lot.
@h88k9888 ай бұрын
Really appreciate going over the nuts and bolts of setting up TypeScript. It's always useful to see when each piece (or package) needs to by added, along with an explanation of why. Thanks for the video. Keep them coming.
@creemcheem Жыл бұрын
This is extremely helpful, thanks!! Not enough channels are this concise. Here's a comment for the algorithm.
@mackenmd2 жыл бұрын
I love these basic plumbing videos, Colt! Thank you very much and good luck to you.
@Cpt_Chirp10 ай бұрын
For windows users having trouble with the dev command (tsc -w & nodemon dist/index.js) you can instead set up your nodemon.json file in your root directory and define it like this: { "watch": ["src/"], "ext": "ts", "ignore": [], "exec": "tsc && node dist/index.js" } then just set your dev or server command or scripts to be "scripts": { "dev": "nodemon" } and nodemon will automatically watch those files and recompile them before relaunching your server. (You will need to move your index file into the src directory with my setup.)
@borislavvucicevic66675 ай бұрын
Thank you bro!
@olalekanbello63865 ай бұрын
Thanks so much. It helped.
@pajosko49412 жыл бұрын
Colt you just saved my day. I am currently working on my application of my bachelor thesis and I could not get it to work. Thanks Colt, you really helped me!
@developerpranav Жыл бұрын
Thanks a lot! I am new to typescript, and was struggling for a while to set it up with Express. I got it running within minitues thanks to your video
@gregmaxedon Жыл бұрын
All the info I needed to start developing a Node.js server with Typescript. Thank you!
@ROVAKAN Жыл бұрын
very good video . instead of just writing down configrations explaining why we need what. very informative
@sajaljaiswal16592 жыл бұрын
Love your teaching style! Best teacher for development.
@andresvodopivec5950 Жыл бұрын
Super simple and precise explanation. As a newby, you got me onboard in 17 min. Thanks!
@The14Some1 Жыл бұрын
11:38 to make it cross-platform you can prefix both commands with "start /b" command. This would run them concurrently without requiring to install additional packages and this would work flawlessly for windows/unix.
@jiix47232 жыл бұрын
Currently on JS in your bootcamp! Youre a great teacher and your humor is fantastic
@noormuhammad888 Жыл бұрын
Can you share link of his bootcamp?
@balanepalaiyathane97143 ай бұрын
Very nice and informative every new leaners has enough information from your tutorials, thanks again
@JeremiahPeoples2 жыл бұрын
Huge fan, thanks for teaching me how to code 🙏🏾
@serialchiller41242 жыл бұрын
Great content overall! You know you're great instructor when you dont waste a lot of time explaining. Dude not even try, but the information is really clear.
@pnworks91862 жыл бұрын
I am almost finished your TypeScript course sir
@dominicpatrick6578 Жыл бұрын
Being only a few years in programming, I've practiced a few languages Vite, Typescript and Tailwinds is the avenues I'm going on. I had a problem with the npx tsc creating the dist folder, after researching I found placing a empty ts file in the directory worked! YES!!
@999memeworld2 жыл бұрын
You are the best teacher i ever seen sir
@vytasgavelis Жыл бұрын
Thank you 😄 . Setting up nodejs project for the first time for production use and got overwhelmed at first from all the possible config options...
@limus_2 жыл бұрын
Some people are teachers by nature, very helpful video, thank you so much.
@pim82682 жыл бұрын
Love this guy! Great teacher, always trying to make it simple.
@jellyfish17722 жыл бұрын
An amazing teacher, an even better human being❤️
@sanjayguwaju2 жыл бұрын
It's Awesome Thumbnail Colt. I am attracted with it ☺.
@gendash2 жыл бұрын
An awesome video! Well explained, brief and to the point. Many thanks Colt!
@123mark1322 жыл бұрын
You can skip the whole dist folder and npx tsc process if you use ts-node. Then you can just use nodemon index
@atifulislamasif789311 ай бұрын
Your VDOs are very helpful.
@UAng-ro9kt2 жыл бұрын
You saved my day! Soooooo much helpful.
@juliohintze5952 жыл бұрын
A light themed terminal? Are you insane? Also, good content. Keep it coming!
@diveshkumar382311 ай бұрын
dude you are life savior
@anox86332 жыл бұрын
glad you post more often on youtube
@sakshamyadav3203 Жыл бұрын
dev script does not work for me, tsc -w holds the terminal and until I stop it nodemon does not start, is it because of newer version of node or am I doing something wrong? Please help!
@virtualreality3513 Жыл бұрын
same for me. Did you find any solution to it ?
@sakshamyadav3203 Жыл бұрын
@@virtualreality3513 I found a work around. 1. Install nodemon and ts-node 2. create a nodemon.json in root directory with following config: { "watch": ["src"], "ext": "ts,json", "ignore": ["src/**/*.spec.ts"], "exec": "npx ts-node --esm ./src/index.ts" } 3. Run 'nodemon' cmd or 'npx nodemon' if not installed globally
which icon pack do you use for vs code? does anyone know?
@redalert250 Жыл бұрын
you are the best
@KedarBasutkar2 жыл бұрын
Awesome video as always Colt!
@hijaazmuhammed2105 Жыл бұрын
10:44 everything is working perfect, and there is no error while compiling, but the server is not starting and the console.log is not logging in the console,? any idea what happened??
@ProwlerDigital Жыл бұрын
any update? same here
@ProwlerDigital Жыл бұрын
Solution deeper in comments by @farouksabry
@mohammadyounoch5952 Жыл бұрын
Easy and effective explanations. Thanks.
@sakhawathossen2104 Жыл бұрын
Hi, This is the first time I am seeing you in youtube. Thanks for your javascript data structure code on udemy. It was great. Andyway, Can you please increase the sound a bit better? the sound is a bit low even in when I am increased my sound to full. Anyway, welcome to youtube Sir.
@joshuaedward68937 ай бұрын
Thanks, i got what i wanted from this 👍
@MrVipulLal Жыл бұрын
Comprehensive video! Many thanks!
@lttungitbe07072 Жыл бұрын
You saved my day! So much helpful. Thank you.
@alegian79342 жыл бұрын
always nice to clear up the basics sometimes 😉
@c__0ne Жыл бұрын
thank you for this! one question: how would i debug the backend in this setup usign vs code?
@FelicianoGC2 жыл бұрын
Hi, Colt! I'm a big fan from your content on Udemy and am currently struggling with Scope as in will I ever be ready to call myself a developer. Can you maybe someday talk about "What makes a proficient developer?"😬 Thanks for your videos!
@kennedydre80744 ай бұрын
Hi thank you for the video, so you don’t use ts-node at all? Cos I’ve been having a horrible time trying to make ts-node work when I have my module and module-resolution set to NodeNext on my tsconfig.json file.
@vladshepeluk74425 ай бұрын
Brooo, you can cook! thank you very much!
@yungapplemoose735 Жыл бұрын
the bird fucking killed me
@surajanshrestha55022 жыл бұрын
THANK YOU SO SO MUCH. YOU EXPLAINED EVERYTHING!!!
@СергійМалишко-х5щ Жыл бұрын
Thank you! This video is very helpful for me!
@thehumanalive Жыл бұрын
Excellent and informative tutorial, thanks !
@gerardo2462 жыл бұрын
Hi, how should I declare and where the static folder, I need to copy the folder in every build with a script command in package.json or I need to configure the TSconfig file
@angga60082 жыл бұрын
thank you whoever you are
@breezycodes Жыл бұрын
Good start
@saiminpyaekyaw3057 Жыл бұрын
excellent tutorial. Btw, you should try wow face for your thumbnail haha
@barreyli6 ай бұрын
bro the intro roast was a insta like 🤣
@loll3995 Жыл бұрын
This is a great tutorial , thank you 🙏
@bryanjesediaz873 Жыл бұрын
Really useful tips here... Thank you a lot
@hdm_vision Жыл бұрын
Wow great video,
@sobeyyy2 жыл бұрын
Thank you Colt Steel!
@pashadotcenko7391 Жыл бұрын
thank you very much)) you have explained very well))
@KamalSingh-tq8hk Жыл бұрын
Great video. Loved It!!
@renzobelon60910 ай бұрын
Newbie question: Do I need to use npx if TypeScript is installed as a dev dependency? Thanks!
@techexec2 жыл бұрын
If I don't hear "chicken" in the video, then it's not from Colt Steele 😄. He's really great at teaching.
@MailsonWei2 жыл бұрын
how do i combine it with front end framework like angular, react and vue? like a tech stack. where i have nodejs as backend and frontend using angular/react or vue
@mateogomez-randulfe73947 ай бұрын
How can we use nodenext and path aliases?
@MrRorypam9 ай бұрын
This was really usefull. thanks
@abdullatifnizamani685010 ай бұрын
hey, where you been ? i got your javascript course , which you made in 2014,, since then I didn't saw you,,
@lakshman5872 жыл бұрын
Man you are really awesome!!!
@lily-rx6xu2 жыл бұрын
"im back and the bird is no longer with us" 😂😂😂😂😂😂😂😂😂😂😂😂
@kiddhkane Жыл бұрын
Very useful video. Thank you!
@rakhshankhan8336 ай бұрын
Thanks sir for this awesome video
@alexismorales83642 жыл бұрын
In colt I trust 🙌
@theoojochegbe49662 жыл бұрын
what will the vercel.json look like to deploy this app to vercel?
@raju.sarvasiddi3 ай бұрын
How to deploy the same on AWS lambda using GitHub actions
@HeriYantodotDev Жыл бұрын
Thanks for this video 👍.
@guba77142 жыл бұрын
Yes it can - don't despair!
@sujezz2 жыл бұрын
Would be cool if you'd continue the topic.
@n6ls0n Жыл бұрын
Tut so good animals are literally killing themselves to come watch 11:10
@producedbyjayzziii2 жыл бұрын
Hi Colt! Thank you for the contents and it helps us a lot. Can you release a course about Golang/Go?
@kylesera20872 жыл бұрын
Great Guy😁🙂
@shashankbhosagi11 ай бұрын
Yo perfect thenks 🥳🥳
@mdkawsarislamyeasin4040 Жыл бұрын
Need an advance setup video
@prince59222 жыл бұрын
Colt can we finally get a node js course? That's the only one missing from your courses :)
@Samuftie2 жыл бұрын
thanks. very clear. I still don't understand why use rimraf instead of the traditional rm -rf, anyone can help? thanks!
@gouravsingh91462 жыл бұрын
good nice short crisp video
@ROVAKAN Жыл бұрын
i hope the bird is ok
@okaybossiamonyoutubeakkskd2 жыл бұрын
hey colt! i hope you are doing great! how are your chickens doin