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
8
Next
...
All
I love your videos! Hug from Brazil !!!
2
Can't tell you how much relief it gives me knowing someone as experienced as you makes mistakes like hard coding a URL while testing and forgetting to change it back later, only to find out after 20 minutes (or 3 hours for someone like me) that it's something as simple as changing the url. Gives me a glimmer of hope and the end of a bleak tunnel of imposter syndrome!
2
Looking forward to giving you my money!
2
Always at the top 👌 Awesome video 👍
2
What a great presentation.. i totally have been putting off learning this and you just presented the information in easily digestible chunks that made perfect sense to me.. really appreciate it!
2
No idea how successful these videos are in terms of viewership but I find them immensely enjoyable!
2
iwish you uploaded more :((
2
I just came to say BBQ joke is hilarious!!!!! man i was laughing hard when I saw it :D thanks for challanges and good energy bro
2
Yeah, Wes, thanks for the second video 💪🏼. Use React for the frontend or vanilla js. Both options will be cool, moreover, you could create some chart to show the statistics, or make some cool animation for counters or do both 🚀
2
Damn, this inspires me a lot, thank you for the video Wes! :)
2
You probably didn't have to compress and include the React app as a part of the binary; most ESP32 modules have ample storage available for such things in embedded flash memory. PlatformIO has tools for writing files to flash directly.
2
This mouthwatering..... Wes Bos 😍
2
0:54 The GitHub Co-pilot solution was awesome 😎
2
Amazing I love it Scraping!!
2
Finally! i rarely stick till the end. Loved this!
2
Websockets! Websockets!
2
Honestly if you make a course how you coded this project. it will sell like crazy. I just took your Advanced React Course and it was great !!!
2
Thanks!
2
Keep it up with the videos, amazing!
2
Awesome video covering lots of parts of the stack! very informative
2
Loved watching this in action. Cheers for quickly pullling this together!
2
This was really REALLY fun to watch, it was like a code adventure! And drones are so fun! You're on to something here.
2
It's a nice change. Nice blend of thoughts and pace!
2
Nice short vid Wes. Thank you. Hey, I like your editor. Can you tell me which theme and font you're using?
2
Pretty cool man!!
2
Nice to see CSS variables!
2
Really beneficial to see how you work Wes. Do more of this!!
2
8:34 how I listen to Syntax podcasts!
2
Looking forward to an AdvancedDrone Course from Wes Bos
2
ha this is still a really creative technique!
2
B E A U T I F U L
2
Amazing as always, keep it up !!! How do you hook up your code editor to your browser and run the code like youv done on the LinkedIn example ? thanks
2
Thank u for this awesome CSS series
2
If you havn't, check out the useMutation hook, i can just wrap the cart icon in a container, define my mutation, create the hook, and pass down the toggleCartHidden function as a prop. https://i.gyazo.com/eb482edabda7dbec1ec7f9af2c8f1dce.png Obviously you still need a resolver to flip the boolean and write to the query.
2
What about styling using styled-components?
2
You keep blowing my mind with these Wes insanity
2
Great recap! I really like the Go way, but use the Rust way a lot because I use Supabase which does the same thing in its APIs (returning data, error, etc. for async operations)
2
Thank u for this awesome video
2
Amazing video. Enjoyed every single bit of it!
2
I use ngrok when I want to tunnel from outside a network. Even works with https!
2
How come I just found your channel! Thank you for your amazing tutorials!♥️🇨🇦🤟 PS. I find myself learn better without you using co-pilot because you always explain as you type. With co-pilot enable I felt like something is missed out like the sort(a, b) => ... part that co-pilot stole your explanation from me 🥲🥲🥲
2
Bro, this small detail of flex was driving me mad. Thank you so much for this video! In the future, It is helpful to remind yourself that in web development it is literally just boxes inside of boxes inside of boxes...... If you take that approach everything makes so much more sense. Often forgettable though, as a newb.
2
Super awesome to watch your workflow. Keen to see more like this!
2
Thank Wes! I've been meaning to try some vertical content but was so tough porting it over from my landscape recording. Tough with my niche too because the Webflow editor only works on dekstop.
2
I think you're running into issues w/ decodeURIComponent because of escaping - When parsing javascript or json, a backslash is an escape character, but when reading text, it's seen as a literal backslash. So, when you're copy-pasting the URL into decodeURIComponent to test, you're copying the escaped version (`\u0026`), while when you run it in your program, you're using the unescaped version (`\\u0026`). Youtube doesn't run into this issue since the entire blob for `ytInitialData` is interpreted as javascript Your solution of find / replace is probably the easiest, since the only other way I can think of is to injest the `ytInitialData` JSON blob as json and get the URL from the object tree
2
Hi Wes! Really like this hack-along style! Interesting to see how you approach certain things. Which is, I guess, the thing that I struggle most with - besides knowing what basic toolset to use, actually figure out how to start things and take decisions along the way (given the fact that I'm not a developer anyway). Would be nice to see more like this!
2
Promise.allSettled way is pretty cool, definitely going to use.
2
Thank you sir for the amazing videos, but please, increase the font size for those of us watching on mobile devices. Thank you sir, it is good to see you are back!
2
loved this!!
1
That was super fun!!
1
Previous
8
Next
...
All