Honestly Colt, this is one of the best tutorials regarding programming on KZbin. You've taken a topic that seems convoluted and "scary" for beginners and broke it down into easy to understand bits. We understand that KZbin isn't always the best use of your time regarding ROI, but we greatly appreciate it.
@ColtSteeleCode5 жыл бұрын
Thanks for taking the time to type it up! You're right that KZbin is definitely not a big earner for me (I think I've made $200 in my first year) but I do actually enjoy making these videos. Recording massive 20-40 hour courses can get tedious and a little boring at times. KZbin videos are always more challenging and fun to create. Plus eventually I'm sure KZbin will lead new students to my courses and upcoming projects. Glad you liked the video!
@aditisharma30614 жыл бұрын
Nobody explains things with such an ease and engagement at all! The best!!
@TA_Solberg5 жыл бұрын
Thank you for this! I love that your youtube content is sort of complimentary to your Udemy courses and I really hope you can make more of these. Btw, it wouldn't bother me if you start advertising as long as it helps you, seeing how much you help us out.
@vasilacheandrei40725 жыл бұрын
Hello Colt! I want to thank you for everything. A year ago I bought your web development udemy course, and I learned from it how to make a lot of cool stuff. After finishing that course I made 10 projects and a Portfolio, beeing hired by a local company on age of 18 years. You are the best teacher I ever seen, keep it up! I hope you the best! ❤ ❤
@ColtSteeleCode5 жыл бұрын
Hi Vasilache, thank you for the great comment. It's amazing to hear from students, especially ones who get jobs! At 18! That's incredible. I hope your job is going well, and you're continuing to learn new things :)
@dextermorgan77645 жыл бұрын
Hello brother, I am almost finished with the course 83%, I have no idea what projects to create, are your projects on github? I need some ideas for my own projects.
@vasilacheandrei40725 жыл бұрын
Hello! Here is the link with my personal projects : github.com/gfx96?tab=repositories Becouse the code was written when I started codding, it can be a little bit messy, sorry for that. I recomand you to just see the idea, and think the problem by yourself, not to copy the whole code from project. Hope I helped you! Good luck in the future, and if in the process you think you are a weak programmer, just trust in yourself programming it's about self confidence and patience.
@olaboyeolanrewaju1345 жыл бұрын
@@vasilacheandrei4072 I have also built projects after finishing the Web developer bootcamp. Colt is the best person I ever learned from this video demystified promises as well as async/await for me
@manoranjandash54245 жыл бұрын
You are not just a trainer, but a emotion to programming
@lunchfoot5 жыл бұрын
As usual, you have the ability to provide crystal clear understanding of whatever subject matter you are teaching. The best!
@chsch64825 жыл бұрын
Have undertood async functions by just watching this 16min video. Thank you!
@udev67075 жыл бұрын
Me✌️
@bloxzyo3 жыл бұрын
This is the best async await youtube video... also this works like a summary to what you taught on async await in the js bootcamp course.... your courses are really good.... Im enrolled in most of em and will be following the remaining courses after I complete the ones i am already enrolled in.....
@envaya98385 жыл бұрын
Stillb y far the best tutor out there and pretty much the only one where I understood everything as someone coming from a completely different field. Please make a full video about js callbacks and promises!
@FalkorX5 жыл бұрын
Very good explanation, as always, thanks! I personally like to throw array destructuring assignment into the mix, goes very well with parallel async/await code: let [p1, p2, p3] = await Promise.all([ $.getJSON(`${baseURL}/1/`), $.getJSON(`${baseURL}/2/`), $.getJSON(`${baseURL}/3/`) ]); console.log(`The first pokemon is ${p1.name}`); console.log(`The second pokemon is ${p2.name}`); console.log(`The third pokemon is ${p3.name}`);
@muhammedismail82995 жыл бұрын
So happy that you're uploading regularly
@ColtSteeleCode5 жыл бұрын
Hi Muhammed, don't be sad if things slow down a little bit in the next week or two as I pack up my studio and move. I'll do my best to keep putting out frequent videos, but it's not easy :)
@sidarjunful3 жыл бұрын
The refactoring part was awesome to know.
@udev67075 жыл бұрын
Best explanation ever, this is what I was finding from last few hours, Thank You!!!❤❤❤
@luisalbertogarciaibarra98525 жыл бұрын
Awesome content. I wouldn't mind you advertising or even asking for donations. You definitely deserve it.
@MEVEN55 жыл бұрын
Best explanation of async/await on youtube!
@hdjfgt5 жыл бұрын
Thanks Colt! I bought your first web course on a whim half a year ago and after that I was hooked. I'm probably going to get all your courses sooner or later. I don't feel comfortable looking for jobs yet but thought it might be cool to know that after taking your bitcoin course and about half of your python I was able to create the world's shittiest bitcoin block explorer, then the world's worst bitcoin address generator (you can spend outputs from it too) and finally a horribly slow bitcoin miner which is completely pointless of course but I managed to mine a block in a testnet. So thank you, I'm a huge fan of your content and your style of teaching
@jinwookkim85115 жыл бұрын
Colt, you are a genius
@vitaliyd235 жыл бұрын
Awesome content Colt, keep going!
@ColtSteeleCode5 жыл бұрын
Thanks Vitaly!
@vladimirkim78304 жыл бұрын
Best instructor on the web!
@piotrrytel62085 жыл бұрын
Colt explains difficult concepts in the way that's understandable. I would love to see the video about algorithms or solving problems in JS (smth. like factorials, string reverse... ) and other topics that you can encounter on a technical interview. Some of you are not aware but Colt has really good Udemy training for those who want to become a webdev. Good job on the video Colt! Keep up with the content production!
@yadhukrishna2064 жыл бұрын
As usual Colt explains it perfectly. I'm a student from your udemy courses. Excellent work. Thank you.
@aijiyuu5 жыл бұрын
Thanks for sharing the 'await' refactor.
@JDead954 жыл бұрын
Subscribed and liked. Absolutely my favorite instructor since the Udemy Web Dev Bootcamp! Thank you!
@harshitbhalla74164 жыл бұрын
Simply the best explanation ever! Being taught by you just makes my day :D
@juancarlosnunez93884 жыл бұрын
Awesome Colt! You have help me a lot in this journey. Thank You!
@xxwarpigxx5 жыл бұрын
Great video, I was having problems to understand this but you make it so easy
@ColtSteeleCode5 жыл бұрын
Moises Taira glad you enjoyed the video! Any other topics you’re struggling with? I’m always looking for new video ideas.
@xxwarpigxx5 жыл бұрын
@@ColtSteeleCode I would really appreciate some Node.js tutorials
@godhandinfamous5 жыл бұрын
love your work colt!
@ColtSteeleCode5 жыл бұрын
Thank you! Appreciate it :)
@xileets5 жыл бұрын
Once again, Thx Colt! These are great vids to refer back to for things I'm just beginning to get used to.
@slaviklox25 жыл бұрын
Colt awesome job, please add ads so we can support you somehow, and please do more javascript tutorials, node/react/mobx/redux would be awesome
@NikLever5 жыл бұрын
Really appreciate the effort you put into creating these videos.
@milesblaq9985 жыл бұрын
you really are the best colt, thanks!
@displayblock66965 жыл бұрын
thank you so much .. very Awesome content but please try to use vanilla js in your examples without using jquery
@udararanasinghe66704 жыл бұрын
As always.. AMAZING JOB!!
@GarmrZero135 жыл бұрын
Hi Colt, I'm really enjoying the content of your channel, especially when you delve into JavaScript. I was wondering though if you would consider word-wrapping your code so it isn't cut off?
@ColtSteeleCode5 жыл бұрын
Thanks for the message! I turned off word wrap for a project I was working on that had a ton of super long strings. I didn't want them taking up so much screen real estate, but then I completely forgot to turn it back on for my videos. Thanks for letting me know :)
@AtacamaHumanoid5 жыл бұрын
Awesome and thorough, thanks for doing this!
@michakowalewski54095 жыл бұрын
Really nice video! Thank you very much!
@babatundeololade67655 жыл бұрын
Me patiently waiting for Colt React course.
@ColtSteeleCode5 жыл бұрын
Hi Babatunde, it's coming! I recorded 5 more videos for it this afternoon.
@pieter-cs5 жыл бұрын
@@ColtSteeleCode That's great man! Was also looking forward to React video's!
@ashmyst60745 жыл бұрын
@@ColtSteeleCode Hi Colt, can you give us a tentative timeline as to when you are going to publish the course and is it going to be a MERN stack?
@ifeanyindu11475 жыл бұрын
@@ColtSteeleCode waiting for it. cool if it can be MERN stack
@gabriel.valandro5 жыл бұрын
Thanks, Colt!
@Minotauro_di_Chieti4 жыл бұрын
Awesome tutorial, as always. I have a question: why using jQuery when you can use fetch()?
@arber.shabani5 жыл бұрын
Amazing video Colt!! Thank you!! :D Could you make a video for best practices in error handling with async/await?
@olaboyeolanrewaju1345 жыл бұрын
He already did in this video, using try and catch keyword you can handle errors in an async function check the video between 8mins:40seconds and 9mins:30seconds
@rohanshenoy83535 жыл бұрын
Love your content as usual. I would like to suggest something. Since you have already covered JavaScript in you web developer boot camp 2016 as I recall. It didn't have contents of es6, es7, es8 and even some latest things like webpack and Babel. So maybe you can make a series or udemy course on that, with multiple projects (if on udemy as KZbin it'll be difficult for you) . Thank you :)
@aidenstill71795 жыл бұрын
is there a possibility that you will create a machine learning course with python?
@ColtSteeleCode5 жыл бұрын
To be completely honest...I would have to work with someone to make a course on machine learning. I don't feel comfortable enough with the material to go and teach it to students. I play around with a lot of machine learning tools on my own for fun, but it's not something I've worked on in a professional capacity. I would need to team up with an expert to help create the slides/content, which is something I have definitely thought about doing.
@aidenstill71795 жыл бұрын
@@ColtSteeleCode thanks for the answer. you are a great teacher and your course in python is magnificent!
@Vasko101004 жыл бұрын
Please, just please tell me the VS Code Theme you are using!
@youssefmansour.75 жыл бұрын
Well explained! Thank you for this, I really appreciate it. :D
@viralr55 жыл бұрын
Keep doing these awesome things.
@arjunkirpal97765 жыл бұрын
Colt, thank you! Do you think Jquery has a (good) future?
@bensonmkurian20713 жыл бұрын
But why/how does await work in parallel execution? Since the promises are already created in advance ...? But still, when calling await on each promise, doesn't the program pauses the execution until the current promise is resolved.....??
@jerryrincon98465 жыл бұрын
Hey colt! You should add a num py section on your python 3 bootcamp i love that course
@ppena1204 жыл бұрын
Awesome video. Thanks
@eh-lo2do5 жыл бұрын
How do you get the url json without jquery ?
@raphaelvandeneede62525 жыл бұрын
Great content as always!
@yuhceeofficial5 жыл бұрын
Colt please, which vscode theme are you using here? I love it.
@mrchedda5 жыл бұрын
How are you using the browser console to run these functions?
@sagarkamble85695 жыл бұрын
hey colt, please make a video on promises bcoz that link you provided is quite difficult to understand thanks for this async await concept though.
@saitejajonnadula4 жыл бұрын
Good content bro. I appreciate it.
@brambekkers5 жыл бұрын
Fantastic instruction!
@husainahmmed90255 жыл бұрын
Thanks for your awesome content.
@pacurarudaniel5 жыл бұрын
very helpful tutorial, thank you!
@bencole28924 жыл бұрын
Brilliant thanks
@muhammadzunaidkarim31805 жыл бұрын
hey mr. steele. I'm subscribed and clicked the bell notification icon but I didn't get notified about any poll? i'm still struggling with your bootcamp course on udemy… hopefully I will get it done by the next month 😊
@siddhantjain24025 жыл бұрын
I love your content man!
@RobertWildling5 жыл бұрын
Thank you for this insightful tutorial! One question, though: Is the try-catch-principle valid for the Promise.all(), too, or is there a similar more compact approach available? ```javascript // try-catch within await Promise.all([...]) let prokemon = await Promise.all([ try { $.getJson(...) } catch (e) { console.log(e) }, try {} catch(){}, try {} catch(){} ]); ```
@syntrax-og5 жыл бұрын
Video actually start at 2:17
@yadusolparterre3 жыл бұрын
I still don't understand what you did for these promises to work in parallel
@LouisNelZA5 жыл бұрын
Great guide! You made it noob friendly.
@d-brosslgarage85662 жыл бұрын
Great bro 👍
@davideugene79115 жыл бұрын
Salut. C'est une très bonne vidéo. MERCI :)
@WayneHSmithJr5 жыл бұрын
Thanks for another great video. I have only used callbacks up until now. No longer will I be in hell. Thanks again.
@golamrabbiazad5 жыл бұрын
wow! thanks for this ☺
@EightSixx5 жыл бұрын
can you do some react project courses?! keen for your style.
@muhammadnadeembashir79405 жыл бұрын
Please make a tutorial on recursion in javascript with many examples and explanation please thanks ..
@ColtSteeleCode5 жыл бұрын
Hi Muhammad, have you seen my "Recursion Crash Course" video? It's one of the first videos I put out a few months ago on this channel. Let me know if that helps!
@skate211thrasher5 жыл бұрын
Awesome Awesome Awesome
@abdisamadkhalif42835 жыл бұрын
Hi Colt
@ColtSteeleCode5 жыл бұрын
Hi Abdisamad!
@2005wais5 жыл бұрын
You're the best
@muhammadnadeembashir79405 жыл бұрын
Please explain clouser in detaile in javascript with some example ..please ....not with a one example as number .. but with text examples as well ...Please
@thelegendofzelda1874 жыл бұрын
🥺🖤
@theonlydino22445 жыл бұрын
a sink and a wait
@lenhu70894 жыл бұрын
funny reject part
@theBIGgee4 жыл бұрын
I am a Christian so permit me to say this. After Jesus, It is Colt Steele
@TimCluyts5 жыл бұрын
How do you run your code like that? With the console and everything?