General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
List of all parsed channels
Wes Bos
Hearted comments
Hearted Youtube comments on Wes Bos (@WesBos) channel.
Previous
4
Next
...
All
Wouldn't recommend using an object as an initial value of a reducer function, since with every iteration the a new object is created. It's better to use a map for this and convert it to an object later
6
Love the quarantine WFH hairstyle Wes!
6
This is bloody amazing! Yes Wes!
6
AI is going to weed out the so-so coders who will move onto some other career. Decent developers are not threatened by this but recognize it as just another tool that makes you an even better programmer.
6
Really incredible ๐คฉโ๐ป
6
I love that you speed the debugging process, but still keep it in the video. This shows that even senior developers need to debug the code and everything needs time :) keep it up Wes
6
I love these JS challenges. Thank you. May I have another?
6
Great summary! I've always struggled with error handling. How to set things up etc. This video was super helpful. Working a lot with React, the Go way makes a lot of sense.
6
We need a Gatsby course
6
I tried using Vercel V0 after watching your video. I built an English-Arabic dictionary with auto-complete, which is pretty amazing. It took a few tries for the auto-complete to work and the tool even suggested putting a limit to 5 results for better performance. I'm pretty impressed with it to say the least. Thank you for making this video, Wes.
5
Glad I'm in the process of building one of these right now haha. Thanks Bos!
5
You have not seen the Matrix??!!
5
my solution... function lastThree(ratsNest) { const ratArray = []; let pointer = ratsNest; do { ratArray.push(pointer.data); pointer = pointer.next; } while (pointer != null); const lastThreeLetters = ratArray.slice(-3); return lastThreeLetters.join('') }
5
Deploy on Digital Ocean please! ๐
5
Interesting approach. I would just use the useReducer hook. You should then be able to dispatch events to update state. You can then use that wherever you want. ๐คท๐ปโโ๏ธ
5
Not gonna lie, stylable dropdowns are wilder than o1
5
"We know you are interviwing for a frontend position but please solve this algorithm question, we just want to see how you think and you can go about it any way you like. Also there is only one answer and it has to be recursive."
5
Love that background music.
5
The whole time I was looking at your camera for the cute baby ๐๐๐
5
You try one, and if it's not it then try the other one and that is it
5
This is a great course. Thanks for you and Mozilla for providing such great content! BTW, My stupid American brain keeps on calling fr's "Freedom Units". Meme culture is insidious...
5
Wes you're truly hero, this really shows how professional developers do in real time all the stuff's like thinking googling solving errors. tysm wes.
5
Whoa .. the battery is going down fasssttt :D Great work Wes!
5
Really cool and practical example. Thanks Wes!
5
19:22 "Say hi. Don't lick it." โ Ha, all kids are the same ๐
5
"Wow you have a big monitor!"
5
Vue.js for frontend!
5
3:02 WHAT?
5
One thing you need to custom and then the whole project starts getting messy ๐
5
Does this mean we're getting a vanilla JS course in the near future? ๐ฎ
5
This was great, add a happy/sad Elon face maybe ๐
4
I'm laughing my ass off because i thought you said "Whats up posers!?" but then I remembered you're Canadian. Fun video. Missed this stuff.
4
Wes knocking out the content lately.
4
That video was cool. It's so interesting to watch how you approach solving things :) Definitely continue with those videos ๐ Upvote for part two ๐ช๐ผ
4
Just started this course and it's great! I've done a lot of research on Grid and no one has explained it as well as you! Also I enjoy the podcasts!
4
JavaScript Basics, Wes is working on it.
4
This is fun and interesting, as it portrays what developers go through behind the scene.
4
feeling like total hotshot. woah
4
you could've removed the browser-sync dependency as well, right? or is it something that parcel uses?
4
This was such a treat for us tech nerds
4
This was awesome, love seeing the thought process and also the mistakes. Nice work mate.
4
Awesome. I personally love this style video as it includes โGooglingโ, which in my opinion is a big part of the development process that is often left out of courses. Even if you already know something and have used often like Axios, itโs impossible to remember every little nuance of packages and tools, being able to quickly search for solutions, skim other articles or repos and quickly find necessary information is paramount. Thats the real lesson. Well done, Wes.
4
huge fan, it was really good tour. loved it. pls make more tutorials, by projects. good luck
4
Great! Will probably be the new industry standard in 1 to 2 years.
4
Have to agree with Alex. This teaches me how to read a document personally
4
When I reduce an array, I usually use the returned variable name as the accumulator name.
4
Thirsty for your TS course. BOSS
4
Did you just call him travesty ๐๐
4
That was fun! Hope you will find that part for a couple of dollars!
4
Now we saw css30, and your angular ideas :) haha.
4
Previous
4
Next
...
All